You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2021/12/11 19:19:00 UTC

[jira] [Created] (SLING-10994) Remove locking of JCR node

Konrad Windszus created SLING-10994:
---------------------------------------

             Summary: Remove locking of JCR node
                 Key: SLING-10994
                 URL: https://issues.apache.org/jira/browse/SLING-10994
             Project: Sling
          Issue Type: Improvement
    Affects Versions: JCR ContentLoader 2.4.2
            Reporter: Konrad Windszus
             Fix For: JCR ContentLoader 2.5.0


Currently starting the jcr.contentloader bundle and loading initial content bundles leads to the following warning (e.g. in Sling Starter 12-SNAPSHOT)

{code}
org.apache.jackrabbit.oak.jcr.lock.LockDeprecation Support for JCR Locking is deprecated and will be disabled in a future version of Jackrabbit Oak (see OAK-6421 for further information) - operation 'addMixin mix:lockable' called from: org.apache.sling.jcr.contentloader.internal.BundleContentLoaderListener.getBundleContentInfo(BundleContentLoaderListener.java:343) org.apache.sling.jcr.contentloader.internal.BundleContentLoader.registerBundleInternal(BundleContentLoader.java:155) org.apache.sling.jcr.contentloader.internal.BundleContentLoader.registerBundle(BundleContentLoader.java:122) org.apache.sling.jcr.contentloader.internal.BundleContentLoaderListener.loadBundle(BundleContentLoaderListener.java:266) org.apache.sling.jcr.contentloader.internal.BundleContentLoaderListener.activate(BundleContentLoaderListener.java:246)
{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)