-
Notifications
You must be signed in to change notification settings - Fork 123
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
Maven Compile Warning for SuppressFBWarnings #1786
Comments
Hi @adase11, Thank you for raising this issue and providing potential solutions. We appreciate your engagement in improving the AWS ESDK. Regarding your proposed solutions:
We appreciate your suggestion, but it's important to note that we do not want the
We would add a suggestion to the README, but this Thanks, |
Thanks for looking into this. An upgrade to SpotBugs Annotations would be great. Although wouldn't that still lead to the same behavior as the retention of that annotation in the spotbugs repository is @Retention(RetentionPolicy.CLASS)
public @interface SuppressFBWarnings {
...
} That would mean that dependent projects will have the |
Any update on this thread @imabhichow ? |
Problem:
Introducing the dependency on
aws-encryption-sdk-java
introduces compile warnings aboutedu.umd.cs.findbugs.annotations.SuppressFBWarnings
For example:
Solution:
Options:
com.google.code.findbugs
to compile.Out of scope:
I'm sure there are different options for handling this and they may vary depending on the build tool being used.
The text was updated successfully, but these errors were encountered: