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

Hi, i am spring data mongo user. I experienced bug when using spring data mongo with kotlin value class. [You can see it in this repository.](https://github.com/sangyongchoi/value-class-error-demo) Classes with "Kotlin value...

status: waiting-for-triage

Added SlicedResourcesAssembler to esaily convert Slice instances into SlicedResource instances and automatically build the required previous/next link based on PageableHandlerMethodArgumentResolver present in the MVC configuration. The assembler can either be...

status: waiting-for-triage

As part of #2694 we want to simplify the test to avoid using `assertThat(…).satisfies(actual -> …)` and use the regular style `assertThat(actual.…).…`

type: task

**[GT](https://jira.spring.io/secure/ViewProfile.jspa?name=gt_tech)** opened **[DATACMNS-1302](https://jira.spring.io/browse/DATACMNS-1302?redirect=false)** and commented The method in question is below in QuerydslBindings class - {{^private static String fromRootPath(Path path) { Path rootPath = path.getMetadata().getRootPath(); if (rootPath == null) {...

type: bug
in: repository

See #2677 for more information about this PR.

type: enhancement

`RepositoryTagsProvider` of `spring-boot-actuator` is based on `RepositoryMethodInvocation` which is defined here. We would like to tag our repository metrics based on the passed arguments to provide more granular metrics. For...

status: ideal-for-contribution
type: enhancement