Skip to content

Releases: nebula-plugins/gradle-ospackage-plugin

v8.6.0

17 Aug 20:19
8d3a03b
Compare
Choose a tag to compare
  • MakeSystemPackagingTask archive file config gradle 7 compatible

v8.5.6

02 Mar 02:57
Compare
Choose a tag to compare

Move Spring Boot mainClass check to startScripts rather than a configuration time check, allowing the boot distribution to still be used (Background on need for original change gradle/gradle#16371). Remove check for mainClassName as it already fails on Gradle 6.3 and earlier.

v8.5.5

23 Feb 23:36
6905886
Compare
Choose a tag to compare

Avoid conflicts between jar and bootJar tasks because Spring Boot Ospackage plugin enables both.

v8.5.4

19 Feb 17:21
Compare
Choose a tag to compare
  • Improve messaging for missing mainClass in Spring Boot apps

v8.5.3

18 Feb 19:50
b8b24c0
Compare
Choose a tag to compare

OspackageApplicationSpringBootPlugin: fail build if mainClass/mainClassName are not configured

v8.5.2

18 Feb 00:32
Compare
Choose a tag to compare

Fix Spring Application compatibility on Gradle releases prior to 6.4

v8.5.1

11 Feb 23:18
9f9cbe0
Compare
Choose a tag to compare

If the application mainClass has not been configured for a Spring Boot project, use the mainClassName from the springBoot extension.

v8.5.0

29 Jan 01:14
be75252
Compare
Choose a tag to compare

Switch the Spring Boot ospackage to use the main distribution instead of the boot distribution. The boot fat jar has far worse classloading performance and up to double the startup time. This also provides compatibility with AppCDS on Java 11 and later.

v8.4.2

11 Jan 23:51
Compare
Choose a tag to compare
Gradle 6.8

v8.4.1

02 Jul 19:44
288469e
Compare
Choose a tag to compare
  • Revert: "feat(jdeb): enable long filename support"