Skip to content

Polish GemFire starter and sample. #5439

Closed
@jxblum

Description

@jxblum

There are a few things that should be cleaned up in the existing spring-boot-starter-data-gemfire module:

  1. 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.
  2. Use Spring Java-based configuration meta-data inside the SampleDataGemFireApplication class to configure GemFire (keeping the XML for comparison).
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: supersededAn issue that has been superseded by another

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions