ppkarwasz commented on PR #883: URL: https://github.com/apache/logging-log4j2/pull/883#issuecomment-1140307612
@garydgregory, Yes, Jetty 10 and 11 requires Java 11. Moreover they use SLF4J 2.0 (sic!) for their internal logging. So the only version of `jetty-util` we are interested in is `9.4`, which contains the custom logging API used by previous versions of Jetty. I actually modified this PR to upgrade to 9.4.46 instead of 11.0.9. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
