rgoers commented on PR #2593:
URL: https://github.com/apache/logging-log4j2/pull/2593#issuecomment-2125148888

   @jengebr ThreadContextDataInjector was doing all the copying into the 
LogEvent by making a copy of the current ThreadContextMap and then passing that 
copy so the fields could be included in the LogEvent's Map. That class is now 
deprecated and removed in 3.0.0. It was replaced with the ContextData utility 
class where the addAll() method now directly populates the ThreadContext data 
of the LogEvent from the appropriate context objects. 


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

Reply via email to