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/10/26 19:31:08 UTC

[GitHub] [logging-log4j2] ppkarwasz opened a new pull request, #1128: [LOG4J2-3581] Provide a JCL to Log4j2 API binary weaver

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

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


[GitHub] [logging-log4j2] ppkarwasz commented on pull request #1128: [LOG4J2-3581] Provide a JCL to Log4j2 API binary weaver

Posted by GitBox <gi...@apache.org>.
ppkarwasz commented on PR #1128:
URL: https://github.com/apache/logging-log4j2/pull/1128#issuecomment-1384004494

   Will be resubmitted to `logging-log4j-transform`.


-- 
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


[GitHub] [logging-log4j2] ppkarwasz closed pull request #1128: [LOG4J2-3581] Provide a JCL to Log4j2 API binary weaver

Posted by GitBox <gi...@apache.org>.
ppkarwasz closed pull request #1128: [LOG4J2-3581] Provide a JCL to Log4j2 API binary weaver
URL: https://github.com/apache/logging-log4j2/pull/1128


-- 
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