Releases: jbossas/patch-gen
Releases · jbossas/patch-gen
2.1.3.Final
Prepare for 2.1.3.Final release
2.1.2.Final
Updated for WildFly 25 which brings in JBoss Modules schema 1.9
2.1.1.Final
Update to latest WildFly Core
2.1.0.Final
- Ability to turn off checks of the patch streams and versions so that they can be independent of the checked servers
- Turn off patching of misc files, ability to turn on again for specific files. The 'turning on' also allows regexp expressions, so e.g:
<skip-misc-files>
<exception>docs/examples/.*\.cli</exception>
<exception>docs/licenses/feature-A-licenses\..*</exception>
</skip-misc-files>
will include all files with the suffix '.cli' from the docs/examples folder, and all files such as feature-A-licenses.xml, feature-A-licenses.xml etc from the docs/licenses folder
- Add skip-non-configured-layers option
- Copy 1.3 schema from 1.2 schema
2.0.1.Final
- Upgrade the dependency on WildFly Core to 5.0.0.Final
- Created local error logger for messages that are not found in WildFly Core patching module
- Upgrade maven-plugin-plugin version to 3.5.2
- Upgrade jboss-parent to version 26
2.0.1.Alpha5
Includes:
- patch config template generator supports new argument --default-optional-paths which adds the default EAP/WildFly optional paths to the generated patch config template (those include docs, appclient and bin/appclient.*);
- optional paths in the patch config may now end on a wildcard, i.e. bin/appclient.*;
- re-wrote the config template generator to use BufferedWriter and its newLine() method instead of appending hardcoded Windows line-endings;
- updated the config template generator usage note.
2.0.1.Alpha4
Resolved issues:
- add-on patch generation support.
2.0.1.Alpha3
Resolved issues:
- Allow to pass JVM options to the Maven plugin #16
2.0.1.Alpha2
This release contains a copy of PatchMerger from WildFly Core with a fix for JBEAP-7349. Once the WildFly Core has been released with the fix included, the dependency on the core will be updated and the PatchMerger class will be removed from this project.
2.0.1.Alpha1
- turned the project into a multi module one
- added patch-gen maven plugin
- updated dependency on wildfly-core to version 3.0.0.Alpha11 to include fix WFCORE-1847