Skip to content

5.0.0

Compare
Choose a tag to compare
@sda-spring-boot-commons sda-spring-boot-commons released this 18 Jun 15:22
· 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)

Bug Fixes

  • cleanup code that was marked as deprecated and would be removed in future versions (60442c6)
  • test: add junit-platform-launcher in the necessary packages (502a294)