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

Project to provide infrastructure to implement Spring Data repositories on top of key-value-based, in-memory data stores.

Results 48 spring-data-keyvalue issues
Sort by recently updated
recently updated
newest added

Right now, we filter the result if a type is being returned that is not assignable to the target type. If a query returns `null`, we should remove this item...

type: bug

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATAKV-333](https://jira.spring.io/browse/DATAKV-333?redirect=false)** and commented --- No further details from [DATAKV-333](https://jira.spring.io/browse/DATAKV-333?redirect=false)

type: task

**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** opened **[DATAKV-160](https://jira.spring.io/browse/DATAKV-160?redirect=false)** and commented make use of Java 8 language features. eg. use streaming API in the `Map` repository implementation and filters --- No further details from [DATAKV-160](https://jira.spring.io/browse/DATAKV-160?redirect=false)

type: task
in: core

**[Wallace Wadge](https://jira.spring.io/secure/ViewProfile.jspa?name=wwadge)** opened **[DATAKV-127](https://jira.spring.io/browse/DATAKV-127?redirect=false)** and commented Apologies for the length of this post but before I explain my issue, a little discussion is in order (I think this would be...

type: bug

**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** opened **[DATAKV-116](https://jira.spring.io/browse/DATAKV-116?redirect=false)** and commented Type reolution fails for `ApplicationEvents` using generic types. Using Spring 4.2 it is required to either implement `ResolvableTypeProvider` or extend `PayloadApplicationEvent`. In order to...

type: bug
in: core

**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** opened **[DATAKV-102](https://jira.spring.io/browse/DATAKV-102?redirect=false)** and commented --- **Referenced from:** pull request https://github.com/spring-projects/spring-data-keyvalue/pull/10, and commits https://github.com/spring-projects/spring-data-keyvalue/commit/f8e01a293de0dde14c8d0b2b5461a792cb08493a, https://github.com/spring-projects/spring-data-keyvalue/commit/6cea815908786f4f508de2856902de5392110406

in: core
type: enhancement

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATAKV-320](https://jira.spring.io/browse/DATAKV-320?redirect=false)** and commented --- No further details from [DATAKV-320](https://jira.spring.io/browse/DATAKV-320?redirect=false)

type: task

**[jpomykala](https://jira.spring.io/secure/ViewProfile.jspa?name=jpomykala1)** opened **[DATAKV-252](https://jira.spring.io/browse/DATAKV-252?redirect=false)** and commented I think it would be a great to have an option to set custom fields as unique like in regular NoSQL & RDBMS --- No...

in: map
in: core
type: enhancement