Spring Boot for Apache Geode & Pivotal GemFire 1.0.0.RC1 Released!
I am pleased to announce the release of Spring Boot for Apache Geode and Pivotal GemFire (SBDG) 1.0.0.RC1.
This is another significant milestone and SBDG 1.0 is less than a week away from final GA.
The new bits, org.springframework.geode:spring-geode-starter:1.0.0.RC1
, are available in the Spring libs-milestone
repository, here.
What’s New
This release adds several new features with some significant improvements and important bug fixes:
-
Added auto-configuration support to automatically configure a
GemfireTemplate
for each GemFire/Geode Region defined in the GemFire/Geode cache. Read more -
Added chapter on "Auto-configuration vs. Annotation-based configuration" to the reference guide. Read more
-
To compliment the chapter, added a new sample to explain and show Spring Boot’s auto-configuration support for GemFire/Geode in action. Read more
-
Fixed a bug in the HTTP client used to push cluster configuration from a client to a standalone GemFire/Geode cluster, or PCC environment, with Security (Auth) enabled. Read more
-
Switched Reference Docs to the HTML5 format. See here.
…