-
Notifications
You must be signed in to change notification settings - Fork 148
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 Gson to accept wider version #836
Milestone
Comments
There aren't any API breaking changes according to japicmp tool:
|
jonahgraham
added a commit
that referenced
this issue
May 21, 2024
Fixes #836 Signed-off-by: Christian Dietrich <[email protected]> Co-authored-by: Jonah Graham <[email protected]>
jonahgraham
added a commit
to jonahgraham/lsp4j
that referenced
this issue
May 21, 2024
Fixes eclipse-lsp4j#836 Signed-off-by: Christian Dietrich <[email protected]> Co-authored-by: Jonah Graham <[email protected]>
This was referenced May 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yesterday a new version of gson was released. If possible we should widen our version range to accept this new version. Need to run japicmp to make sure that there are no API changes that affect us.
If it is just a version change we'll release a 0.23.1 version of LSP4J so consumers don't need to take any additional action/rebuild and SimRel will end up with the right value.
The text was updated successfully, but these errors were encountered: