GitHub user cakofony opened a pull request:
https://github.com/apache/logging-log4j2/pull/113
ClassLoaderContextSelector more resilient to multiple classloaders
When log4j classes are shared between ClassLoader instances, we
can avoid creating additional contexts.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cakofony/logging-log4j2
async_logger_selector_cl_isolation
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/113.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #113
----
commit 05e95b9b036d36230e982e72b7347896d7b72cc6
Author: Carter Kozak <[email protected]>
Date: 2017-10-11T16:33:03Z
ClassLoaderContextSelector more resilient to multiple classloaders
When log4j classes are shared between ClassLoader instances, we
can avoid creating additional contexts.
----
---