Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@akhikhl akhikhl released this 23 Jun 14:49
· 676 commits to master since this release
  • Unified all Gretty plugins to a single plugin "org.akhikhl.gretty".
  • Introduced servlet container selection via servletContainer property.
  • Added support of Tomcat 7 and 8.
  • Introduced servlet-container-agnostic tasks appRun, appRunDebug, ..., as well as servlet-container-specific tasks jettyRun, jettyRunDebug, ..., tomcatRun, tomcatRunDebug, ...
  • Facilitated all web-apps with spring-loaded by default. This can be turned off by setting managedClassReload=false in Gretty configuration.
  • Hot-deployment property scanInterval is set to 1 (second) by default. Hot-deployment can be turned off by setting scanInterval=0 in Gretty configuration.
  • Hot-deployment property fastReload is set to true by default. Fast reloading can be turned off by setting fastReload=false in Gretty configuration.
  • Added start task functions prepareServerConfig and prepareWebAppConfig for property inheritance override in gretty tasks.