GitHub user rgansevles opened a pull request:
https://github.com/apache/logging-log4j2/pull/222
LOG4J2-2482 BasicContextSelector cannot be used in a OSGI application.
Removed optional dependencies from log4j-api to log4j-core, use the thread
context classloader to load core classes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rgansevles/logging-log4j2 LOG4J2-2482
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/222.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 #222
----
commit 7df63899709ed2d4e9d73e52b6b53c0a9571012b
Author: Rob Gansevles <rgansevles@...>
Date: 2018-10-21T19:34:26Z
LOG4J2-2482 BasicContextSelector cannot be used in a OSGI application.
Removed optional dependencies from log4j-api to log4j-core, use the thread
context classloader to load core classes.
----
---