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

Log4j2 packages should be excluded by default #91

Closed
LorenzoBettini opened this issue Feb 5, 2020 · 3 comments · Fixed by #92
Closed

Log4j2 packages should be excluded by default #91

LorenzoBettini opened this issue Feb 5, 2020 · 3 comments · Fixed by #92

Comments

@LorenzoBettini
Copy link
Collaborator

Motivation

Currently, the launch configuration excludes by default the following packages java.util.logging, org.apache.log4j, org.slf4j, org.apache.commons.logging but in Log4j2 the package for logging is different: org.apache.logging.log4j, and you get survived mutants when removing Log4j2 logging statements.

Proposed Solution

org.apache.logging.log4j should be excluded as well by default.

I'll try to provide a PR

@LorenzoBettini
Copy link
Collaborator Author

I was wondering if we could have a new release with this change

@echebbi
Copy link
Collaborator

echebbi commented Feb 5, 2020

I should have the time to release a new version by tomorrow

@echebbi
Copy link
Collaborator

echebbi commented Feb 6, 2020

@LorenzoBettini I just release Pitclipse 2.0.1 which should include this improvement.

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 a pull request may close this issue.

2 participants