8 Replies
@Committer Can you help here ?
@Bo or @porunov
Do you guys have any inputs on this?
JanusGraph supports Java 17 in embedded mode, but can’t be separately built using Java 17 as for now. There are plans to drop support for Java 8 and start supporting builds using Java 17
Does that mean I can use Janusgraph as a dependency with a spring boot application running over java 17?
I think that's what Oleksandr mean, yes
You should be able to verify this by yourself easily
but keep in mind we don't have official CI that runs java 17
Yes. We have such a setup where we use JanusGraph inside Java 17 application. Storage backend CQL, mixed index backend ElasticSearch. Everything works as expected.
@Boxuan Li @Oleksandr Porunov - Is there a tentative timeline by when can we expect java 17 support officially ?
No, there is no any timeline for Java 17 support. I don’t know if anyone is actually working on adding that support into JanusGraph. I think it’s not hard adding it, as we defined steps previously:
- dropping Java 8 support
- adding Java 17 support
However, I don’t know if there are any volunteers who are interested in this. Last time I believe @farodin91 was working on it.