You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (JIRA)" <ji...@apache.org> on 2017/03/06 16:28:33 UTC

[jira] [Created] (PROTON-1428) remove invalid constructor deprecation markers

Robbie Gemmell created PROTON-1428:
--------------------------------------

             Summary: remove invalid constructor deprecation markers
                 Key: PROTON-1428
                 URL: https://issues.apache.org/jira/browse/PROTON-1428
             Project: Qpid Proton
          Issue Type: Task
          Components: proton-j
    Affects Versions: proton-j-0.17.0
            Reporter: Robbie Gemmell
            Assignee: Robbie Gemmell
             Fix For: proton-j-0.18.0


Various constructors were marked deprecated long ago, apparently with intent to reduce their visibility in future releases. That never occurred, but the API and impl were moved around a significant amount, and new factories were established to create the objects. All the constructors in question are in impl packages, and have impl class names, and all the factory methods for them are in other packages meaning their visibility cant be changed. Given this, and it already being doubly clear that application code should not be using the constructors directly, the deprecations should just be removed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org