Commit Graph

40 Commits

Author SHA1 Message Date
John Blum
ddf01371cc Add mock object support for manually mocking Apache Geode/Pivotal GemFire Gateway (WAN) objects. 2018-09-18 18:27:39 -07:00
John Blum
fb71fce848 Add mock object support for manually mocking Apache Geode/Pivotal GemFire CacheServer objects. 2018-09-18 18:27:08 -07:00
John Blum
d5308633bc Add AsyncEventQueue ID as the AsyncEventQueue mock object name.
Edit Javadoc.
2018-09-18 18:26:28 -07:00
John Blum
fab30904b0 Add mock object support for manually mocking Apache Geode/Pivotal GemFire AsyncEventQueue objects. 2018-09-18 16:36:30 -07:00
John Blum
142169e175 Polish. 2018-09-18 16:09:46 -07:00
John Blum
ac0752d080 Prepare next development version. 2018-08-29 09:03:23 -07:00
John Blum
673d659f4b Release 0.0.1.M3. 2018-08-29 08:59:01 -07:00
John Blum
0782bc2205 Add processBeforeBuild(:SpringApplicationBuilder) and processBeforeRun(:SpringApplication) methods. 2018-08-29 08:53:22 -07:00
John Blum
0d4a38490d Prepare next development iteration. 2018-08-28 18:25:39 -07:00
John Blum
5f6cf81596 Release 0.0.1.M2. 2018-08-28 18:22:26 -07:00
John Blum
c65e142924 Move SpringBootApplicationIntegrationTestsSupport from org.springframework.data.gemfire.tests.integration.config to org.springframework.data.gemfire.tests.integration. 2018-08-28 18:20:58 -07:00
John Blum
f99d16364c Add exclusions on Spring Boot Starter Logging. 2018-08-28 17:13:17 -07:00
John Blum
03d48cc437 Declare optional, provided dependency on Spring Boot Starter. 2018-08-28 17:12:07 -07:00
John Blum
228a5bc0eb Add SpringBootApplicationIntegrationTestsSupport class to configure and bootstrap Spring ApplicationContexts uses Spring Boot during integration testing. 2018-08-28 17:01:27 -07:00
John Blum
6d0e294a57 Declare provided depdendency on Spring Boot Starter. 2018-08-28 17:00:48 -07:00
John Blum
a8190ae205 Add protected setApplicationContext(:ConfigurableApplicationContext):ConfigurableApplicationContext method. 2018-08-28 16:50:17 -07:00
John Blum
7b8614f545 Prepare next development iteration. 2018-08-22 11:55:47 -07:00
John Blum
2caa5b5358 Release 0.0.1.M1. 2018-08-22 11:47:10 -07:00
John Blum
f772d19b1b Remove spring-boot-starter-test dependency and replace with individual test artitfact dependencies. 2018-08-21 19:55:10 -07:00
John Blum
4430e43880 Remove IntelliJ IDEA (IDE) specific configuration. 2018-08-21 19:55:10 -07:00
John Blum
632561b475 Implement o.s.context.ApplicationListener<ContextClosedEvent> to workaround changes in Spring Framework 5.1.0.RC2 related to @EventListener infrastructure handling. 2018-08-21 19:55:10 -07:00
John Blum
cb7a1e37fc Deprecate the SubscriptionEnabledClientServerIntegrationTestsConfiguration class. 2018-08-21 19:55:10 -07:00
John Blum
d65dd679c2 Add overloaded waitOn(..) method to supply Condition, duration and interval. 2018-08-21 19:55:10 -07:00
John Blum
7718b8d8b2 Fix waitOnServerToStart(..) return statement to correctly return 'connected.get()'. 2018-08-21 19:55:09 -07:00
John Blum
8bd76409f8 Refactor the clientCachePoolSocketConnectTimeoutBeanPostProcessor bean definition to be conditional on the presence of the setSocketConnectTimeout(:int) method on the ClientCacheFactoryBean class. 2018-08-21 19:55:02 -07:00
John Blum
62acd73133 Refactor and compose the ClientCache DEFAULT Pool and any explicit Pool Socket connect timeout configuration handlers into a single BeanPostProcessor.
Register the ClientMembershipListener in a void, @PostConstruct, SubscriptionEnabledClientServerIntegrationTestsConfiguration class method.

Re-implement isProxyClientRegion(..) to short circuit if the ClientRegionFactoryBean.poolName is set.

Remove the unneeded isProxyClientRegion(:ClientRegionShortcut) method.

Rename isProxyClientRegion(..) to isClientProxyRegion(..).
2018-08-14 16:46:26 -07:00
John Blum
86dd856b6b Edit Javadoc. 2018-08-14 16:36:04 -07:00
John Blum
75772ee1d4 Re-implement findAvailablePort() to setReuseAddress to true before creating and binding the Socket.
Re-implement waitForServerToStart(host:String, port:int) to call waitOn(:Condition, duration).
2018-08-14 16:34:55 -07:00
John Blum
f83692b82e Rename clearAllSpringApacheGeodeAndPivotalGemFireDotPrefixedSystemProperties to clearAllGemFireGeodeAndSpringDotPrefixedSystemProperties. 2018-08-14 16:32:30 -07:00
John Blum
889368868e Reverse order of client-server connectivity verification by first handling the memberJoined event followed by successful Subscription Queue initialization.
Add methods to override the default Socket connect timeout and general timeout via extension.

Add ClientCacheConfigurer to configure the ClientCache, DEFAULT Pool Socket.connect(..) timeout.

Add BeanPostProcessor to configure any PoolFactoryBean.socketConnectTimeout.
2018-08-14 00:42:16 -07:00
John Blum
e3bc02d419 Add static @Configuration class to configure an embedded Locator & Manager service, enabled via a Spring profile.
Additionally, enable GemFire/Geode logging at 'config'.
2018-08-13 15:28:34 -07:00
John Blum
640218dc1f Add Condition on propertyPlaceholderConfigurer bean definition verifying that Spring Boot is absent before registering the bean. 2018-08-13 13:13:39 -07:00
John Blum
5fd1382a50 Rename shouldVerifyGemFireServerIsRunning(..) to doVerifyGemFireServerIsRunning(..).
Rename isBeanOfImportance(..) to isVeryImportantBean(..).

Format source code.
2018-08-13 13:13:39 -07:00
John Blum
80d09144b4 Add static PropertySourcesPlaceholderConfigurer bean definition for resolving Spring @Value annotation property placeholders. 2018-08-13 13:13:30 -07:00
John Blum
68b25ebdb9 Add overridable, protected processBeforeRefresh(:ConfigurableApplicationContext):ConfigurableApplicationContext method and call in the newApplicationContext(..) method before the ApplicationContext is refreshed. 2018-08-13 13:02:07 -07:00
John Blum
138b0b57aa Rename clearAllSpringGeodeGemFireDotPrefixedSystemProperties to clearAllSpringApacheGeodeAndPivotalGemFireDotPrefixedSystemProperties. 2018-08-13 13:00:21 -07:00
John Blum
c174f008fe Fix Region AttributesMutator initialization bug.
The bug was caused by the mocking logic in Region.getAttributes(), which lazily initializes the RegionAttributes upon first access, and by extension, the Region AttributesMutator only gets intialized after the Region.getAttributes() method is invoked.  Therefore, if Region.getAttributesMutator() is called before Region.getAttributes() and any AttributesMutator method is invoked then a NullPointerException is thrown.
2018-08-08 18:42:40 -07:00
John Blum
eae35daef5 Fix closeApplicationContext() JUnit after test case method test callback to use @After annotation rather than @AfterClass. 2018-06-21 17:30:58 -07:00
John Blum
6b1fcbc657 Add Integration Tests support for configuring, bootstrapping and properly closing a Spring ApplicationContext. 2018-06-21 17:10:22 -07:00
John Blum
1195c89ad0 Rename spring-test-data-gemfire module to spring-data-gemfire-test.
Rename spring-test-data-geode module to spring-data-geode-test.
2018-06-01 18:25:30 -07:00