spring-data-commons
spring-data-commons copied to clipboard
Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.
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...
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...
As part of #2694 we want to simplify the test to avoid using `assertThat(…).satisfies(actual -> …)` and use the regular style `assertThat(actual.…).…`
Defect in QueryDSLBindings class while updating local field pathSpecs for ListPath [DATACMNS-1302]
**[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) {...
See #2677 for more information about this PR.
`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...