SGF-539 - Change GemfireCache.evict(key) to call Region.remove(key).
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user