forked from jqassistant-archive/jqassistant-c4-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
When using jQA with JDK11, Neo4j v4 is used. If, in that case, apoc is required, apoc will bring Antlr 4.7.2.
When using jQA with JDK17, Neo4j v5 is used. If, in that case, apoc is required, apoc will bring Antlr 4.13.1.
As the plugin also uses Antlr and a parser generated with 4.7.2 can not be used by the 4.13.1 runtime (and vice versa), the Antlr version needs to match the one from apoc.
Therefore, the plugin needs to be released by a JDK 11 and a JDK 17 build with the classifier identifying the antlr version.
Metadata
Metadata
Assignees
Labels
No labels