Skip to content

Releases: nebula-plugins/gradle-ospackage-plugin

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"

v8.4.0

29 Jun 17:59
2f77300
Compare
Choose a tag to compare

Add support for long paths when packaging Debians. Thanks to @jasisk

v8.3.1

26 Jun 20:28
d825c2e
Compare
Choose a tag to compare
  • Remove CacheableTask for Deb and Rpm tasks: The outputs of this task are far too large to be appropriate for caching