You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2017/01/10 06:44:49 UTC

svn commit: r1778087 - /sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceMetadata.java

Author: cziegeler
Date: Tue Jan 10 06:44:49 2017
New Revision: 1778087

URL: http://svn.apache.org/viewvc?rev=1778087&view=rev
Log:
Deprecate INTERNAL_CONTINUE_RESOLVING

Modified:
    sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceMetadata.java

Modified: sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceMetadata.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceMetadata.java?rev=1778087&r1=1778086&r2=1778087&view=diff
==============================================================================
--- sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceMetadata.java (original)
+++ sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceMetadata.java Tue Jan 10 06:44:49 2017
@@ -127,6 +127,8 @@ public class ResourceMetadata extends Ha
      * The value of this property has no meaning, the resource resolver
      * just checks whether this flag is set or not.
      * @since 2.2 (Sling API Bundle 2.2.0)
+     * @deprecated This flag is not supported anymore when implementing the SPI
+     *             based {@code org.apache.sling.spi.resource.provider.ResourceProvider}
      */
     public static final String INTERNAL_CONTINUE_RESOLVING = ":org.apache.sling.resource.internal.continue.resolving";