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 2016/02/12 07:51:35 UTC

svn commit: r1729941 - /sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/JcrResourceConstants.java

Author: cziegeler
Date: Fri Feb 12 06:51:35 2016
New Revision: 1729941

URL: http://svn.apache.org/viewvc?rev=1729941&view=rev
Log:
Deprecate workspace constants - workspace support has been removed long time ago

Modified:
    sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/JcrResourceConstants.java

Modified: sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/JcrResourceConstants.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/JcrResourceConstants.java?rev=1729941&r1=1729940&r2=1729941&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/JcrResourceConstants.java (original)
+++ sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/JcrResourceConstants.java Fri Feb 12 06:51:35 2016
@@ -81,7 +81,9 @@ public class JcrResourceConstants {
      * The type of this property, if present, is <code>String</code>.
      *
      * @since 2.1
+     * @deprecated Workspaces are not supported anymore
      */
+    @Deprecated
     public static final String AUTHENTICATION_INFO_WORKSPACE = "user.jcr.workspace";
 
     /**