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

Upgrade Spring Boot to 3.2.1 #127

Merged
merged 1 commit into from
Dec 26, 2023

Conversation

simonis
Copy link
Contributor

@simonis simonis commented Dec 26, 2023

Upgrade dependencies to Spring Boot 3.2.1 (and transitively Spring 6.1.2) to make it possible to experiment with Spring's new Checkpoint/Restore and Virtual Threads support.

@vfedoriv
Copy link
Collaborator

thanks
P.S.
I guess you'll need a few additional changes to adopt this project to jdk21

@vfedoriv vfedoriv merged commit 6c0e21a into spring-petclinic:master Dec 26, 2023
1 check passed
@simonis
Copy link
Contributor Author

simonis commented Dec 28, 2023

thanks P.S. I guess you'll need a few additional changes to adopt this project to jdk21

@vfedoriv thanks for the quick merge.

As far as I can see building with JDK 17 and running with JDK 21 (including virtual threads support) works just fine, as long as we don't use virtual threads in our application because the Spring framework is packaged as a multi-release jar file.

If we really want to build with JDK 21 we have to upgrade jacoco to 0.8.11. I've created another pull request for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants