Spring Boot for Apache Geode & Pivotal GemFire 1.0.0.M4 Released!
On behalf of the Spring, Apache Geode and Pivotal GemFire communities, I am pleased to announce the release of Spring Boot for Apache Geode & Pivotal GemFire (SBDG) 1.0.0.M4
.
Special appreciation goes out to @starbuxman for his invaluable feedback after SpringOne Platform 2018. And, if you have not seen Josh’s Spring Tip video on Apache, please check it out.
What’s New
Among a few minor updates, Milestone 4 adds the following new capabilities:
-
Externalized configuration support with Spring Boot’s Configuration Processor and SBDG provided
@ConfigurationProperties
classes (Read here for more details). Inside STS or IJ Enterprise addition, developers will have the added convenience of auto-completion and content assist. -
GemFire/Geode nodes can now be named with the
spring.application.name
property. -
The GemFire/Geode Spring Boot starters now include Spring Shell as a runtime dependency, which is convenient when enabling and using GemFire/Geode’s management services.
-
Provided a workaround to an issue in Spring Cloud Commons .
…