GitHub user amihalik opened a pull request:
https://github.com/apache/incubator-rya/pull/115
RYA-200 Removing findbugs:jsr305 Dependency
## Description
Removed findbugs:jsr305 Dependency. Replaced with findbugs-annotations.
Several annotations are not available in findbugs-annotations. These
annotations where commented out and a new JIRA ticket (RYA-211) was created to
deal with them:
- @ThreadSafe
- @Immutable
- @ParametersAreNonnullByDefault
### Tests
Current tests pass. No New tests.
### Links
[Jira](https://issues.apache.org/jira/browse/RYA-200)
### Checklist
- [ ] Code Review
- [ ] Squash Commits
#### People To Reivew
@isper3at
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/amihalik/incubator-rya RYA-200
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/115.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #115
----
commit 13af4d4976a498db8c682d919d5b63fdb6528a98
Author: Aaron Mihalik <[email protected]>
Date: 2016-10-17T19:20:39Z
RYA-200 Removing findbugs:jsr305 Dependency
Closes #115
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---