RE: JSR 305 annotations (nullability)

2018-07-09 Thread Stefan Seifert
Message- >From: Julian Reschke [mailto:julian.resc...@gmx.de] >Sent: Sunday, July 8, 2018 2:50 PM >To: dev@sling.apache.org; Stefan Seifert >Subject: Re: JSR 305 annotations (nullability) > >On 2018-07-08 14:34, Stefan Seifert wrote: >> i would also favor switchting to t

Re: JSR 305 annotations (nullability)

2018-07-08 Thread Julian Reschke
On 2018-07-08 14:34, Stefan Seifert wrote: i would also favor switchting to the findbugs nullable annotations (now repackaged and maintained as spotbugs annotations). AFAIU, we can't due to the license (LGPL). we should remove the jsr 305 dependency from our parent pom, and probably add ins

RE: JSR 305 annotations (nullability)

2018-07-08 Thread Stefan Seifert
s [mailto:konra...@gmx.de] >Sent: Tuesday, May 15, 2018 5:17 PM >To: dev@sling.apache.org >Cc: stilla...@apache.org >Subject: Re: JSR 305 annotations (nullability) > >IMHO migration from JSR-305 to >https://github.com/spotbugs/spotbugs/tree/release-3.1/spotbugs- >

Re: JSR 305 annotations (nullability)

2018-05-15 Thread Julian Reschke
On 2018-05-15 17:16, Konrad Windszus wrote: IMHO migration from JSR-305 to https://github.com/spotbugs/spotbugs/tree/release-3.1/spotbugs-annotations/src/main/java/edu/umd/cs/findbugs/annotations

Re: JSR 305 annotations (nullability)

2018-05-15 Thread Konrad Windszus
IMHO migration from JSR-305 to https://github.com/spotbugs/spotbugs/tree/release-3.1/spotbugs-annotations/src/main/java/edu/umd/cs/findbugs/annotations is very painless, be

Re: JSR 305 annotations (nullability)

2018-05-15 Thread Julian Reschke
On 2018-05-15 16:39, Konrad Windszus wrote: There are some ideas in https://issues.apache.org/jira/browse/SLING-7312 but not yet a solution, as even the proposed alternative spotbugs-annotations is not yet JSR-305 free (which might be problema

Re: JSR 305 annotations (nullability)

2018-05-15 Thread Konrad Windszus
There are some ideas in https://issues.apache.org/jira/browse/SLING-7312 but not yet a solution, as even the proposed alternative spotbugs-annotations is not yet JSR-305 free (which might be problematic from a licensing point of view). But IMHO