Skip to content

Releases: seedstack/seedstack-maven-plugin

v2.8.2

04 Sep 14:11
Compare
Choose a tag to compare
  • [chg] Switch Capsule to our own internal fork.
  • [fix] Fix Capsule not retaining JVM args that are occurring multiple times with the same name (add-opens for now).
  • [fix] Updated JMX code in the Capsule to be compatible with Java 17+.

v2.8.1

19 Jan 15:59
Compare
Choose a tag to compare
  • [fix] Capsule was not launching with JRE that have 4 version numbers (x.y.z1.z2).
  • [chg] Switch Capsule dependency to nextflow-io fork.

v2.8.0

07 May 07:51
Compare
Choose a tag to compare
  • [new] A new check goal was added which validates SeedStack configuration and display potential issues with it.

v2.7.6

30 Nov 14:57
Compare
Choose a tag to compare
  • [fix] Replace plain HTTP call to central archetype catalog by an HTTPS call.
  • [fix] In watch goal, fix failure to hot-reload inner classes.

v2.7.5

16 Sep 19:03
Compare
Choose a tag to compare
  • [new] Add specific goal for diag tool.

v2.7.4

11 Mar 20:02
Compare
Choose a tag to compare
  • [fix] Preserve classpath order in packaged capsules (CLI having precedence over POM having precedence over application manifest).

v2.7.3

05 Dec 08:53
Compare
Choose a tag to compare
  • [chg] Built and tested with OpenJDK 11 (minimum Java version still being 8).
  • [fix] Properly handle resource deletion.

v2.7.2

18 Oct 11:18
Compare
Choose a tag to compare
  • [fix] In watch goal, resources (including static resources under META-INF/resources) are now properly updated on change.

v2.7.1

18 May 13:13
Compare
Choose a tag to compare
  • [new] In watch goal, trigger a LiveReload (without app refresh) when a resource changes.
  • [chg] Java 9 compatibility: avoid using JDK internal classes for hot-reloading.
  • [fix] More reliable check for Cygwin environment.

v2.7.0

01 Dec 08:16
Compare
Choose a tag to compare
  • [new] Add watch goal which automatically refreshes the application when a source file change.
  • [new] Support for LiveReload on the watch goal.