Andrey Hihlovskiy
Professional blog on groovy, gradle, Java, Javascript and other stuff.
Tag Archives: groovy
Gretty 1.1.5 is out!
October 27, 2014
Posted by on Hello people,
Gretty version 1.1.5 is out and immediately available at github, bintray, maven central and gradle plugin portal!
Gretty is a feature-rich gradle plugin for running webapps on Jetty and Tomcat. Sources available here:
https://github.com/akhikhl/gretty
What’s new in Gretty 1.1.5:
- New feature: composite farms.
- New feature dependent projects can run in inplace mode.
- New feature: override of context path in integration test tasks.
- New feature: injection of version variables into project.ext.
- Upgraded to Spring Boot 1.1.8.RELEASE.
- Fixed bug: spring-boot improperly shutdown in SpringBootServerManager.stopServer.
- Resolved issue #101: Jetty.xml Rewrite Handler doesnt seem to take effect.
- Resolved issue #97: How can I add runner libraries.
- Resolved issue #96: Custom builds of Gradle cause NumberFormatException.
- Resolved issue #93: Groovy version conflicts when running farmStart with a war file.
Full list of changes: https://github.com/akhikhl/gretty/blob/master/changes.md
I would be thankful for your feedback, bug reports and suggestions 🙂
Gretty version 0.0.16 is out!
May 13, 2014
Posted by on I release Gretty (gradle plugin for jetty) version 0.0.16!
New:
- redesigned tasks as two classes: GrettyStartTask and GrettyServiceTask.
- moved documentation from README.md to wiki pages.
- drawn beautiful state diagrams for all Gretty tasks.
Sources and documentation at https://github.com/akhikhl/gretty.
Also available on jcenter & maven central!
Gretty version 0.0.15 is out!
April 4, 2014
Posted by on I release Gretty (gradle plugin for jetty) version 0.0.15!
New: fast-reload of webapp-resources, jdk8-compatibility.
Sources and documentation at https://github.com/akhikhl/gretty.
Also available on jcenter & maven central!
Gretty 0.0.14 is out!
March 24, 2014
Posted by on Hello there,
Gretty version 0.0.14 is out – on github, on maven central and jcenter!
What’s new: now Gretty supports jvmArgs parameter in plugin extension. See more information in what’s new section of the documentation.
Gretty is a feature-rich Gradle plugin, designed for running Web-Applications on Jetty. See more information in main features section of the documentation.
Many thanks to Justin Munn for contribution!
Gretty version 0.0.13 is out!
March 6, 2014
Posted by on Gretty is a feature-rich gradle plugin for running web-applications under jetty.
New in version 0.0.13:
- support of META-INF/web-fragment.xml and META-INF/resources
- integration tests for most of the examples
- integration of the build scripts with bintray and availability of the new version on jcenter
Full sources, documentation and examples: https://github.com/akhikhl/gretty
Gretty 0.0.13 artifacts are available both on maven central and on jcenter under the group “org.akhikhl.gretty”.
Gretty version 0.0.12 is out!
February 24, 2014
Posted by on Gretty is a feature-rich gradle plugin for running web-applications under jetty.
New in version 0.0.12: support of integration tests.
Full sources, documentation and examples: https://github.com/akhikhl/gretty
Gretty 0.0.12 is also available on maven central under group “org.akhikhl.gretty”.
Gretty version 0.0.11 is out!
February 24, 2014
Posted by on Gretty is a feature-rich gradle plugin for running web-applications under jetty.
New in version 0.0.11: now it’s possible to specify logback configuration file (.groovy or .xml) via plugin extension property “logbackConfigFile”.
Full sources, documentation and examples: https://github.com/akhikhl/gretty
Gretty 0.0.11 is also available on maven central under group “org.akhikhl.gretty”.
gradle-onejar plugin version 0.0.5 is out!
January 23, 2014
Posted by on I just released gradle-onejar plugin version 0.0.5!
The sources are available at https://github.com/akhikhl/gradle-onejar.
gradle-onejar is a gradle plugin, automating assembly of java application to a single runnable jar.
The plugin is available in maven central under coordinates “org.akhikhl.gradle-onejar:gradle-onejar:0.0.5”
It has many configuration options, described in online documentation.
Your comments and suggestions are welcome – here and at github!
Gretty version 0.0.9 is out! Long live gradle and jetty!
January 20, 2014
Posted by on I released Gretty (gradle + jetty) version 0.0.9!
New: support of JEE annotations.
https://github.com/akhikhl/gretty
Also in maven central!
GVM – tool for managing groovy/gradle versions
December 19, 2013
Posted by on Just discovered GVM – Groovy enVironment Manager ( http://gvmtool.net/ )
First impression: it’s like apt-get, but for groovy-based frameworks. Second impression: support of multiple versions is very useful thing.
Will use it at home and in office to automate installation of groovy-related stuff.
Recent Comments