SGF-425 - Allow early initialization and re-initialization of LazyWiringDeclarableSupport instances.

This commit is contained in:
John Blum
2015-08-10 17:44:27 -07:00
parent a806f1540e
commit 93280bf204
11 changed files with 1016 additions and 478 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!DOCTYPE cache PUBLIC "-//GemStone Systems, Inc.//GemFire Declarative Caching 8.0//EN"
"http://www.gemstone.com/dtd/cache8_0.dtd">
<cache>
<function-service>
<function>
<class-name>org.springframework.data.gemfire.LazyWiringDeclarableSupportFunctionBasedIntegrationTest$HelloGemFireFunction</class-name>
<parameter name="hello.address.to">
<string>Everyone</string>
</parameter>
</function>
</function-service>
</cache>