SPRING BOOT FOR APACHE GEODE & PIVOTAL GEMFIRE CHANGELOG
--------------------------------------------------------
https://github.com/spring-projects/spring-boot-data-geode
=========================================================


Changes in version 1.0.0.M4 (2019-03-22)
----------------------------------------
Add support for Spring Boot Configuration Processor.

* Allows the use of `spring.application.name` to name a GemFire/Geode node.
* Adds Spring Boot Configuration Processor and auto-configuration for @ConfigurationProperties classes to capture
and encapsulate configuration meta-data specified in properties files.
* Includes Spring Shell as a runtime dependency in the GemFire/Geode starters.
* Workaround bug in Spring Cloud Commons consuming and discarding EnumerablePropertySources in the Environment.
* Upgrades to Mockito 2.23.4.
* Upgrades to Spring Framework 5.0.12.RELEASE.
* Upgrades to Spring Boot 2.0.8.RELEASE.
* Upgrades to Spring Data Release Train Kay-SR13.
* Upgrades to Spring Session Apple-SR8.
* Upgrades to Spring Test for Apache Geode/Pivotal GemFire 0.0.1.RC1.


Changes in version 1.0.0.M3 (2018-09-20)
----------------------------------------
Add support for Spring Boot Actuator HealthIndicator endpoints providing details and insight into the runtime operation
of either Apache Geode or Pivotal GemFire.

Partly resolves (https://github.com/spring-projects/spring-boot-data-geode/issues/4).

* Adds Spring Boot Actuator HealthIndicators for the Apache Geode/Pivotal GemFire peer Cache and ClientCache instances,
the DistributedSystem, the DistributedMember and the ResourceManager.
* Adds Spring Boot Actuator HealthIndicators for Apache Geode/Pivotal GemFire Regions.
* Adds Spring Boot Actuator HealthIndicators for Apache Geode/Pivotal GemFire Indexes.
* Adds Spring Boot Actuator HealthIndicators for Apache Geode/Pivotal GemFire DiskStores.
* Adds Spring Boot Actuator HealthIndicators for Apache Geode/Pivotal GemFire ContinuousQueries.
* Adds Spring Boot Actuator HealthIndicators for Apache Geode/Pivotal GemFire Pools.
* Adds Spring Boot Actuator HealthIndicators for Apache Geode/Pivotal GemFire CacheServers.
* Adds Spring Boot Actuator HealthIndicators for Apache Geode/Pivotal GemFire GatewaySenders.
* Adds Spring Boot Actuator HealthIndicators for Apache Geode/Pivotal GemFire GatewayReceivers.
* Adds Spring Boot Actuator HealthIndicators for Apache Geode/Pivotal GemFire AsyncEventQueues.
* Upgrades to Mockito 2.22.0.
* Upgrades to Spring Framework 5.0.9.RELEASE.
* Upgrades to Spring Boot 2.0.5.RELEASE.
* Upgrades to Spring Data Release Train Kay-SR10.
* Upgrades to Spring Test for Apache Geode/Pivotal GemFire 0.0.1.M4.


Changes in version 1.0.0.M2 (2018-08-29)
----------------------------------------
Add support to auto-configure Spring Session using Apache Geode or Pivotal GemFire as the Session state
management provider.

* Adds support to auto-configure Spring Session for Apache Geode or Pivotal GemFire as the Spring Session provider
when Spring Session for Apache Geode or Pivotal GemFire is on the classpath
(https://github.com/spring-projects/spring-boot-data-geode/issues/3).
* Improve caching provider auto-configuration to respect 'spring.cache.type'
(https://github.com/spring-projects/spring-boot-data-geode/issues/11).
* Add section to appendix describing how to disable Spring Boot auto-configuration on a feature by feature basis.
* Upgrades to Spring Framework 5.0.8.RELEASE.
* Upgrades to Spring Boot 2.0.4.RELEASE.
* Upgrades to Spring Data Release Train Kay-SR9.
* Upgrades to Spring Test for Apache Geode/Pivotal GemFire 0.0.1.M3.


Changes in version 1.0.0.M1 (2018-06-25)
----------------------------------------
Inception of the Spring Boot for Apache Geode & Pivotal GemFire project.

* Adds the spring-geode module containing the core bits and functionality for this project.
* Adds the spring-geode-autoconfigure module building on Spring Boot's auto-configuration functionality.
** Includes auto-configuration for a ClientCache instance.
** Includes auto-configuration for using Apache Geode/Pivotal GemFire as a caching provider in Spring's Cache Abstraction.
** Includes auto-configuration for Spring Data Repositories.
** Includes auto-configuration for Apache Geode/Pivotal GemFire Function Execution framework.
** Includes auto-configuration for Apache Geode/Pivotal GemFire CQ.
** Includes auto-configuration for Apache Geode/Pivotal GemFire PDX serialization.
** Includes auto-configuration for Apache Geode/Pivotal GemFire Security (Authentication/Authorization).
** Includes auto-configuration for Apache Geode/Pivotal GemFire Security (TLS using SSL).
* Adds the spring-geode-docs modules containing the project documentation and reference guide.
* Adds the spring-geode-starter module to get started building Spring Boot applications with Apache Geode.
* Adds the spring-gemfire-starter module to get started building Spring Boot applications with Pivotal GemFire.
