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

It should be possible via the `o.s.data.gemfire.PartitionedRegionFactoryBean` API to directly configure or customize `PARTITION` _Region_ attributes, such as, but not limited to: * Collocation * Fixed Partitioning * Local &...

type: documentation
in: core
type: enhancement
in: api
in: configuration

**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-269](https://jira.spring.io/browse/DATAGEODE-269?redirect=false)** and commented TODO --- **Reference URL:** https://jira.spring.io/browse/SGF-791

in: core
type: enhancement
in: api

**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-239](https://jira.spring.io/browse/DATAGEODE-239?redirect=false)** and commented The `o.s.d.g.GemfireTemplate` class is missing several useful Region data access operations that should be present on the template: * `clear()` - ? * `create(key,...

in: core
type: enhancement
in: api

**[Jeff Cherng](https://jira.spring.io/secure/ViewProfile.jspa?name=jcherng)** opened **[DATAGEODE-170](https://jira.spring.io/browse/DATAGEODE-170?redirect=false)** and commented MappingPdxSerializer currently allows properties of entity to be serialized/deserialized by using custom pdx serializers. However, as the current implementation, custom pdx serializers can not...

type: enhancement
in: serialization

**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-129](https://jira.spring.io/browse/DATAGEODE-129?redirect=false)** and commented Details to follow... --- No further details from [DATAGEODE-129](https://jira.spring.io/browse/DATAGEODE-129?redirect=false)

type: enhancement
in: api
in: cq
in: configuration

**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-126](https://jira.spring.io/browse/DATAGEODE-126?redirect=false)** and commented Document the **new** `o.s.d.g.function.support.SpringDefinedFunctionAwareRegistrar` --- No further details from [DATAGEODE-126](https://jira.spring.io/browse/DATAGEODE-126?redirect=false)

type: enhancement
in: functions
in: documentation

**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-214](https://jira.spring.io/browse/DATAGEODE-214?redirect=false)** and commented TODO --- No further details from [DATAGEODE-214](https://jira.spring.io/browse/DATAGEODE-214?redirect=false)

type: enhancement
in: aeq

**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-270](https://jira.spring.io/browse/DATAGEODE-270?redirect=false)** and commented This feature will add the ability to execute (register/trigger) a CQ from a SD _Repository_ query method invocation. The return type will be a...

in: repository
type: enhancement
in: api
in: cq

**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-284](https://jira.spring.io/browse/DATAGEODE-284?redirect=false)** and commented If an application domain model class, such as `Employee`, were defined with primitive typed fields, for example:   ```java class Employee { private String name;...

in: core
in: repository
type: enhancement

**[boglesby](https://jira.spring.io/secure/ViewProfile.jspa?name=boglesby1)** opened **[DATAGEODE-295](https://jira.spring.io/browse/DATAGEODE-295?redirect=false)** and commented This issue occurs with SBDG 1.2.1.RELEASE and also 1.2.2.RELEASE. When my boot client executes an `OnServers` function, I see it executing on all of my...

type: bug
in: functions