spring-boot-data-geode
spring-boot-data-geode copied to clipboard
Spring Boot support for Apache Geode and VMware GemFire
Failure: `The bean 'Person' could not be registered. A bean with that name has already been defined and overriding is disabled.` Scenario: This occurs when a class extends a data...
Currently, the Apache Geode [`JSONFormatter`](https://geode.apache.org/releases/latest/javadoc/org/apache/geode/pdx/JSONFormatter.html) class ([source](https://github.com/apache/geode/blob/rel/v1.12.0/geode-core/src/main/java/org/apache/geode/pdx/JSONFormatter.java)) and [`PdxInstance`](https://geode.apache.org/releases/latest/javadoc/org/apache/geode/pdx/PdxInstance.html) types (e.g. [`PdxInstanceImpl`](https://github.com/apache/geode/blob/rel/v1.12.0/geode-core/src/main/java/org/apache/geode/pdx/internal/PdxInstanceImpl.java)) has the following problems: * `JSONFormatter` cannot handle (top-level) JSON arrays * `JSONFormatter` cannot handle JSON type metadata...
As a _Spring Boot_, _Apache Geode_ application developer, I would like the ability to run the SBDG Samples independently without having to build the entire SBDG project with Gradle.
Current use of internal Apace Geode API's is (use expression: `import org\.apache\.geode.*internal*`):
This new feature would add support for both `spring.data.gemfire.*` as well as `spring.data.geode.*` properties. Of course, some sort of precedence is required if duplicate, but equivalent properties are configured, for...
While this is rather difficult to achieve in practice, it may be worth exploring the possibilities. One of the challenges in properly detecting the use of certain annotations (e.g. `@Indexed`)...
This Kubernetes (K8S) _auto-configuration_ provided by **SBDG** should match in form and function to the existing _auto-configuration_ provided by **SBDG** for Pivotal CloudFoundry (PCF; now known as TAS) when using...
To help facilitate the connection of a Spring Boot for Apache Geode application to an Apache Geode (GemFire) cluster running in Kubernetes, we need to create a bindings properties processor...