Skip to content
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

Could not deserialize ATN with version 3 (expected 4) with version 1.0.3 #580

Closed
henry-filosa opened this issue Dec 16, 2022 · 1 comment
Labels
status: invalid An issue that we don't feel is valid

Comments

@henry-filosa
Copy link

I'm using version 1.0.3 because we are below Java version 17. The package pulls version 18.3 of graphql-java which predates them shading their antlr dependency. This can cause weirdness if antlr is used elsewhere in the project.

I'd recommend bumping the version to 19, but it seems that work on versions sub 1.1 is finished? I couldn't find a repo for 1.0.x work.

Maybe this issue can just serve to alert others that they need to pin the graphql-java transitive dependency to at least 19+ if they encounter this problem.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Dec 16, 2022
@bclozel
Copy link
Member

bclozel commented Dec 19, 2022

We were aware of this critical change in #444 and that was a blocker for the Spring Boot 3.0 upgrade.
Unfortunately, we can't upgrade to graphql-java 19 in a maintenance version as this version brings significant changes to the API and could cause regressions for existing applications. Feel free to upgrade it in your own application with the graphql-java.version build property and report back here if this causes a runtime issue.

Thanks!

@bclozel bclozel closed this as not planned Won't fix, can't repro, duplicate, stale Dec 19, 2022
@bclozel bclozel added status: invalid An issue that we don't feel is valid and removed status: waiting-for-triage An issue we've not yet triaged labels Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: invalid An issue that we don't feel is valid
Projects
None yet
Development

No branches or pull requests

3 participants