Re: janusgraph 0.5.0 release date


Oleksandr Porunov <alexand...@...>
 

You can build your own jars from source code (master branch is 0.5.0 branch). "mvn clean install -DskipTests=true". Then you can use necessary jars in your project. Just don't include CI jars in your project.
Also, "vavr" and "high-scale-lib" may be necessary also.
For example, if you put necesary jars in "libs" folder in your project and you are using "Gradle" then you may use next dependencies:
compile group: 'io.vavr', name: 'vavr', version: '0.9.2'
compile group: 'com.github.stephenc.high-scale-lib', name: 'high-scale-lib', version: '1.1.1'
compile fileTree(dir: 'libs', include: ['*.jar'])

On Friday, October 18, 2019 at 5:19:55 PM UTC+3, Baskar Vangili wrote:
We are using Elastic Search 7.3.2 as index backend. Janusgraph latest version 0.4.0 doesn't support this version but 0.5.0 supports. When is the release date for 0.5.0? If it is far, any workaround which I can make in 0.4.0 to support ES 7.3.2?

Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.