spring-data-commons
spring-data-commons copied to clipboard
Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.
Hey, all of the spring-data AOT smoke tests are broken (e.g. [data-jdbc](https://ci.spring.io/teams/spring-aot-smoke-tests/pipelines/spring-aot-smoke-tests-1.0.x/jobs/data-jdbc-h2/builds/1)) because of this exception while generating AOT code: ``` 2022-08-10T13:51:50.508Z INFO 553 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished...
I realize this is up for discussion and not easily changeable, except through long-time deprecation, but here's two big problems with it: **1. Pageable has pageNumber and pageSize.** The concept...
This Pull Request does not include tests and is not ready for merge but for reviewing. #1846 A ProjectingJackson2JsonDecoder is provided for use with `@ProjectedPayload` and WebFlux.
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** opened **[DATACMNS-1729](https://jira.spring.io/browse/DATACMNS-1729?redirect=false)** and commented Value based pagination basically uses queries of the form: select n rows after the one with id value :id On relational databases these kind...
**[Ankur Pathak](https://jira.spring.io/secure/ViewProfile.jspa?name=ankur%20pathak)** opened **[DATACMNS-1412](https://jira.spring.io/browse/DATACMNS-1412?redirect=false)** and commented We have this EnableSpringDataWebSuppor in Spring MVC which makes Controller clean for paging and provides very userful features. But this is not working with...
**[Seshu Pasam](https://jira.spring.io/secure/ViewProfile.jspa?name=spasam)** opened **[DATACMNS-541](https://jira.spring.io/browse/DATACMNS-541?redirect=false)** and commented Am using QueryDslPredicateExecutor. What I really need is following method: Slice\ findAll(Predicate predicate, Pageable pageable); The reason I don't want to use findAll that...
While XML configuration is still supported for the time being, we typically don't add new features to it. We should reflect that in the documentation by: * Adding Java configuration...