[GitHub] incubator-rya issue #115: RYA-200 Removing findbugs:jsr305 Dependency

2016-10-19 Thread amihalik
Github user amihalik commented on the issue: https://github.com/apache/incubator-rya/pull/115 @joshelser thanks a lot for finding those libraries and reading the docs in detail to find the equivalent to ParametersAreNonNullByDefault. I've updated the PR with your findings,

[GitHub] incubator-rya issue #115: RYA-200 Removing findbugs:jsr305 Dependency

2016-10-18 Thread joshelser
Github user joshelser commented on the issue: https://github.com/apache/incubator-rya/pull/115 Not sure about ParametersAreNonNullByDefault, curiously, it's mentioned

[GitHub] incubator-rya issue #115: RYA-200 Removing findbugs:jsr305 Dependency

2016-10-18 Thread joshelser
Github user joshelser commented on the issue: https://github.com/apache/incubator-rya/pull/115 ThreadSafe and Immutable are available in https://github.com/stephenc/jcip-annotations --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] incubator-rya issue #115: RYA-200 Removing findbugs:jsr305 Dependency

2016-10-17 Thread isper3at
Github user isper3at commented on the issue: https://github.com/apache/incubator-rya/pull/115 Just the Nullable annotation. I imagine it has something to do with findbugs, but it seems odd that we would have to use the 3rd party annotation over the java one. I kinda wish we could