Skip to content

Liberty Gradle Plug-in 3.4

Compare
Choose a tag to compare
@cherylking cherylking released this 27 May 21:37
· 231 commits to main since this release

Version 3.4 of the Liberty Gradle Plugin is a minor release with new functionality and some minor fixes.

The new functionality includes the generateFeatures task. This task creates a Liberty configuration file, generated-features.xml, containing the Liberty features required by the application. Refer to the generateFeatures task for more information.

With the new generateFeatures task comes new behavior for Liberty dev mode. By default, dev mode will invoke the generateFeatures task both at start-up and whenever code or configuration changes are detected. Users can toggle feature generation on and off with the new g hotkey. Users can also optimize the generated feature list using the new o hotkey.

The following fixes are included in this release:

  • Update SpringBoot tests to later versions #747 #743

See the commit log for the full set of the changes since the previous milestone release.

The Liberty Gradle Plugin 3.4 release is available on the Maven Central repository.