jqassistant-archive/jqa-commandline-tool

Provide different distributions for JDK 11 (Neo4jv4) and JDK 17 or later (Neo4jv5)

DirkMahler opened this issue · 0 comments

Currently the CLI distribution comes with Neo4j v4 which offically targets JDK 11 as runtime. Using JDK 17 requires additional JVM options, JDK 21 cannot be used.
Therefore the CLI should come in two flavors:

  • Neo4jv4 targeting JDK11
  • Neo4jv5 targeting JDK17 and later