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

Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.

Results 241 spring-data-commons issues
Sort by recently updated
recently updated
newest added

I hate this, I kind of get why it's done but what's happening is confusion of what's actually supported in these projects, has a lot of this documentation says it's...

type: documentation

**[rob-valor](https://jira.spring.io/secure/ViewProfile.jspa?name=rob-valor)** opened **[DATACMNS-1658](https://jira.spring.io/browse/DATACMNS-1658?redirect=false)** and commented QueryDsl has 3 options for defining the generated "Q" classes: * `querydsl.prefix`: override the prefix for query types(default: Q) * `querydsl.suffix`: set a suffix for...

type: enhancement

If you have two or more store-modules e.g. JPA and Elasticsearch in one project and for each of them you have a `UserRepository` with a custom fragment `CustomizedUserRepository` and an...

type: regression

**[Joerg](https://jira.spring.io/secure/ViewProfile.jspa?name=matysiak)** opened **[DATACMNS-1501](https://jira.spring.io/browse/DATACMNS-1501?redirect=false)** and commented After upgrading from SpringBoot 2.0.6 to SpringBoot 2.1.3 it's no longer possible deserialize data object that contain fields from type `Optional`. Example: ```java public class...

type: bug
in: mapping

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** opened **[DATACMNS-1636](https://jira.spring.io/browse/DATACMNS-1636?redirect=false)** and commented --- No further details from [DATACMNS-1636](https://jira.spring.io/browse/DATACMNS-1636?redirect=false)

type: documentation
in: mapping

[The Spring Data JPA Reference Documentation](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/) uses a rich structures with a large and deep section tree. Many sections reach levels 5 and 6, with titles using HTML h5 and...

type: documentation

Message creation for `MappingException` is subject to each place that raises an exception hence we don't have a consistent style how mapping exceptions report offending entities and properties. We should...

type: enhancement