knoxyz commented on pull request #662: URL: https://github.com/apache/logging-log4j2/pull/662#issuecomment-1017564083
Pay attention! tomcat 8 and 9 are pretty good compatible, but with version 10 comes huge breaks (namespace javax -> jakarta)! Therefore still tomcat 9 is in use by the most production environments and not supported from the most API and frameworks. https://tomcat.apache.org/migration-10.html _There is a significant breaking change between Tomcat 9.0.x and Tomcat 10.0.x. The Java package used by the specification APIs has changed from javax... to jakarta.... It will be necessary to recompile web applications against the new APIs._ tomcat 8 and 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org