John Blum
c227cf7977
Replace Boolean.getBoolean(..) property resolution for client/server SSL enablement to use Spring's Environment.
...
Rename spring.boot.data.gemfire.security.ssl.environment.post-processor.disabled to spring.boot.data.gemfire.security.ssl.post-processor.enabled.
Resolves GitHub Issue #9 .
2018-07-13 20:34:43 -07:00
John Blum
aa7002acd7
Replace Boolean.getBoolean(..) property resolution for client auth enablement to use Spring's Envionment.
...
Rename spring.boot.data.gemfire.security.auth.environment.post-processor.disabled property to spring.boot.data.gemfire.security.auth.environment.post-processor.enabled.
Resolves GitHub Issue #9 .
2018-07-13 20:33:02 -07:00
John Blum
e3a873ccdd
Annotate caching integration tests with Spring's @DirtiesContext annotation to refresh the Spring ApplicationContext on subsequent test class execution.
2018-06-24 20:29:50 -07:00
John Blum
1aad7adff6
Annotate the Book class, 'new' property with the Spring Data @Transient annotation to prevent serialization.
2018-06-24 20:29:50 -07:00
John Blum
cacb832e1c
Add unit tests asserting the behavior of Java Object.toString() used in various contexts, such as Optionals and Streams.
2018-06-22 12:55:01 -07:00
John Blum
cd5399a3c3
Add integration test asserting neither Apache Geode nor Pivotal GemFire is configured as the cache provider in Spring's Cache Abstraction when another caching provider (i.e. CacheManger) has been declared and configured in the Spring context.
2018-06-22 02:29:42 -07:00
John Blum
330dc7fec3
Rename modules.
...
Rename geode-spring-boot to spring-geode.
Rename geode-spring-boot-autoconfigure to spring-geode-autoconfigure.
Rename geode-spring-boot-starter to spring-geode-starter.
Rename gemfire-spring-boot-starter to spring-gemfire-starter.
Resolves GitHub Issue #6 .
2018-06-19 18:35:09 -07:00