SGF-598 - Add support for suspend and resume in GemfireTransactionManager.

(cherry picked from commit 7c594e7cbad6854ffaf3b162647ea9eced0b3d92)
Signed-off-by: John Blum <jblum@pivotal.io>
This commit is contained in:
John Blum
2017-03-01 22:23:52 -08:00
parent 8ed71a719c
commit a28534dd7a
3 changed files with 436 additions and 126 deletions

View File

@@ -17,6 +17,7 @@
<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="assignable" expression="org.springframework.data.gemfire.transaction.GemfireTransactionManagerIntegrationTests$SuspendAndResumeCacheTransactionsRepository"/>
<context:exclude-filter type="regex" expression="org.springframework.data.gemfire.*.sample.*"/>
</context:component-scan>