ppkarwasz opened a new pull request, #1128: URL: https://github.com/apache/logging-log4j2/pull/1128
Similarly to what the [Tomcat Migration Tools for Jakarta EE](https://github.com/apache/tomcat-jakartaee-migration) does, this PR provides a binary classfile weaver that replaces JCL loggers and methods with Log4j2 API. The supported JCL methods include the whole `Log` interface and those `LogFactory` methods that produce (directly or indirectly) loggers, cf. `JclConverterExample/JclConverterTest` for the current limits of the weaver. This PR most notably **lacks**: - a command line interface, - a converter to refactor source code, - more converters to transform entire JARs or WARs (though we can borrow these from Tomcat). -- 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]
