Skip to content

Releases: seedstack/seedstack-maven-plugin

v2.8.2

Choose a tag to compare

@adrienlauer adrienlauer released this 04 Sep 14:11
  • [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

Choose a tag to compare

@adrienlauer adrienlauer released this 19 Jan 15:59
  • [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

Choose a tag to compare

@adrienlauer adrienlauer released this 07 May 07:51
  • [new] A new check goal was added which validates SeedStack configuration and display potential issues with it.

v2.7.6

Choose a tag to compare

@adrienlauer adrienlauer released this 30 Nov 14:57
  • [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

Choose a tag to compare

@adrienlauer adrienlauer released this 16 Sep 19:03
  • [new] Add specific goal for diag tool.

v2.7.4

Choose a tag to compare

@adrienlauer adrienlauer released this 11 Mar 20:02
  • [fix] Preserve classpath order in packaged capsules (CLI having precedence over POM having precedence over application manifest).

v2.7.3

Choose a tag to compare

@adrienlauer adrienlauer released this 05 Dec 08:53
  • [chg] Built and tested with OpenJDK 11 (minimum Java version still being 8).
  • [fix] Properly handle resource deletion.

v2.7.2

Choose a tag to compare

@adrienlauer adrienlauer released this 18 Oct 11:18
  • [fix] In watch goal, resources (including static resources under META-INF/resources) are now properly updated on change.

v2.7.1

Choose a tag to compare

@adrienlauer adrienlauer released this 18 May 13:13
  • [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

Choose a tag to compare

@adrienlauer adrienlauer released this 01 Dec 08:16
  • [new] Add watch goal which automatically refreshes the application when a source file change.
  • [new] Support for LiveReload on the watch goal.