-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update gson version to 2.11.0 #3813
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 version to 2.11.0 #3813
Conversation
|
@brendanburns @yue9944882 our latest release of Spring Cloud Kubernetes is using 19.0.x branch of the Kubernetes Java Client and is compatible with Spring Boot 3.4.0. Spring Boot 3.4.0 uses GSON 2.11.0 and some users are running into some compatibility issues, see spring-cloud/spring-cloud-kubernetes#1805. We can't update to the latest Kubernetes Java Client which uses GSON 2.11.0 because that would break compatibility and we can't do that until our next major. Ideally we can upgrade the version of GSON in the 19.x branch and do a release to eliminate the incompatibility. |
|
@brendanburns seems like an issue with the build configuration? |
|
I think you may need to backport this fix also: |
MacOS + GitHub Actions no longer supports Java8 (cherry picked from commit e931ce8)
|
@brendandburns done, can we kick off the build again? |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns, ryanjbaxter The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.