Commit Graph

19 Commits

Author SHA1 Message Date
John Blum
deb90386db Move SDG Function annotation configuration extension classes to o.s.g.function.config.
Remove the org.springframework.data.gemfire.function.config package.

Rebase AbstractFunctionExecutionAutoConfigurationExtension on the new o.s.d.g.function.config.FunctionExecutionBeanDefinitionRegitrar by simply overriding the newAnnotationBasedFunctionExecutionConfigurationSource() method in order to configure the auto-configuration packages as the base packages used to search for POJO-based Function Execution interfaces.
2018-06-12 22:49:13 -07:00
John Blum
9ef2ca4bd4 Remove o.s.d.g.support.GemfireBeanFactoryLocatorProxy extension class.
Replace references to o.s.d.gemfire.support.GemfireBeanFactoryLocatorProxy with SDG's o.s.d.g.support.GemfireBeanFactoryLocator.
2018-06-12 22:32:55 -07:00
John Blum
0192141d27 Upgrade to Spring Data Release Train Kay-BUILD-SNAPSHOT.
Upgrade to Spring Data for Apache Geode 2.0.8.BUILD-SNAPSHOT.

Upgrade to Spring Data for Pivotal GemFire 2.0.8.BUILD-SNAPSHOT.
2018-06-12 22:20:34 -07:00
John Blum
5f837c4289 Rename o.s.g.config.annotation.DurableClientIdConfigurationIntegrationTests to DurableClientConfigurationIntegrationTests. 2018-06-05 20:37:06 -07:00
John Blum
3bca6f773e Set ClientCacheFactoryBean.readyForEvents property to true. 2018-06-05 20:33:53 -07:00
John Blum
318f0748cb Provide a convenient, default, abstract implementation of the o.a.g.security.SecurityManager interface. 2018-06-05 18:06:11 -07:00
John Blum
490d8c8ed9 Add Annotation based configuration to configure a client's 'durable-client-id' & 'durable-client-timeout' properties along with keeping the client's server event queue alive. 2018-06-04 18:38:44 -07:00
John Blum
41a7e7bc55 Add Annotation based configuration to configure the peer member's 'distributed-system-id' property. 2018-06-04 18:36:56 -07:00
John Blum
91c36588d1 Add Annotation based configuration to configure the member 'groups' property. 2018-06-04 18:35:16 -07:00
John Blum
636289aeef Improve configuration logic.
Edit Javadoc.

Rename memberNameIsCorrect() test case method to memberNameWasConfiguredCorrectly().
2018-06-04 18:33:31 -07:00
John Blum
9b9efe6db2 Change Spring Test for Apache Geode coordinates to org.springframework.data:spring-data-geode-test. 2018-06-01 18:34:43 -07:00
John Blum
a781c77140 Clean up any o.a.g.security.SecurityManager references before and after test execution. 2018-05-31 13:30:36 -07:00
John Blum
5b7d274723 Implement o.s.beans.factory.DisposableBean. 2018-05-31 12:57:24 -07:00
John Blum
1f9b97f4ee Annotate tests classes with @DirtiesContext to refresh the ApplicationContext. 2018-05-30 22:44:13 -07:00
John Blum
bd01ef5be0 Remove Spring Boot (Gradle) Plugin.
Apply the 'io.spring.dependency-management' (Gradle) plugin and import Spring Boot's BOM.
2018-05-30 22:18:22 -07:00
John Blum
0c3a1101ce Remove Spring IO Platform support.
Clean up dependencies.
2018-05-30 22:18:22 -07:00
John Blum
4be1dcc8ce Move all Spring Boot auto-configuration classes, functionality and supporting infrastructure to the geode-spring-boot-autoconfigure module. 2018-05-30 22:18:22 -07:00
John Blum
33bebf0f32 Enable Apache Geode/Pivotal GemFire mock objects for testing. 2018-05-30 22:18:21 -07:00
John Blum
65ae4cc59d Rename gemfire-spring-boot-starter module to gemfire-spring-boot.
Rename geode-spring-boot-starter module to geode-spring-boot.
2018-05-30 22:18:21 -07:00