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:45:58 UTC

[jira] [Updated] (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 updated RYA-211:
------------------------------
    Description: 
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}

  was:
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}



> 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 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)