5.0.0
·
1 commit
to main
since this release
5.0.0 (2025-06-18)
⚠ BREAKING CHANGES
- web/starter: removed deprecated feign.jaxrs.JakartaContract
- kafka/starter: removed deprecated kafkaDltTemplate Bean
- test: it can happen that a misalignment occurs between the version of the junit-platform-launcher found by gradle and the version of the junit-jupiter-engine provided in the spring dependencies. In this case, gradle is not able to run the tests and throws an error. It's necessary to add testRuntimeOnly 'org.junit.platform:junit-platform-launcher' as a dependency in your build.gradle file then. That takes the version for the junit-platform-launcher from the dependency management. Adding this dependency also prepares to support Gradle 9.
- deps: updated Spring Boot to 3.5.0, please check the release notes, if any adjustments are necessary.
- deps: updated Spring Cloud to 2025.0.0, please check the release notes, if any adjustments are necessary.
Features
- web/starter removed deprecated feign.jaxrs.JakartaContract (be745d0)
- kafka/starter removed deprecated kafkaDltTemplate Bean (be745d0)
- deps updated Spring Boot to 3.5.0 (a2c887c)
- deps updated Spring Cloud to 2025.0.0 (a2c887c)