Skip to content

4.0.2

Compare
Choose a tag to compare
@f4lco f4lco released this 02 Jun 10:48
· 87 commits to master since this release
9474421
  • Use Tomcat 10.0.21
  • Use Jetty 11.0.9
  • Use Gradle 7.4.2 for testing Gretty
  • Added exclusion patterns for commons-cli and commons-io classes to FilteringClassLoader #258
    Adding the patterns fixes a bug which gave preference to the commons-cli and commons-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