From c46904ec19e6440c051ac5805867f3821a4a6ef9 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 25 Jun 2018 18:31:14 -0700 Subject: [PATCH] Add a changelog.txt. --- spring-geode/src/main/resources/changelog.txt | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 spring-geode/src/main/resources/changelog.txt diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt new file mode 100644 index 00000000..a2f75b07 --- /dev/null +++ b/spring-geode/src/main/resources/changelog.txt @@ -0,0 +1,22 @@ +SPRING BOOT FOR APACHE GEODE & PIVOTAL GEMFIRE CHANGELOG +-------------------------------------------------------- +https://github.com/spring-projects/spring-boot-data-geode +========================================================= + + +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. +* Adds the spring-geode-docs modules containg the project documentation and reference guide. +* Adds the spring-geode-starter module to get started building Sring Boot applications with Apache Geode. +* Adds the spring-gemfire-starter module to get started building Sring Boot applications with Pivotal GemFire.