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/22 09:49:01 UTC

svn commit: r1731600 - /sling/trunk/bundles/jcr/api/src/main/java/org/apache/sling/jcr/api/NamespaceMapper.java

Author: cziegeler
Date: Mon Feb 22 08:49:01 2016
New Revision: 1731600

URL: http://svn.apache.org/viewvc?rev=1731600&view=rev
Log:
SLING-5539 : Deprecate NamespaceMapper

Modified:
    sling/trunk/bundles/jcr/api/src/main/java/org/apache/sling/jcr/api/NamespaceMapper.java

Modified: sling/trunk/bundles/jcr/api/src/main/java/org/apache/sling/jcr/api/NamespaceMapper.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/api/src/main/java/org/apache/sling/jcr/api/NamespaceMapper.java?rev=1731600&r1=1731599&r2=1731600&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/api/src/main/java/org/apache/sling/jcr/api/NamespaceMapper.java (original)
+++ sling/trunk/bundles/jcr/api/src/main/java/org/apache/sling/jcr/api/NamespaceMapper.java Mon Feb 22 08:49:01 2016
@@ -27,7 +27,9 @@ import aQute.bnd.annotation.ConsumerType
  * This interface is used to customize the namespace mapping of
  * a session.
  * @since 2.1
+ * @deprecated Per session namespace mapping is not supported anymore.
  */
+@Deprecated
 @ConsumerType
 public interface NamespaceMapper {