spring-boot-data-geode icon indicating copy to clipboard operation
spring-boot-data-geode copied to clipboard

Spring Boot support for Apache Geode and VMware GemFire

Results 17 spring-boot-data-geode issues
Sort by recently updated
recently updated
newest added

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...

enhancement
won't fix
documentation

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...

enhancement

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.

enhancement
won't do
ideal-for-contribution

Current use of internal Apace Geode API's is (use expression: `import org\.apache\.geode.*internal*`):

enhancement
ideal-for-contribution

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...

new feature

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`)...

new feature

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...

enhancement
on-hold

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...

new feature
on-hold