Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
All classes in the jcr resource package are deprecated. Only some constants in JcrResourceConstants are left.
These constants are useful, however if we leave them in this package and then remove all the deprecated stuff, clients will break nevertheless as we have to change the major version of the package.
Therefore I think it's better to move the constants we want to keep to a new package jcr.resource.api.
We can then release a version with the deprecated and the new package, allowing clients to migrate and once we remove the jcr.resource package, clients do not break anymore