Adapt to API changes in the STDG 0.0.17.RELEASE.
Specifically, change '@EnableGemFireMockObjects' annotation, 'destroyOnEvent' attribute references to 'destoryOnEvents'.
This commit is contained in:
@@ -263,7 +263,7 @@ public class ClientCachePoolCustomizationsIntegrationTests extends SpringBootApp
|
||||
|
||||
@Configuration
|
||||
@EnableAutoConfiguration
|
||||
@EnableGemFireMockObjects(destroyOnEvent = ContextClosedEvent.class)
|
||||
@EnableGemFireMockObjects(destroyOnEvents = ContextClosedEvent.class)
|
||||
static class WithAutoConfiguredClientCacheConfiguration { }
|
||||
|
||||
@ClientCacheApplication(serverGroup = "TestServerGroup", threadLocalConnections = true)
|
||||
|
||||
Reference in New Issue
Block a user