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

Spring Data support for Apache Geode

Results 59 spring-data-geode issues
Sort by recently updated
recently updated
newest added
trafficstars

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

status: pending-design-work
in: repository
type: enhancement
in: api
in: query

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

type: task
status: pending-design-work
in: api
in: infrastructure
in: configuration

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

status: waiting-for-triage

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

status: waiting-for-triage

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

status: waiting-for-triage

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

type: bug
in: functions
in: api

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

type: enhancement
in: functions
in: api
in: configuration

**[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

type: enhancement
in: configuration
in: search

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

type: bug
in: configuration
in: search

**[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_...

type: enhancement
in: functions
in: api