Releases: gretty-gradle-plugin/gretty
Releases · gretty-gradle-plugin/gretty
4.1.0
What's Changed
- Isolate Classpaths of CLI Runner and Servlet Container by @boris-petrov in #280
- Gretty 3.x forwardports by @boris-petrov in #283
- Add Gradle 8 Test Build by @f4lco in #287
Full Changelog: v4.0.3...v4.1.0
3.1.1
What's Changed
- Remove check for missing SLF4J provider (thanks @ArLau)
- Remove usage of Spring Boot's
LiveReloadServer
Full Changelog: v3.1.0...v3.1.1
3.1.0
What's Changed
-
Isolate Classpaths of CLI Runner and Servlet Container by @f4lco in #270
-
Support of the Jetty 10 servlet container
-
Reworked classloader concept to stop leakage of Gretty's dependencies onto the webapp classpath
-
Dropped support for Logback entirely, because of the slf4j 1.x / 2.x ecosystem split
Full Changelog: v3.0.9...v3.1.0
3.0.9
- Replace internal Gradle API usage with public API #265
Thank you, @octylFractal, for making Gretty better.
4.0.3
4.0.2
- Use Tomcat 10.0.21
- Use Jetty 11.0.9
- Use Gradle 7.4.2 for testing Gretty
- Added exclusion patterns for
commons-cli
andcommons-io
classes to FilteringClassLoader #258
Adding the patterns fixes a bug which gave preference to thecommons-cli
andcommons-io
versions
that Gretty uses, rather than using the JARs bundled with the webapp (which is the correct behavior). - Upgrade to Logback 1.3.0-alpha14
- Remove Groovy-based logging configuration in response to Log4Shell #249
3.0.8
4.0.1
-
Fix inability to build a product due to missing Groovy dependencies (#238).
-
Version upgrades to mitigate some CVEs (#252). Thanks to @dutta1kartik3.