akhikhl.wordpress.com
Gretty 1.1.4 is out! | Andrey Hihlovskiy
https://akhikhl.wordpress.com/2014/10/07/gretty-1-1-4-is-out
Professional blog on groovy, gradle, Java, Javascript and other stuff. Gretty 1.1.4 is out! On October 7, 2014. I’m glad to announce release 1.1.4 of Gretty – advanced Gradle plugin for running web-apps on Jetty and Tomcat! What’s new in Gretty 1.1.4:. New feature: inplaceMode property. When assigned to “hard”, instructs Gretty to serve files directly from src/main/webapp, bypassing file copy on change. New feature: runner arguments. New feature: interactiveMode property. Gradle wrapper to version 2.1.
akhikhl.wordpress.com
Gretty 1.1.2 is out! | Andrey Hihlovskiy
https://akhikhl.wordpress.com/2014/09/02/gretty-1-1-2-is-out
Professional blog on groovy, gradle, Java, Javascript and other stuff. Gretty 1.1.2 is out! On September 2, 2014. Today I released Version 1.1.2 of Gretty – feature-rich gradle plugin for running web-apps on embedded servlet containers: Jetty 7, 8, 9 and Tomcat 7, 8. Gretty 1.1.2 brings:. New feature: webapp extra resource bases. New feature: webapp filtering. Lot of bug fixes. You can get Gretty in sources from: https:/ github.com/akhikhl/gretty. How-to: unfreeze terminal on ssh disconnect →. Concurrent...
akhikhl.wordpress.com
Gretty 1.2.3 is out! | Andrey Hihlovskiy
https://akhikhl.wordpress.com/2015/05/18/gretty-1-2-3-is-out
Professional blog on groovy, gradle, Java, Javascript and other stuff. Gretty 1.2.3 is out! On May 18, 2015. I’m happy to announce that Gretty version 1.2.3 is out! What’s new: I finally fixed bugs with classpath isolation. Now all web-applications (including SpringBoot applications) run on their classloader and are isolated from one another. That means: no more spring beans conflicts, no more problems configuring logback. You don’t know what is Gretty? Larr; Concurrent Kitties Using GPars.
akhikhl.wordpress.com
Gretty 1.1.3 is out! | Andrey Hihlovskiy
https://akhikhl.wordpress.com/2014/09/16/gretty-1-1-3-is-out
Professional blog on groovy, gradle, Java, Javascript and other stuff. Gretty 1.1.3 is out! On September 16, 2014. I’m happy to announce that Gretty 1.1.3 is out! New in Gretty 1.1.3: virtual mapping of gradle dependencies (of the web-application) to “WEB-INF/lib” directory. This feature is needed by some web frameworks accessing jar files in “WEB-INF/lib” (e.g. Freemarker). Special thanks to @saladinkzn (Timur Shakurov). For introducing this nice feature. Http:/ akhikhl.github.io/gretty-doc/.
akhikhl.wordpress.com
How-to: unfreeze terminal on ssh disconnect | Andrey Hihlovskiy
https://akhikhl.wordpress.com/2014/09/03/how-to-unfreeze-terminal-on-ssh-disconnect
Professional blog on groovy, gradle, Java, Javascript and other stuff. How-to: unfreeze terminal on ssh disconnect. On September 3, 2014. Have you ever had a frozen terminal because of a ssh timeout? Press “enter” then “ ” then “.” and you’re back! Pierre Maoui (@poupougnac) September 3, 2014. Larr; Gretty 1.1.2 is out! Gretty 1.1.3 is out! Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). Gretty 1.2.3 is out!
akhikhl.wordpress.com
Now Co-Hosting the Groovy Podcast… | Andrey Hihlovskiy
https://akhikhl.wordpress.com/2015/03/03/now-co-hosting-the-groovy-podcast
Professional blog on groovy, gradle, Java, Javascript and other stuff. Now Co-Hosting the Groovy Podcast…. On March 3, 2015. Stuff I've learned recently. When I first starting learning Groovy. In a serious way, one tool I enjoyed was listening to the Grails Podcast. Glen Smith. Led a discussion about Grails-related issues on a regular basis. Of course, since they talked about new developments in Grails. They also had to cover new developments in Groovy, so the podcast was a valuable resource for both.
akhikhl.wordpress.com
Gretty 1.1.9 is out! | Andrey Hihlovskiy
https://akhikhl.wordpress.com/2015/03/03/gretty-1-1-9-is-out
Professional blog on groovy, gradle, Java, Javascript and other stuff. Gretty 1.1.9 is out! On March 3, 2015. Gretty version 1.1.9 is out and immediately available at github, bintray, maven central and gradle plugin portal! Gretty version 1.1.9 introduces full isolation of it’s own logging system (slf4j/logback) from the constituent web-applications. Now web-applications are free to use any logging system – Gretty does not interfere and does not force logback to be used. Concurrent Kitties Using GPars &r...
akhikhl.wordpress.com
Concurrent Kitties Using GPars | Andrey Hihlovskiy
https://akhikhl.wordpress.com/2015/05/18/concurrent-kitties-using-gpars
Professional blog on groovy, gradle, Java, Javascript and other stuff. Concurrent Kitties Using GPars. On May 18, 2015. Stuff I've learned recently. On today’s Groovy Podcast. I mentioned that I was teaching a Groovy training class this week at Research Now. In Plano, TX. That’s not how I said it, though. I said that I was broadcasting live in front of a studio audience and that they were the most amazingly awesome group I’ve ever encountered. Larr; Gretty 1.1.9 is out! Gretty 1.2.3 is out! Gretty 1....
akhikhl.wordpress.com
Gretty 1.1.5 is out! | Andrey Hihlovskiy
https://akhikhl.wordpress.com/2014/10/27/gretty-1-1-5-is-out
Professional blog on groovy, gradle, Java, Javascript and other stuff. Gretty 1.1.5 is out! On October 27, 2014. 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:. 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.