eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
231 stars 72 forks source link

Repleace Neo4J engine for use Remote with TestContainer #335

Closed otaviojava closed 1 year ago

otaviojava commented 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.

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