Releases: wildfly/wildfly-maven-plugin
Releases · wildfly/wildfly-maven-plugin
3.0.1.Final
4.0.0.Alpha1
3.0.0.Final
Release Notes
Feature Request
- [WFMP-138] - Integrate galleon provisioning
Bug
- [WFMP-141] - Can't deploy without packaging
- [WFMP-142] - Plugin should handle the case of not found deployment
- [WFMP-144] - Can package goal decide values for inherit-packages, inherit-configs itself?
- [WFMP-149] - [wildfly-maven-plugin] NPE when script tag is empty in packaging-scripts
- [WFMP-151] - NPE when using packaging-scipt with command in wildfly-maven-plugin
- [WFMP-152] - Typo in wildfly-maven-plugin model description
- [WFMP-153] - [wildfly-maven-plugin] It is possible to provision server into "target" using "." in provisioning-dir
Task
- [WFMP-140] - Upgrade the site skin to 2.2.5
Enhancement
3.0.0.Beta1
What's Changed
- Fix for WFMP-142, Plugin should handle the case of not found deployment by @jfdenise in #212
- Fix for WFMP-142, Plugin should handle the case of not found deployment by @jfdenise in #213
- Fix for WFMP-144, Can package goal decide values for inherit-packages… by @jfdenise in #214
- Fix for WFMP-145, Introduce an offline CLI command executor by @jfdenise in #215
- Add @SInCE annotation where applicable for 3.0. by @jamezp in #216
Full Changelog: 3.0.0.Alpha3...3.0.0.Beta1
3.0.0.Alpha3
3.0.0.Alpha2
What's Changed
- Make repositories enrichment a method - Tests shared module is deployed by @jfdenise in #205
- deploy both shared module and parent by @jfdenise in #206
Full Changelog: 3.0.0.Alpha1...3.0.0.Alpha2
3.0.0.Alpha1
2.1.0.Final
Release Notes
Bug
- [WFMP-125] - The execute-command goal does not use the timeout for the command
Task
- [WFMP-117] - Upgrade jboss-logging from 3.3.2.Final to 3.4.0.Final
- [WFMP-118] - Upgrade jboss-logmanager from 2.1.4.Final to 2.1.10.Final
- [WFMP-119] - Upgrade jboss-parent from 29 to 34
- [WFMP-120] - Upgrade WildFly Core to 9.0.1.Final
- [WFMP-121] - Remove the jboss-modules dependency
- [WFMP-123] - Upgrade commons-compress from 1.18 to 1.19
- [WFMP-130] - Deprecate configuration parameters that will not be usable with provisioning
- [WFMP-131] - Move the documentation to be hosted on GitHub pages
- [WFMP-132] - Upgrade the test WildFly version to the latest
- [WFMP-133] - Upgrade WildFly Core to 17.0.1.Final
- [WFMP-134] - Upgrade WildFly Common to 1.5.4.Final
- [WFMP-135] - Upgrade JBoss Logging to 3.4.2.Final
- [WFMP-136] - Upgrade Eclipse Sisu to 0.3.5
- [WFMP-137] - Add running tests with Java 17 on CI
Enhancement
- [WFMP-124] - Introduce a way to execute commands before the deployment is done on the run goal