From a0882691ce6ed6ea98f260c41e4afb84e543de77 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 3 Apr 2018 12:50:54 -0700 Subject: [PATCH] Convert README to an Asciidoc file. Add Travis CI build status to README. --- README.adoc | 21 +++++++++++++++++++++ README.md | 19 ------------------- 2 files changed, 21 insertions(+), 19 deletions(-) create mode 100644 README.adoc delete mode 100644 README.md diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..449a060 --- /dev/null +++ b/README.adoc @@ -0,0 +1,21 @@ +image:https://api.travis-ci.org/spring-projects/spring-boot-data-geode.svg?branch=master["Build Status", link="https://travis-ci.org/spring-projects/spring-boot-data-geode"] + +== Spring Data Test Framework for Spring Data GemFire and Spring Data for Apache Geode + +This project is a new _Spring Data_ module building on _Spring's_ +`TestContext` Framework for writing _Unit_ and _Integration_ Tests +for both _Spring Data_ for https://pivotal.io/pivotal-gemfire[Pivotal GemFire] +as well as _Spring Data_ for http://geode.apache.org/[Apache Geode]. + +This project was born from http://projects.spring.io/spring-data-gemfire/[_Spring Data GemFire's_] +(https://github.com/spring-projects/spring-data-gemfire[GitHub project]) +https://github.com/spring-projects/spring-data-gemfire/tree/2.0.5.RELEASE/src/test/java/org/springframework/data/gemfire/test[test framework]. +This _test framework_ is used in SDG's test suite to test the proper +function of Pivotal GemFire or Apache Geode when used in +a _Spring_ context. + +For many years, users have asked for a way to test their Pivotal GemFire +or Apache Geode-based, _Spring_ applications, whether writing _Unit_ +or _Integrations_ tests. This project is the answer. + +This **new** project is still under development. diff --git a/README.md b/README.md deleted file mode 100644 index 563dd94..0000000 --- a/README.md +++ /dev/null @@ -1,19 +0,0 @@ -## Spring Data Test Framework for Spring Data GemFire and Spring Data for Apache Geode - -This project is a new _Spring Data_ module building on _Spring's_ -`TestContext` Framework for writing _Unit_ and _Integration_ Tests -for both _Spring Data_ for [Pivotal GemFire](https://pivotal.io/pivotal-gemfire) -as well as _Spring Data_ for [Apache Geode](http://geode.apache.org/). - -This project was born from [_Spring Data GemFire's_](http://projects.spring.io/spring-data-gemfire/) -([GitHub project](https://github.com/spring-projects/spring-data-gemfire)) -[test framework](https://github.com/spring-projects/spring-data-gemfire/tree/2.0.2.RELEASE/src/test/java/org/springframework/data/gemfire/test). -This _test framework_ is used in SDG's test suite to test the proper -function of Pivotal GemFire or Apache Geode when used in -a _Spring_ context. - -For many years, users have asked for a way to test their Pivotal GemFire -or Apache Geode-based, _Spring_ applications, whether writing _Unit_ -or _Integrations_ tests. This project is the answer. - -This **new** project is still under development.