Re: janusgraph 0.5.0 release date


Baskar Vangili <vanb...@...>
 

Thanks, Oleksandr.  We have to include this in our product and internal process doesn't allow us to push any unreleased jars. Let me check with them. But, any idea on the release date?


On Saturday, October 19, 2019 at 8:19:47 AM UTC-7, Oleksandr Porunov wrote:
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.