RobertIndie opened a new pull request, #15109:
URL: https://github.com/apache/pulsar/pull/15109

   
   ### Motivation
   
   [CVE-2022-23307](https://www.cvedetails.com/cve/CVE-2022-23307/) is a 
critical severity in Log4j 1.x. 
   
   Since log4j is currently an unused dependency in the project, we'd better 
remove log4j
   
   ```
   [INFO] --- maven-dependency-plugin:3.1.1:analyze (default-cli) @ buildtools 
---
   [WARNING] Used undeclared dependencies found:
   [WARNING]    org.slf4j:slf4j-api:jar:1.7.25:compile
   [WARNING] Unused declared dependencies found:
   [WARNING]    org.yaml:snakeyaml:jar:1.30:compile
   [WARNING]    org.apache.ant:ant:jar:1.10.12:compile
   [WARNING]    com.google.guava:guava:jar:31.0.1-jre:compile
   [WARNING]    com.google.inject:guice:jar:4.2.3:compile
   [WARNING]    junit:junit:jar:4.13.1:compile
   [WARNING]    org.apache.logging.log4j:log4j-api:jar:2.17.1:compile
   [WARNING]    org.apache.logging.log4j:log4j-core:jar:2.17.1:compile
   [WARNING]    org.apache.logging.log4j:log4j-slf4j-impl:jar:2.17.1:compile
   [WARNING]    org.apache.logging.log4j:log4j-1.2-api:jar:2.17.1:compile
   [WARNING]    org.slf4j:jcl-over-slf4j:jar:1.7.32:compile
   ```
   
   ### Modifications
   
   * Remove log4j 1.x
   
   ### Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ### Documentation
   
   - [x] `no-need-doc` 
     


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