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-257](https://jira.spring.io/browse/DATAGEODE-257?redirect=false)** and commented It would be ideal if a Function bound, _Spring Data_ `Repository` took context into consideration when performing `Repository` data access operations. For instance, if...

in: repository
type: enhancement
in: functions
in: api

**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-258](https://jira.spring.io/browse/DATAGEODE-258?redirect=false)** and commented This feature request is meant to track the research and development of supporting Function Execution definitions in Spring Data `Repositories`. Since all `Repositories` operate...

in: repository
type: enhancement
in: functions
in: api

**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-261](https://jira.spring.io/browse/DATAGEODE-261?redirect=false)** and commented Add support for Apache Geode's [CqStatusListener](https://geode.apache.org/releases/latest/javadoc/org/apache/geode/cache/query/CqStatusListener.html) in _Spring Data for Apache Geode's_ [Continuous Query Listener Container](https://docs.spring.io/spring-data/geode/docs/current/reference/html/#apis:continuous-query) --- **Reference URL:** https://jira.spring.io/browse/SGF-488

type: enhancement
in: api
in: cq

**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-262](https://jira.spring.io/browse/DATAGEODE-262?redirect=false)** and commented This improvement will track the development of `Repository` query method projections. Typically, SD [Geode] `Repositories` are tied to a single application domain object type....

in: repository
type: enhancement
in: api

**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-264](https://jira.spring.io/browse/DATAGEODE-264?redirect=false)** and commented Currently, when a user configures a _Spring_, Apache Geode `ClientCache` application, s/he typically configures an Apache Geode `Pool` to distribute (i.e. forward) data access...

type: enhancement
in: api
in: infrastructure

**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-265](https://jira.spring.io/browse/DATAGEODE-265?redirect=false)** and commented Currently, when a developer uses _Spring's_ [Cache Abstraction](http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#cache) with Apache Geode as the "_caching provider_", to enable caching in his/her `@Service` components, if the...

in: core
type: enhancement
in: api

**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-266](https://jira.spring.io/browse/DATAGEODE-266?redirect=false)** and commented This task is to investigate and implement a timeout when collecting results from an Apache Geode Function Execution indirectly with the `ResultCollector` using SDG's...

type: enhancement
in: functions
in: api

**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-268](https://jira.spring.io/browse/DATAGEODE-268?redirect=false)** and commented This _improvement_ will add support for _Spring Security_ to be used as a security provider to secure Apache Geode, covering both _authentication_ and _authorization_...

type: enhancement
in: api
in: security

It looks like an asciidoctor import is failing for the [Appendix](https://docs.spring.io/spring-data/geode/docs/2.3.x/reference/html/#appendix-schema) since 2.3. The following message is in the docs: ``` Appendices Unresolved directive in index.adoc - include::../../../../spring-data-commons/src/main/asciidoc/repository-namespace-reference.adoc[leveloffset=+1] Unresolved directive...

type: documentation

Enabling the reuse of test JVM forks in the Maven Surefire Build Plugin significantly improves the build time of SDG, from 17 minutes down to ~4 minutes.

status: on-hold
status: pending-design-work
in: build