Re: Using BasicContextSelector in OSGI application

2018-10-07 Thread Ralph Goers
Yes please! If possible, please provide a test that would fail without the change but works with it. Ralph > On Oct 7, 2018, at 3:26 AM, Rob Gansevles wrote: > > Wrapping the LoaderUltil (log4j-api) calls in Loader (log4j-core) like > below does work, I can load classes in core when I replace

Re: Using BasicContextSelector in OSGI application

2018-10-07 Thread Rob Gansevles
Wrapping the LoaderUltil (log4j-api) calls in Loader (log4j-core) like below does work, I can load classes in core when I replace LoaderUtil.newCheckedInstanceOfProperty() with the proposed Loader.newCheckedInstanceOfProperty(), even when I remove all dependencies in log4j-api to log4j-core in