You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2018/08/02 12:20:00 UTC

[jira] [Created] (FELIX-5896) Avoid runtime dependency to javax.annotation package

Carsten Ziegeler created FELIX-5896:
---------------------------------------

             Summary: Avoid runtime dependency to javax.annotation package
                 Key: FELIX-5896
                 URL: https://issues.apache.org/jira/browse/FELIX-5896
             Project: Felix
          Issue Type: Improvement
          Components: HTTP Service
    Affects Versions: http.bridge-4.0.0, http.jetty-4.0.0, http.base-4.0.0, http.jetty-4.0.2
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: http.base-4.0.2, http.bridge-4.0.2, http.jetty-4.0.4


We're currently using javax.annotation for build time checks (null/not null), unfortunately these annotations impose a runtime requirement and there are other reasons like mentioned here to get rid of the JSR 305 dependency (see <https://blog.codefx.org/java/jsr-305-java-9/>). 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)