Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternate approach to remove Log4J 1.x dependency ( see #11264 ) #11265

Closed
wants to merge 4 commits into from
Closed

Alternate approach to remove Log4J 1.x dependency ( see #11264 ) #11265

wants to merge 4 commits into from

Conversation

Stwissel
Copy link
Contributor

Motivation:

WhiteSource vulnerability scan flags the Log4J 1.x stream as vulnerable.

Modification:

Replaced referenced to Log4J 1.x with Log4J 2.x, updated code.
This is an alternate approach to #11264 - I wasn't sure which would be preferable
Ran mvn test (on a Mac) sucessfully

Result:

Fixes #11263.

If inappropriate, close both requests

Removes flag by Whitesource vulnerability scanner
Leaving classes intact
@chrisvest
Copy link
Contributor

The Log4JLoggerFactory could instead return a Log4J2Logger instance, and then we can remove the Log4JLogger class entirely.

@normanmaurer
Copy link
Member

Let's close this as we will use #11264

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dependency on log4J 1.x branch
3 participants