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

There was a need by users to be able to authenticate with and authorization operations on Apache Geode using the OAuth protocol and standards. While interests in this has dwindled,...

enhancement
on-hold

_Spring Boot for Apache Geode_ (SBDG) already includes [_Spring Boot Actuator_ support](https://docs.spring.io/spring-boot-data-geode-build/current/reference/html5/#actuator) with extensive metrics and runtime configuration metadata for the Apache Geode cache instance, whether a client or a...

new feature

The `@EnableAutoDeployment` annotation will auto-deploy all application code required on the server, such as, but not limited to: * Callbacks (`CacheListener`, `CacheLoader`, `CacheWriter`, etc) * Functions * Transitive Dependencies used...

new feature

The following things need to be investigated further: * **DONE** - Test with a `ClientCache` and client LOCAL `Region(s)` with no connections (i.e. no `Pool` defined) to a cluster/server using...

enhancement
task