-
Notifications
You must be signed in to change notification settings - Fork 107
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
Optionally take changes to annotations into account #392
Optionally take changes to annotations into account #392
Conversation
- Adding `@java.lang.Deprecated` keeps being a MINOR change. - Corresponding class is not loaded if option `--no-annotations` is set.
This PR looks good. But I don't see any integration into the maven plugin nor into the reporting (HTML, stdout, etc.). Are you planning to add this in the future or do you expect me to do this? |
Thanks for reviewing my PR. I used an existing configuration option that is already documented and integrated into the CLI as |
Thanks again for the PR. I have added another compatibility change: During the work I also realized that the implementation of |
Resolves:
Related pull request:
This is an alternative approach, in which changes to annotations will be ignored if option
--no-annotations
is set.