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

Update log4j to 2.15.0 #100

Merged
merged 2 commits into from
Dec 13, 2021
Merged

Update log4j to 2.15.0 #100

merged 2 commits into from
Dec 13, 2021

Conversation

rahulsom
Copy link
Contributor

It requires some seemingly weird changes.

  1. Log4j 2.15.0 requires JDK 8 and the older parent-pom was expecting to build with JDK 1.7 and the maven enforcer rejected the jar. So the parent-pom has been updated.
  2. The new parent-pom has stronger opinions in Spotbugs - the code has been updated to respect those opinions.
  3. The new parent-pom does not like TestNG. However this plugin needs TestNG, so I've disabled the enforcer.

It requires some seemingly weird changes.

1. Log4j 2.15.0 requires JDK 8 and the older parent-pom was expecting to build with JDK 1.7 and the maven enforcer rejected the jar. So the parent-pom has been updated.
2. The new parent-pom has stronger opinions in Spotbugs - the code has been updated to respect those opinions.
3. The new parent-pom does not like TestNG. However this plugin needs TestNG, so I've disabled the enforcer.
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.

None yet

2 participants