Closed otaviojava closed 1 year ago
Fix: https://github.com/eclipse/jnosql/issues/333
Currently, the Graph module uses neo4j-tinkerpop-api-impl that cannot run on Java 17.
neo4j-tinkerpop-api-impl
The goal is to replace this engine with one that is Java 17 compatible where, has support to both: Java 11 and Java 17
The one that comes on my mind is TestContainer Neo4J module
Fix: https://github.com/eclipse/jnosql/issues/333
Currently, the Graph module uses
neo4j-tinkerpop-api-impl
that cannot run on Java 17.The goal is to replace this engine with one that is Java 17 compatible where, has support to both: Java 11 and Java 17
Solutions
The one that comes on my mind is TestContainer Neo4J module