From 0f75b2338f2b836d36f71b1868b6d284b9b22bfa Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 18 Jun 2019 11:10:34 -0700 Subject: [PATCH] DATAGEODE-204 - Replace all cache.xml document schema declarations referring to the DTD to use the XSD. --- src/test/resources/autoregionlookup-cache.xml | 11 ++- src/test/resources/cache-with-declarable.xml | 10 +- src/test/resources/cache-with-regions.xml | 48 +++++----- ...tstrap-initializer-using-base-packages.xml | 16 +++- ...h-spring-context-bootstrap-initializer.xml | 16 +++- .../resources/clientcache-with-regions.xml | 12 ++- src/test/resources/empty-cache.xml | 10 +- src/test/resources/empty-client-cache.xml | 10 +- src/test/resources/gemfire-cache.xml | 92 +++++++++++-------- src/test/resources/gemfire-client-cache.xml | 23 +++-- ...fire-datasource-integration-test-cache.xml | 12 ++- ...ring-declarable-support-function-cache.xml | 15 ++- src/test/resources/subregion-cache.xml | 12 ++- 13 files changed, 174 insertions(+), 113 deletions(-) diff --git a/src/test/resources/autoregionlookup-cache.xml b/src/test/resources/autoregionlookup-cache.xml index 45736335..a6abc0d7 100644 --- a/src/test/resources/autoregionlookup-cache.xml +++ b/src/test/resources/autoregionlookup-cache.xml @@ -1,7 +1,9 @@ - - - + + + @@ -9,4 +11,5 @@ + diff --git a/src/test/resources/cache-with-declarable.xml b/src/test/resources/cache-with-declarable.xml index be7daa16..5adaaf07 100644 --- a/src/test/resources/cache-with-declarable.xml +++ b/src/test/resources/cache-with-declarable.xml @@ -1,6 +1,9 @@ - - - + + + @@ -8,4 +11,5 @@ + diff --git a/src/test/resources/cache-with-regions.xml b/src/test/resources/cache-with-regions.xml index 80f8c4fb..d96f7c86 100644 --- a/src/test/resources/cache-with-regions.xml +++ b/src/test/resources/cache-with-regions.xml @@ -1,44 +1,50 @@ - - - + + + + concurrency-checks-enabled="false" + concurrency-level="80" + initial-capacity="101" + load-factor="0.95"> java.lang.Integer java.lang.String + + cloning-enabled="true" + concurrency-checks-enabled="true" + concurrency-level="40" + initial-capacity="51" + load-factor="0.85" + multicast-enabled="false"> java.lang.Integer java.lang.String + + cloning-enabled="false" + concurrency-checks-enabled="true" + concurrency-level="20" + initial-capacity="23" + load-factor="0.75" + multicast-enabled="false" + scope="distributed-no-ack"> java.lang.Integer java.lang.String + + diff --git a/src/test/resources/cache-with-spring-context-bootstrap-initializer-using-base-packages.xml b/src/test/resources/cache-with-spring-context-bootstrap-initializer-using-base-packages.xml index cdfc177e..bfaefcc6 100644 --- a/src/test/resources/cache-with-spring-context-bootstrap-initializer-using-base-packages.xml +++ b/src/test/resources/cache-with-spring-context-bootstrap-initializer-using-base-packages.xml @@ -1,16 +1,21 @@ - - - + + + java.lang.String org.springframework.data.gemfire.repository.sample.User - org.springframework.data.gemfire.support.SpringContextBootstrappingInitializerIntegrationTest$UserDataStoreCacheLoader + + org.springframework.data.gemfire.support.SpringContextBootstrappingInitializerIntegrationTest$UserDataStoreCacheLoader + + org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer @@ -19,4 +24,5 @@ + diff --git a/src/test/resources/cache-with-spring-context-bootstrap-initializer.xml b/src/test/resources/cache-with-spring-context-bootstrap-initializer.xml index ad5baec0..7338d6e9 100644 --- a/src/test/resources/cache-with-spring-context-bootstrap-initializer.xml +++ b/src/test/resources/cache-with-spring-context-bootstrap-initializer.xml @@ -1,16 +1,21 @@ - - - + + + java.lang.String org.springframework.data.gemfire.repository.sample.User - org.springframework.data.gemfire.support.SpringContextBootstrappingInitializerIntegrationTest$UserDataStoreCacheLoader + + org.springframework.data.gemfire.support.SpringContextBootstrappingInitializerIntegrationTest$UserDataStoreCacheLoader + + org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer @@ -21,4 +26,5 @@ + diff --git a/src/test/resources/clientcache-with-regions.xml b/src/test/resources/clientcache-with-regions.xml index 5da078e9..2da6b5a4 100644 --- a/src/test/resources/clientcache-with-regions.xml +++ b/src/test/resources/clientcache-with-regions.xml @@ -1,11 +1,15 @@ - - - + + + + + diff --git a/src/test/resources/empty-cache.xml b/src/test/resources/empty-cache.xml index 05998c34..183dd436 100644 --- a/src/test/resources/empty-cache.xml +++ b/src/test/resources/empty-cache.xml @@ -1,5 +1,7 @@ - - - + + + diff --git a/src/test/resources/empty-client-cache.xml b/src/test/resources/empty-client-cache.xml index cae36052..e9236267 100644 --- a/src/test/resources/empty-client-cache.xml +++ b/src/test/resources/empty-client-cache.xml @@ -1,5 +1,7 @@ - - - + + + diff --git a/src/test/resources/gemfire-cache.xml b/src/test/resources/gemfire-cache.xml index 5c221040..d7bdfdd3 100644 --- a/src/test/resources/gemfire-cache.xml +++ b/src/test/resources/gemfire-cache.xml @@ -1,39 +1,55 @@ - - - - - java.lang.String - - - - - - - - - - - - - - - - - - Application Version - 1.0 - - - - - - - - - - - - - - + + + + + java.lang.String + + + + + + + + + + + + + + + + + + + + Application Version + + + 1.0 + + + + + + + + + + + + + + + + diff --git a/src/test/resources/gemfire-client-cache.xml b/src/test/resources/gemfire-client-cache.xml index aeb64a75..c2474749 100644 --- a/src/test/resources/gemfire-client-cache.xml +++ b/src/test/resources/gemfire-client-cache.xml @@ -1,14 +1,13 @@ - - + + + + + + + + - - - - - - - diff --git a/src/test/resources/gemfire-datasource-integration-test-cache.xml b/src/test/resources/gemfire-datasource-integration-test-cache.xml index d7bc4c38..d73ce8e0 100644 --- a/src/test/resources/gemfire-datasource-integration-test-cache.xml +++ b/src/test/resources/gemfire-datasource-integration-test-cache.xml @@ -1,8 +1,12 @@ - - - + + + + + diff --git a/src/test/resources/lazy-wiring-declarable-support-function-cache.xml b/src/test/resources/lazy-wiring-declarable-support-function-cache.xml index 372e922c..88b171e0 100644 --- a/src/test/resources/lazy-wiring-declarable-support-function-cache.xml +++ b/src/test/resources/lazy-wiring-declarable-support-function-cache.xml @@ -1,13 +1,18 @@ - - - + + + - org.springframework.data.gemfire.support.LazyWiringDeclarableSupportFunctionBasedIntegrationTests$HelloGemFireFunction + + org.springframework.data.gemfire.support.LazyWiringDeclarableSupportFunctionBasedIntegrationTests$HelloGemFireFunction + Everyone + diff --git a/src/test/resources/subregion-cache.xml b/src/test/resources/subregion-cache.xml index 2f05449a..984581d6 100644 --- a/src/test/resources/subregion-cache.xml +++ b/src/test/resources/subregion-cache.xml @@ -1,12 +1,15 @@ - - - + + + + @@ -14,4 +17,5 @@ +