Skip to content

Releases: akhikhl/gretty

Version 0.0.19

22 May 17:58
Compare
Choose a tag to compare

Fixed compatibility with JDK7.

Version 0.0.18

22 May 09:02
Compare
Choose a tag to compare

Version 0.0.17

13 May 21:09
Compare
Choose a tag to compare

fixed incorrect parameter passing to javaexec in GrettyStartTask, preventing debug mode

Version 0.0.16

13 May 16:11
Compare
Choose a tag to compare
  • 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

04 Apr 10:54
Compare
Choose a tag to compare

Implemented fast-reload feature, fixed compatibility with Java 8.

version 0.0.14

24 Mar 10:11
Compare
Choose a tag to compare

Introduced plugin extension property "jvmArgs"

Version 0.0.13

06 Mar 15:07
Compare
Choose a tag to compare

Implemented support of META-INF/web-fragment.xml and META-INF/resources, implemented integrated tests.

version 0.0.12

24 Feb 15:54
Compare
Choose a tag to compare

Implemented integration tests support.

version 0.0.11

23 Feb 22:19
Compare
Choose a tag to compare

Fixed issue #6 "Possibility to provide custom logback.xml or logback.groovy configuration"

version 0.0.10

18 Feb 12:16
Compare
Choose a tag to compare

fixed WAR-overlay generation, upgraded to logback 1.1.1 and slf4j 1.7.6, updated documentation