cakofony opened a new pull request #263: Fix jackson layout performance regression introduced with LOG4J2-2341 URL: https://github.com/apache/logging-log4j2/pull/263 This makes two changes to the previous fix: 1. Special casing applies only to LogEvents which implement Message, where previously it applied to any event which was not a Log4jLogEvent 2. The special case code no longer uses Log4jLogEvent.createMemento, but instead wraps the existing event in a simple wrapper LogEvent which delegates directly to the original event.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
