eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repleace Neo4J engine for use Remote with TestContainer

otaviojava opened this issue · comments

Fix: #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