Skip to content

v0.9.1

Latest

Choose a tag to compare

@tschuehly tschuehly released this 26 Feb 18:09
fc6b22d

v0.9.1

Breaking Changes

  • Spring Boot 4 required — Spring View Component now requires Spring Boot 4.0.3+. Spring Boot 3.x is no longer supported.

Changes

  • Upgrade to Spring Boot 4.0.3
  • Upgrade Kotlin to 2.2.21
  • Upgrade Gradle wrapper to 9.2.1
  • Adapt to Spring Boot 4 module renames:
    • spring-boot-starter-webspring-boot-starter-webmvc
    • spring-boot-starter-aopspring-boot-starter-aspectj
    • TestRestTemplate moved to spring-boot-resttestclient
  • Add spring-boot-restclient test dependency for Spring Boot 4 compatibility

CI/CD

  • Restrict publishing to merges to master only
  • Add workflow_dispatch trigger for manual publishing