Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@akhikhl akhikhl released this 21 Jul 09:20
· 508 commits to master since this release
  • New feature: generation of self-contained runnable products.
  • New feature: support of tomcat-specific server.xml and context.xml - in Gretty tasks as well as in generated products.
  • New feature: single sign-on with Jetty security realms and Tomcat security realms.
  • New properties for finer control of hot deployment feature: recompileOnSourceChange, reloadOnClassChange, reloadOnConfigChange, reloadOnLibChange. See more information at hot deployment
  • Upgraded Gretty to Jetty 7.6.15.v20140411, Jetty 9.2.1.v20140609, Tomcat 8.0.9 and Spring Boot 1.1.4.RELEASE. Note that Gretty was not upgraded to Jetty 8.1.15.v20140411 because this release brings some strange errors not reproducible with other releases of Jetty 8.

🔔 Attention

Gretty 1.1.0 brings one little incompatibility: property jettyEnvXml was renamed to jettyEnvXmlFile. If you are using jettyEnvXml, please adjust your gradle scripts accordingly.