ppkarwasz opened a new pull request #787:
URL: https://github.com/apache/logging-log4j2/pull/787
This adds a `ServiceLoader` which:
* automatically discards service classes, which can not be instantiated
(e.g. classes in the server's classloader of a servlet container), from the
list of returned services,
* implements a common mechanism to override the service found by
`ServiceLoader`,
* adds warnings if we only need one service, but multiple candidates are
found.
--
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]