Skip to content

Releases: SDA-SE/sda-spring-boot-commons

5.0.1

20 Jun 10:00
Compare
Choose a tag to compare

5.0.1 (2025-06-20)

Bug Fixes

  • deps: bump org.springframework.boot:spring-boot-dependencies (faec484)

5.0.0

18 Jun 15:22
Compare
Choose a tag to compare

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)

4.6.7

16 Jun 07:18
Compare
Choose a tag to compare

4.6.7 (2025-06-16)

Bug Fixes

  • deps: bump swaggerCoreVersion from 2.2.32 to 2.2.33 (580ab9a)

4.6.6

11 Jun 09:09
Compare
Choose a tag to compare

4.6.6 (2025-06-11)

Bug Fixes

  • deps: bump io.awspring.cloud:spring-cloud-aws-s3 (1534452)

4.6.5

10 Jun 08:46
Compare
Choose a tag to compare

4.6.5 (2025-06-10)

Bug Fixes

  • deps: bump io.github.robothy:local-s3-rest from 1.22 to 1.23 (75da58c)
  • deps: bump io.opentelemetry:opentelemetry-api-incubator (2020b41)
  • deps: bump org.junit:junit-bom from 5.13.0 to 5.13.1 (7a58bb4)
  • deps: bump org.springdoc:springdoc-openapi-starter-webmvc-api (c798ad2)

4.6.4

06 Jun 07:06
Compare
Choose a tag to compare

4.6.4 (2025-06-06)

Bug Fixes

  • deps: bump io.netty:netty-bom from 4.2.1.Final to 4.2.2.Final (997d05f)
  • deps: stop maintaining Netty dependencies (c30e952)

4.6.3

05 Jun 16:01
Compare
Choose a tag to compare

4.6.3 (2025-06-05)

Bug Fixes

  • deps: bump bouncycastleVersion from 1.80 to 1.81 (580fe19)

4.6.2

02 Jun 14:09
Compare
Choose a tag to compare

4.6.2 (2025-06-02)

Bug Fixes

  • deps: bump org.junit:junit-bom from 5.11.4 to 5.13.0 (adbb963)

4.6.1

02 Jun 13:02
Compare
Choose a tag to compare

4.6.1 (2025-06-02)

Bug Fixes

  • deps: bump io.awspring.cloud:spring-cloud-aws-s3 (85e3d25)

4.6.0

21 May 13:07
Compare
Choose a tag to compare

4.6.0 (2025-05-21)

Features

  • add in junit pioneer for testing (a972036)