vy commented on issue #1507: URL: https://github.com/apache/logging-log4j2/issues/1507#issuecomment-1587896033
@sschulze, I think your assessment is correct: `ThreadContext` always creates a `DefaultThreadContextStack` instance for its `ThreadContextStack`. Ideally `ThreadContextStack` should be provided by a `ThreadContextStackFactory` just like `ThreadContextMapFactory.createThreadContextMap()` does. We would appreciate it if you can submit this as a PR. I strongly advise you to submit your design draft for review before dealing with the complete implementation. -- 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]
