You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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