-
-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regenerate ANTLR code using version 4.8 or later #1380
Comments
I've checked the release notes, and there are no changes for Java so I've upgraded to 4.9.2 |
I think the ANTLR generator would also have to be rerun, as the ANTLR version is generated as a constant somewhere. |
I couldn't find it in the repo anywhere. So I take it the generator is automatically executed as part of the build, which is perfect. |
Yes, it uses the Gradle plugin to generate the source |
4.2.7 has been released |
I have verified that this now works. Thanks! |
I am running pact tests in the context of a Quarkus service and about 1 year ago Quarkus upgraded from ANTLR 4.7.2 to ANTLR 4.8 (meanwhile ANTLR 4.9.2 is available). Now when running my tests I see a warning like this logged:
Since ANTLR 4.7.2 is already more than two years old I think it would be nice to upgrade to a newer version.
The text was updated successfully, but these errors were encountered: