ctubbsii opened a new pull request #1814:
URL: https://github.com/apache/accumulo/pull/1814
Include additional jars in the binary tarball assembly to redirect logs
sent to other logging frameworks to log4j by default:
* log4j-jcl to redirect commons-logging (commons-logging jar still
needed as a transitive dependency)
* log4j-jul to redirect java.util.logging
(From https://logging.apache.org/log4j/2.x/faq.html#which_jars)
Propagate an additional NOTICE from log4j-core's jar in our binary
tarball assembly.
Include rules to ban other transitive dependencies from the project that
are likely to cause conflicts with our logging at runtime, as a sanity
check for our build quality.
Bump log4j to latest version 2.14.0
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]