spring-data-geode
spring-data-geode copied to clipboard
Spring Data support for Apache Geode
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-376](https://jira.spring.io/browse/DATAGEODE-376?redirect=false)** and commented This JIRA ticket is a continuation of [DATAGEODE-263](https://jira.spring.io/browse/DATAGEODE-263) to finish the Paging functionality and support in SDG. Specifically, this ticket is concerned with the...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-396](https://jira.spring.io/browse/DATAGEODE-396?redirect=false)** and commented Some users/customers are still using the `http://www.springframework.org/schema/gemfire` and {{http://www.springframework.org/schema/data/gemfire} XML namespace in their SDG applications configured with XML. This JIRA task will created aliases...
- Provide callback for process output consumption. - Provide callback to determine when a process is 'ready'. - Introduce `ClusterStarter` to launch and manage a cluster of Geode members (locator...
Adding AsCacheListener, AsCacheWriter and AsRegionEventHandler annotations. Using these annotations on a method, will enable this method to be added as CacheListener or CacheWriter to the specified Region(s) - [x] You...
…PdxSerializer Allows MappingPdxSerializer to serialize/deserialize entity object by defining custom pdx serializer at entity level. - [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] You created a...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-119](https://jira.spring.io/browse/DATAGEODE-119?redirect=false)** and commented Currently, the SDG Function annotation support does not properly inspect the return type of the Function interface method execution, identifying single return type values....
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-118](https://jira.spring.io/browse/DATAGEODE-118?redirect=false)** and commented Adds a new Apache Geode `o.a.g.cache.execute.Function` implementation that inspects the application CLASSPATH, detects SDG defined POJO Function implementations annotated with `@GemfireFunction`, creates an appropriate...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-99](https://jira.spring.io/browse/DATAGEODE-99?redirect=false)** and commented This requires a new API endpoint in the Apache Geode Management (Admin) REST API --- **Reference URL:** https://jira.spring.io/browse/DATAGEODE-98
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-98](https://jira.spring.io/browse/DATAGEODE-98?redirect=false)** and commented This is particularly a problem for application clients that define an application domain model type, like so... ```java @Region("Books") class Book { @Id private...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-36](https://jira.spring.io/browse/DATAGEODE-36?redirect=false)** and commented Apache Geode significantly lacks in asynchronous and/or Reactive _Function_ execution support as well as result streaming/handling. _Spring Data Geode_ combined with the _Spring Framework's_...