You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2022/01/26 19:29:11 UTC

[GitHub] [logging-log4j2] ppkarwasz commented on pull request #730: LOG4J2-3368 Bump Tomcat from 8.5.20 to 10.0.14 in log4j-appserver along with some dependency clean-up.

ppkarwasz commented on pull request #730:
URL: https://github.com/apache/logging-log4j2/pull/730#issuecomment-1022528780


   The only Tomcat class used by Log4j is `org.apache.juli.logging.Log`, which has not been modified in ages (cf. [Github](https://github.com/apache/tomcat/blob/main/java/org/apache/juli/logging/Log.java)). It is safe to bump the dependency.
   
   However, since dependencies are being cleaned-up, you might consider replacing `tomcat-catalina` with [`tomcat-juli`](https://mvnrepository.com/artifact/org.apache.tomcat/tomcat-juli), since that is the artifact actually used.


-- 
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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org