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: [email protected]
For additional commands, e-mail: [email protected]