Releases: akhikhl/gretty
Releases · akhikhl/gretty
Version 0.0.19
Fixed compatibility with JDK7.
Version 0.0.18
- implemented multiple web-apps feature.
- implemented debugger support for multiple web-apps.
- implemented integration tests support for multiple web-apps.
- implemented gretty.afterEvaluate and farm.afterEvaluate closures for easy configuration of gretty tasks.
- implemented highly customizable gretty task classes and farm task classes.
- improved security of realmConfigFile: now it uses "${webAppDir}/WEB-INF" as a base folder, if you specify relative path.
- completely rewritten documentation.
Version 0.0.17
fixed incorrect parameter passing to javaexec in GrettyStartTask, preventing debug mode
Version 0.0.16
- Reimplemented Gretty tasks as two reusable classes: GrettyStartTask and GrettyServiceTask. Don't worry, all task instances are still valid (jettyRun, jettyRunDebug, ...).
- Renamed integrationTestStatusPort to statusPort.
- Moved documentation from README.md to wiki pages.
- Updated documentation, added nice diagrams to every task description. See more at wiki pages.
version 0.0.15
Implemented fast-reload feature, fixed compatibility with Java 8.
version 0.0.14
Introduced plugin extension property "jvmArgs"
Version 0.0.13
Implemented support of META-INF/web-fragment.xml and META-INF/resources, implemented integrated tests.
version 0.0.12
Implemented integration tests support.
version 0.0.11
Fixed issue #6 "Possibility to provide custom logback.xml or logback.groovy configuration"
version 0.0.10
fixed WAR-overlay generation, upgraded to logback 1.1.1 and slf4j 1.7.6, updated documentation