On 2018-11-01 16:53, Siva A wrote:
As per JCR spec, a version is created with checkout/checkin operations. I
do see in 1.9.x version that checkout function is deprecated and will be
eventually removed from 1.10.x version onwards. Does it mean that
jackrabbit-oak will not be supporting versioning in future? Are there any
alternatives proposed for versioning of the nodes?
Thanks,
-Siva
It's deprecated in the JCR *API*, not Jackrabbit or Oak.
See VersionManager for replacement methods.
Best regards, Julian