You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "Aaron Mihalik (JIRA)" <ji...@apache.org> on 2016/10/17 18:43:58 UTC

[jira] [Created] (RYA-211) Replace findbugs:jsr305 Dependency

Aaron Mihalik created RYA-211:
---------------------------------

             Summary: Replace findbugs:jsr305 Dependency
                 Key: RYA-211
                 URL: https://issues.apache.org/jira/browse/RYA-211
             Project: Rya
          Issue Type: Task
    Affects Versions: 3.2.10
            Reporter: Aaron Mihalik


When I cut release 3.2.10, I had to remove a number of annotations that are only available in findbugs:jsr305.  If we ever find another version of this library that has valid licenses, we should enable these annotations.

Specifically, these annotations have been commented out:

{code}
javax.annotation.concurrent.ThreadSafe
@ThreadSafe

import javax.annotation.concurrent.Immutable
@Immutable

import javax.annotation.ParametersAreNonnullByDefault
@ParametersAreNonnullByDefault
{code}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)