Skip to content

2.0.1.Alpha5

Compare
Choose a tag to compare
@aloubyansky aloubyansky released this 21 Feb 10:05
· 34 commits to master since this release

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.