You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/12/11 20:23:10 UTC

[GitHub] [netbeans] matthiasblaesing commented on issue #1764: Add runtime dependency for JSR305 and export annotations

matthiasblaesing commented on issue #1764: Add runtime dependency for JSR305 and export annotations
URL: https://github.com/apache/netbeans/pull/1764#issuecomment-564716749
 
 
   I'm not sure what to make with this. It is a fact, that the JSR305 classes (or at least the symbols) already leaked out of the module. Javac might have been more forgiving in the past, but it is not anymore.
   
   I see two options:
   - rip the Common Annotations dependency out of the modules and then remove the module altogether and get rid of the annotations
   - update Common Annotations to not carry the JSR305 annotations
   
   One questions remains: Do we gain anything or would it make more sense to keep the library and at least satisfy javac?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists