Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@billkoch billkoch released this 18 Apr 17:25
0e39a8a

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")