gemmellr commented on pull request #662: URL: https://github.com/apache/activemq/pull/662#issuecomment-1046760243
There remain a lot of dependencies on log4j 1.x even after these changes. I'd suggest you should take a look at some of the AMQ 8472 related reload4j changes again and incorporating related aspects to address them (e.g perhaps also using the log4j2 api bridge for them if needed). > $ mvn dependency:tree | grep " log4j:log4j" [INFO] | +- log4j:log4j:jar:1.2.17:test [INFO] | +- log4j:log4j:jar:1.2.12:compile (optional) [INFO] | +- log4j:log4j:jar:1.2.12:compile (optional) [INFO] | +- log4j:log4j:jar:1.2.12:compile (optional) [INFO] | +- log4j:log4j:jar:1.2.17:provided [INFO] | +- log4j:log4j:jar:1.2.12:compile [INFO] | | +- log4j:log4j:jar:1.2.12:compile [INFO] | \- log4j:log4j:jar:1.2.17:compile [INFO] | +- log4j:log4j:jar:1.2.12:compile [INFO] | +- log4j:log4j:jar:1.2.12:compile [INFO] | +- log4j:log4j:jar:1.2.12:compile [INFO] | +- log4j:log4j:jar:1.2.12:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- log4j:log4j:jar:1.2.12:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile > $ mvn dependency:tree | grep "slf4j-log4j12" [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.25:provided [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.25:compile [INFO] | | +- org.slf4j:slf4j-log4j12:jar:1.7.25:compile [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.25:compile -- 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]
