ppkarwasz commented on PR #1429:
URL: https://github.com/apache/logging-log4j2/pull/1429#issuecomment-1625204675

   After some tests it appears that as long as `log4j-core` is in a start level 
lower or equal to the bundle that requires logging, everything works fine. I 
assume that `log4j-core` and `log4j-api` should be in one of the lowest start 
levels.
   
   Moreover:
   
   - on Equinox the `log4j-api` bundle starts always **before** `log4j-core`. 
All calls to `OsgiServiceLocator` succeed (even if the first is triggered by 
static initialization of the activator class),
   - on Felix nothing seems to change: the order of activation depends on the 
order of declaration of the bundles.
   
   Anyway the PR looks good to me, thanks.


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

Reply via email to