Closed
Description
There are a few things that should be cleaned up in the existing spring-boot-starter-data-gemfire module:
- Remove the explicit dependency on GemFire, both in spring-boot-dependencies/pom.xml as well as spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml. This is problematic since the GemFire version declared by Spring Boot may conflict with the version that Spring Data GemFire automatically pulls in when the appropriate Spring Data Release Train (e.g. Hopper) is specified.
- Use Spring Java-based configuration meta-data inside the SampleDataGemFireApplication class to configure GemFire (keeping the XML for comparison).
- Other minor cleanup/polish: suppress the verbose logging caused by Spring Boot's starter logging, adding Spring Shell dependency required by GemFire at runtime, etc.