Commit Graph

9 Commits

Author SHA1 Message Date
John Blum
59bbd6ee90 Rename all auto-configuration classes by removing the 'Geode' name prefix. 2018-03-20 12:25:24 -07:00
John Blum
f4bab9c027 Refactor @ConditionalOnMissingBean to only refer to an instance of cache as o.a.g.cache.GemFireCache. 2018-03-20 12:00:29 -07:00
John Blum
b3bc1ff5a9 Do not require autowired constructor parameters. 2018-03-20 12:00:29 -07:00
John Blum
acdd8ac573 Refactor @ConditionalOnBean to be conditional on an instance of o.a.g.cache.GemFireCache.
Refactor @ConditionalOnClass to be conditional on an SDG and Apache Geode type based on functional concern.
2018-03-20 11:59:39 -07:00
John Blum
c7b9448f55 Edit Javadoc.
Format source code.
2018-03-20 11:16:15 -07:00
John Blum
8f4833dc4b Fix bug with @ConditionalOnBean(..) to only require an insance of o.a.g.cache.GemFireCache. 2018-03-20 11:11:11 -07:00
John Blum
104bdf5a6c Add @EnablePdx annotation to enable GemFire/Geode PDX serialization by default. 2018-02-07 13:25:23 -08:00
John Blum
1603150d54 Annotate all auto @Configuration classes with @AutoConfigureAfter to apply auto-configuration of the particular functional concern only after the Apache Geode/Pivotal GemFire ClientCache instance has been auto-configured. 2018-02-06 16:42:30 -08:00
John Blum
fdcaeaff1b Rename spring-boot-starter-data-gemfire module to gemfire-spring-boot-starter.
Rename spring-boot-starter-data-geode module to geode-spring-boot-starter.
2018-02-06 16:14:30 -08:00