Skip to content

Releases: jbossas/patch-gen

2.1.3.Final

15 Jul 06:44
Compare
Choose a tag to compare
Prepare for 2.1.3.Final release

2.1.2.Final

15 Dec 10:51
Compare
Choose a tag to compare

Updated for WildFly 25 which brings in JBoss Modules schema 1.9

2.1.1.Final

22 Mar 10:40
Compare
Choose a tag to compare

Update to latest WildFly Core

2.1.0.Final

24 Mar 17:33
Compare
Choose a tag to compare
  • 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

07 Jun 12:06
b48082a
Compare
Choose a tag to compare
  • 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

21 Feb 10:05
Compare
Choose a tag to compare

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

17 Feb 14:19
Compare
Choose a tag to compare

Resolved issues:

  • add-on patch generation support.

2.0.1.Alpha3

16 Dec 09:42
Compare
Choose a tag to compare

Resolved issues:

  • Allow to pass JVM options to the Maven plugin #16

2.0.1.Alpha2

16 Nov 18:15
Compare
Choose a tag to compare

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

03 Nov 13:52
Compare
Choose a tag to compare
  • 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