GEODE-388: Marking dynamic-region-factory as deprecated in the xml.

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

Branch: refs/heads/feature/GEODE-288
Commit: 59df3d93e7c51e43685356de82b074531966015f
Parents: b2e7768
Author: Dan Smith <[email protected]>
Authored: Wed Oct 19 10:49:07 2016 -0700
Committer: Dan Smith <[email protected]>
Committed: Thu Oct 20 13:09:12 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/59df3d93/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
index adf734c..d3d83f1 100755
--- 
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
@@ -1245,7 +1245,11 @@ As of 6.5 disk-dirs is deprecated on region-attributes. 
Use disk-store-name inst
   </xsd:complexType>
   <xsd:complexType name="dynamic-region-factory-type">
     <xsd:annotation>
+      <xsd:appinfo>deprecated</xsd:appinfo>
       <xsd:documentation>
+        dynamic-region-factory is deprecated. Use functions to create regions 
dynamically
+        instead.
+
         A "dynamic-region-factory" element configures a dynamic region factory 
for
         this cache. If this optional element is missing then the cache does not
         support dynamic regions.

Reply via email to