SGF-539 - Change GemfireCache.evict(key) to call Region.remove(key).

This commit is contained in:
John Blum
2016-10-03 23:59:54 -07:00
parent d914f74274
commit a4abc83adb
7 changed files with 367 additions and 6 deletions

View File

@@ -15,6 +15,7 @@
<context:component-scan base-package="org.springframework.data.gemfire">
<context:include-filter type="assignable" expression="org.springframework.data.gemfire.AutoRegionLookupDao"/>
<context:exclude-filter type="annotation" expression="org.springframework.context.annotation.Configuration"/>
<context:exclude-filter type="annotation" expression="org.springframework.stereotype.Service"/>
<context:exclude-filter type="assignable" expression="org.springframework.data.gemfire.AutoRegionLookupWithAutowiringIntegrationTests$TestComponent"/>
<context:exclude-filter type="regex" expression="org.springframework.data.gemfire.*.sample.*"/>
</context:component-scan>