Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-j-0.17.0
-
None
Description
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.