RaulGracia opened a new pull request #2838:
URL: https://github.com/apache/bookkeeper/pull/2838
### Motivation
Remove log bindings from `bookkeeper-common` and `bookkeeper-server`
packages.
### Changes
(WORK IN PROGRESS)
- Removed log4j bindings from `bookkeeper-common` and `bookkeeper-server`
main code:
- In both packages, these bindings are only used in `test` scope, as there
are tests that directly rely on log4j APIs for their test logic.
- To allow `bookkeeper-server` to work only with slf4j, we needed to
remove direct use of log4j API in `FileSystemUpgrade` class.
Master Issue: #2837
--
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]