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/20 21:55:59 UTC

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

     [ https://issues.apache.org/jira/browse/RYA-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aaron Mihalik resolved RYA-211.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 3.2.10

> 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
>            Assignee: Aaron Mihalik
>             Fix For: 3.2.10
>
>
> 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 dependency was added to rya.api for the Nullable annotation
> {code}
>         <dependency>
>             <groupId>com.github.stephenc.findbugs</groupId>
>             <artifactId>findbugs-annotations</artifactId>
>         </dependency>
> {code}



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