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)