You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2016/04/13 23:09:57 UTC

[02/12] incubator-geode git commit: GEODE-389 Required Role APIs should be deprecated

GEODE-389 Required Role APIs should be deprecated

Deprecating member-attributes and required-role in the new Geode 1.0
schema.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/54c9300e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/54c9300e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/54c9300e

Branch: refs/heads/feature/GEODE-17-2
Commit: 54c9300e40e465e16a827ec8b523de20b80f004f
Parents: 7c1d867
Author: Bruce Schuchardt <bs...@pivotal.io>
Authored: Mon Apr 11 12:41:47 2016 -0700
Committer: Bruce Schuchardt <bs...@pivotal.io>
Committed: Mon Apr 11 12:41:47 2016 -0700

----------------------------------------------------------------------
 .../META-INF/schemas/geode.apache.org/schema/cache/cache-1.0.xsd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54c9300e/geode-core/src/main/resources/META-INF/schemas/geode.apache.org/schema/cache/cache-1.0.xsd
----------------------------------------------------------------------
diff --git a/geode-core/src/main/resources/META-INF/schemas/geode.apache.org/schema/cache/cache-1.0.xsd b/geode-core/src/main/resources/META-INF/schemas/geode.apache.org/schema/cache/cache-1.0.xsd
old mode 100644
new mode 100755
index c9c4f91..5ecd67d
--- a/geode-core/src/main/resources/META-INF/schemas/geode.apache.org/schema/cache/cache-1.0.xsd
+++ b/geode-core/src/main/resources/META-INF/schemas/geode.apache.org/schema/cache/cache-1.0.xsd
@@ -654,7 +654,7 @@ As of 6.5 disk-dirs is deprecated on region-attributes. Use disk-store-name inst
         <xsd:annotation>
           <xsd:documentation>
             A "membership-attributes" element configures a region for membership
-            constraints based on required roles.
+            constraints based on required roles.  Deprecated - this feature is scheduled to be removed.
           </xsd:documentation>
         </xsd:annotation>
         <xsd:complexType>
@@ -663,7 +663,7 @@ As of 6.5 disk-dirs is deprecated on region-attributes. Use disk-store-name inst
               <xsd:annotation>
                 <xsd:documentation>
                   A "required-role" element specifies a role that is required for reliable
-                  access to the region
+                  access to the region.  Deprecated - this feature is scheduled to be removed.
                 </xsd:documentation>
               </xsd:annotation>
               <xsd:complexType>