-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Update antlr4 to 4.10+ #19990
Comments
Are you going to submit a PR? This will facilitate the resolution of this issue more quickly. |
I have submitted PR for this issue, but I do not have permission |
I suggest you open a new issue to discuss the point in time to migrate the base JDK version of ShardingSphere to JDK11. This issue will be blocked before the new issue is resolved, so I suggest closing this issue. |
Hello , this issue has not received a reply for several days. |
Hibernate 6.0.1+ was ues antlr4: 4.10+
when I force to use antlr4: 4.10+,I got error:
org.antlr.v4.runtime.atn.ATN; Could not deserialize ATN with version 4 (expected 3).
then when I force to use antlr4: 4.9.x,I got error
org.antlr.v4.runtime.atn.ATN; Could not deserialize ATN with version 3 (expected 4).
The text was updated successfully, but these errors were encountered: