Skip to content

Spring Boot 3 upgrade #128

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

Merged
merged 3 commits into from
Jan 20, 2025
Merged

Spring Boot 3 upgrade #128

merged 3 commits into from
Jan 20, 2025

Conversation

driesva
Copy link
Contributor

@driesva driesva commented Jan 17, 2025

  • upgrade to the latest Spring Boot 3.4.1
  • use Java 17 (requirement for SB 3)
  • upgrade db-scheduler to the latest version & fix deprecated usage
  • upgrade & update plugins to their latest version
  • introduce spring-boot-configuration-processor to generate configuration metadata

fixes #127

* upgrade to the latest Spring Boot 3.4.1
* use Java 17 (requirement for SB 3)
* upgrade db-scheduler to the latest version & fix deprecated usage
* upgrade & update plugins to their latest version
* introduce spring-boot-configuration-processor to generate configuration metadata

fixes bekk#127
* run mvn spotless:apply

fixes bekk#127
@geirsagberg
Copy link
Collaborator

Could you update the workflows to use JDK 17?

@driesva
Copy link
Contributor Author

driesva commented Jan 20, 2025

Could you update the workflows to use JDK 17?

Will do.

* use Java 17 everywhere
* update README for Java, SB and db-scheduler
* test only against OSS Spring Boot versions not EOL

fixes bekk#127
@geirsagberg geirsagberg merged commit f378bdb into bekk:main Jan 20, 2025
2 checks passed
@geirsagberg
Copy link
Collaborator

LGTM, thanks for the PR!

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

Successfully merging this pull request may close these issues.

Support Spring Boot 3.x
2 participants