Skip to content

Releases: upmc-enterprises/graceful-shutdown-spring-boot-starter

2.0.0

18 Apr 17:25
0e39a8a
Compare
Choose a tag to compare

What's Changed

  • Java 17 as baseline
  • Support for Spring Boot 3.0.x
  • Support for Graal native images
  • Upgrades to Gradle 8.0.2
  • Gradle build scripts now use Kotlin DSL

Full Changelog: v1.0.0...v2.0.0

Maven

<dependency>
  <groupId>io.github.upmc-enterprises</groupId>
  <artifactId>upmc-enterprises-graceful-shutdown-spring-boot-starter</artifactId>
  <version>2.0.0</version>
</dependency>

Gradle

implementation("io.github.upmc-enterprises:upmc-enterprises-graceful-shutdown-spring-boot-starter:2.0.0")

1.0.0

07 Oct 19:12
Compare
Choose a tag to compare

Upgrades to the latest spring-boot-2.5.x line; Upgrades Gradle and the spotless plugin; Adds a .sdkmanrc file to auto configure development environments with a consistent JDK

Initial Release!

20 Feb 04:20
2cd843b
Compare
Choose a tag to compare

Initial release of upmc-enterprises-graceful-shutdown-spring-boot-starter! 🎉