Bump to ANTLR runtime version 4.10.1
axkr opened this issue · 7 comments
Can you please bump to ANTLR runtime version 4.10.1
?
The latest JGraphT SNAPSHOT uses 4.10.1
and conflicts in my project with LogicNG using 4.9.3
Updating was necessary because of Quarkus and Spring Boot 3 dependency trees: jgrapht/jgrapht#1141
This effectively requires a J11 build of LogicNG, since ANTLR generates J11 class files beginning from version 4.10.
Since there are still some people and projects out there using J8, we don't want to raise the Java version of LogicNG yet. But we decided to maintain a J11 version in branch release/j11
which would be kept in sync with the master
and from which we would build releases for Maven Central with the artifact name logicng-j11
.
Please have a quick look at 22fe1f3 and let us know if this works for you.
In which repository is logicng-j11
available?
I see errors in the github actions.
Sorry, I guess I was not clear. It's not yet released, but we will do it in the course of the week (to Maven Central as usual).
You could test it by installing the new version locally and let us know if it fixes your problems.
the build just failed because the GH Action was not configured to J11 yet
Locally the J11 Maven built (with JGraphT 1.5.2-SNAPSHOT) and JUnit tests worked.
We finished the Java 11 release and pushed it into the public maven central repository. It should be available in a few hours.