An open API service providing commit metadata for open source projects.

GitHub / spring-projects/spring-data-commons / commits

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

SHA Message Author Date Stats
39618faf Avoid matching multipart parameters annotated with `@ModelAttribute`
Signed-off-by: Chris Bono <c****o@b****m>
Chris Bono <c****o@b****m>
Committed by: Mark Paluch <m****h@b****m>
5 months ago
9c966376 Refine Repository Composition retrieval during AOT. Christoph Strobl <c****l@b****m>
Committed by: Mark Paluch <m****h@b****m>
5 months ago
56b2cd03 After release cleanups. Mark Paluch <m****h@b****m> 5 months ago
537c94a7 Prepare next development iteration. Mark Paluch <m****h@b****m> 5 months ago
1d936b2c Release version 4.0 M2 (2025.1.0). Mark Paluch <m****h@b****m> 5 months ago
6f6470fe Prepare 4.0 M2 (2025.1.0). Mark Paluch <m****h@b****m> 5 months ago
e17dd32b After release cleanups. Mark Paluch <m****h@b****m> 5 months ago
9b3a44ab Prepare next development iteration. Mark Paluch <m****h@b****m> 5 months ago
2c4b60e2 Release version 3.5 RC1 (2025.0.0). Mark Paluch <m****h@b****m> 5 months ago
7d07b12d Prepare 3.5 RC1 (2025.0.0). Mark Paluch <m****h@b****m> 5 months ago
062da207 remove me Polishing. Mark Paluch <m****h@b****m> 5 months ago
646aea4c Polishing. Mark Paluch <m****h@b****m> 5 months ago
a9782094 Add `getRequiredName` and `hasName` API to `org.springframework.data.mapping.... Chris Bono <c****o@b****m>
Committed by: Mark Paluch <m****h@b****m>
5 months ago
6360ef83 Add `LocalVariableNameFactory`. Christoph Strobl <c****l@b****m>
Committed by: Mark Paluch <m****h@b****m>
5 months ago
ceae0dd2 Tiny improvement of examples. Jens Schauder <j****r@b****m> 5 months ago
ecb25924 Introduce SearchResult, SearchResults, Score and Similarity. Mark Paluch <m****h@b****m> 5 months ago
b10fd8f1 Polishing. Mark Paluch <m****h@b****m> 5 months ago
1b9e36c9 Accept Function to create Parameters in QueryMethod. Mark Paluch <m****h@b****m> 5 months ago
0e5bfcfd Allow arguments to be used without creating a field. Christoph Strobl <c****l@b****m>
Committed by: Mark Paluch <m****h@b****m>
5 months ago
a25a1bd2 Polishing. Mark Paluch <m****h@b****m> 5 months ago
9c37a13c Add support for repository JSON metadata. Mark Paluch <m****h@b****m> 5 months ago
ad25ad97 Fix Antora feature-scroll attribute.
Signed-off-by: Dmitry Sulman <d****n@g****m>
Dmitry Sulman <d****n@g****m>
Committed by: Mark Paluch <m****h@b****m>
6 months ago
af10ad39 Update javadoc links.
Signed-off-by: Tran Ngoc Nhan <n****6@g****m>
Tran Ngoc Nhan <n****6@g****m>
Committed by: Chris Bono <c****o@b****m>
6 months ago
3596bcc9 Refactor `RepositoryFactoryBeanSupport` fragments setters. Mark Paluch <m****h@b****m> 6 months ago
f4e9581d After release cleanups. Mark Paluch <m****h@b****m> 6 months ago
494bca56 Prepare next development iteration. Mark Paluch <m****h@b****m> 6 months ago
dc6ec330 Release version 3.5 M2 (2025.0.0). Mark Paluch <m****h@b****m> 6 months ago
f0ebfe81 Prepare 3.5 M2 (2025.0.0). Mark Paluch <m****h@b****m> 6 months ago
65257d98 Introduce `CustomConversions.getRequiredValueConverter(…)`. Mark Paluch <m****h@b****m> 6 months ago
cda948ed Remove links to gitter. Christoph Strobl <c****l@b****m> 6 months ago
306940cc Polishing. Mark Paluch <m****h@b****m> 6 months ago
5f965940 Revise RepositoryInformation and RepositoryComposition caching. Mark Paluch <m****h@b****m> 6 months ago
d6d41242 Fix nullability issues for primitives and types in default package. Christoph Strobl <c****l@b****m> 6 months ago
9670c877 Polishing. Mark Paluch <m****h@b****m> 6 months ago
0e699a2c Polishing. Mark Paluch <m****h@b****m>
Committed by: Christoph Strobl <c****l@b****m>
7 months ago
2894ff3f Move and reuse existing nullability validator. Christoph Strobl <c****l@b****m> 7 months ago
39b783e7 Consider getters using get as getter for boolean Kotlin properties. Mark Paluch <m****h@b****m> 7 months ago
5b96fb48 Polishing. Mark Paluch <m****h@b****m> 7 months ago
9e2b7fe5 Polishing. Mark Paluch <m****h@b****m> 7 months ago
47a1f07b After release cleanups. Mark Paluch <m****h@b****m> 7 months ago
b63c8f23 Prepare next development iteration. Mark Paluch <m****h@b****m> 7 months ago
d2ed905a Release version 3.5 M1 (2025.0.0). Mark Paluch <m****h@b****m> 7 months ago
6e8d53b3 Prepare 3.5 M1 (2025.0.0). Mark Paluch <m****h@b****m> 7 months ago
c6d27584 Throw exception if Kotlin projection requires non-null value but null result ...
Signed-off-by: Yanming Zhou <z****g@g****m>
Yanming Zhou <z****g@g****m>
Committed by: Christoph Strobl <c****l@b****m>
7 months ago
906d581a Polishing. Mark Paluch <m****h@b****m> 7 months ago
8f3bb793 Split extensions ref doc page into page with includes. Mark Paluch <m****h@b****m> 7 months ago
1f9ecd42 Update CI Properties. Mark Paluch <m****h@b****m> 7 months ago
c1cd6134 Polishing. Mark Paluch <m****h@b****m> 7 months ago
11bdb9a0 Introduce `KIterablePropertyPath` for type-safe property path mappings using ...
Signed-off-by: mipo256 <m****a@g****m>
mipo256 <m****a@g****m>
Committed by: Mark Paluch <m****h@b****m>
7 months ago
18f27e7e Remove unused imports.
Signed-off-by: Tran Ngoc Nhan <n****6@g****m>
Tran Ngoc Nhan <n****6@g****m>
Committed by: Chris Bono <c****o@b****m>
7 months ago
30457ac4 Migrate to JSpecify annotations for nullability constraints. Mark Paluch <m****h@b****m> 7 months ago
4e848f3b Polishing. Mark Paluch <m****h@b****m> 7 months ago
eefb1dc2 Add support for fluent queries returning a `Slice`. Mark Paluch <m****h@b****m> 7 months ago
3969be03 Polishing. Mark Paluch <m****h@b****m> 7 months ago
db382681 Enforce non-null contract on vector elements. Christoph Strobl <c****l@b****m>
Committed by: Mark Paluch <m****h@b****m>
8 months ago
de72955f After release cleanups. Christoph Strobl <c****l@b****m>
Committed by: Mark Paluch <m****h@b****m>
8 months ago
4ec48c9a Prepare next development iteration. Christoph Strobl <c****l@b****m>
Committed by: Mark Paluch <m****h@b****m>
8 months ago
2be8b485 Release version 4.0 M1 (2025.1.0). Christoph Strobl <c****l@b****m>
Committed by: Mark Paluch <m****h@b****m>
8 months ago
2b48fbc4 Prepare 4.0 M1 (2025.1.0). Christoph Strobl <c****l@b****m>
Committed by: Mark Paluch <m****h@b****m>
8 months ago
7c80c5da Use Spring's `Nullness` utility to determine JSpecify nullness. Mark Paluch <m****h@b****m> 8 months ago
f86ee7f9 Document that fluent `findBy(…)` queries must return a result. Mark Paluch <m****h@b****m> 8 months ago
613ee5f5 Fix Querydsl Nullability annotations. Mark Paluch <m****h@b****m> 8 months ago
0d76b471 Document OpenFeign Querydsl support. Mark Paluch <m****h@b****m> 8 months ago
33befea1 Document restrictions for zero Limit PageRequest translation. Mark Paluch <m****h@b****m> 8 months ago
95d9637e Fix typos in reference documentation and Javadoc.
Signed-off-by: Seungrae Kim <o****2@g****m>
Seungrae <o****2@g****m>
Committed by: Mark Paluch <m****h@b****m>
8 months ago
17a71c97 Move off deprecated API. Mark Paluch <m****h@b****m> 8 months ago
ae6fa747 Skip unnamed DTO projection properties. Mark Paluch <m****h@b****m> 8 months ago
8b0673fa Polishing. Mark Paluch <m****h@b****m> 8 months ago
24fa60a0 Switch from CLA to DCO. Mark Paluch <m****h@b****m> 8 months ago
f1604b89 Remove `ListenableFuture` support. Mark Paluch <m****h@b****m> 8 months ago
b4d2391c Use `List.of()` and `Set.of()` where feasible. Yanming Zhou <z****g@g****m>
Committed by: Mark Paluch <m****h@b****m>
8 months ago
609ecfae Extend license header copyright years to 2025. Mark Paluch <m****h@b****m> 8 months ago
42f6024e Refining QBE documentation. Jens Schauder <j****r@b****m>
Committed by: Mark Paluch <m****h@b****m>
8 months ago
c0b60b29 Fix example code in query methods details doc.
Signed-off-by: KIMSIWOO <s****7@n****m>
KIMSIWOO <s****7@n****m>
Committed by: Chris Bono <c****o@b****m>
9 months ago
6f0b7f6a Fix typos. Tran Ngoc Nhan <n****6@g****m>
Committed by: Mark Paluch <m****h@b****m>
9 months ago
77b9cbd5 Avoid multiple `DeferredRepositoryInitializationListener` registrations in `R... xeounxzxu <p****6@i****m>
Committed by: Mark Paluch <m****h@b****m>
9 months ago
f9d5369f Avoid multiple `DeferredRepositoryInitializationListener` registrations in `R... xeounxzxu <p****6@i****m>
Committed by: Mark Paluch <m****h@b****m>
9 months ago
c1ec988e Removed deprecated api usage. mipo256 <m****a@g****m>
Committed by: Mark Paluch <m****h@b****m>
9 months ago
3f543c21 Update Projection section in reference documentation. Mark Paluch <m****h@b****m> 9 months ago
1f234980 Polishing. Mark Paluch <m****h@b****m> 9 months ago
b2c3623a Resolve bridged method when projected PropertyDescriptor resolves to a bridge... Mark Paluch <m****h@b****m> 9 months ago
00409b35 Refine Value Expression documentation. Mark Paluch <m****h@b****m> 10 months ago
4718c454 Introduce public `ReactivePageableExecutionUtils` variant of pageable utils. Mark Paluch <m****h@b****m> 10 months ago
3417cb6d Remove `@Deprecated` API. Mark Paluch <m****h@b****m> 10 months ago
587cd706 Polishing. Mark Paluch <m****h@b****m> 10 months ago
b4c55baa After release cleanups. Mark Paluch <m****h@b****m> 10 months ago
c9dfe30e Prepare next development iteration. Mark Paluch <m****h@b****m> 10 months ago
38b9a0ac Deprecate pure repository SpEL support components for removal. Mark Paluch <m****h@b****m> 10 months ago
499abbee Polishing. Mark Paluch <m****h@b****m> 10 months ago
7db177e3 Remove `@Deprecated` API. Mark Paluch <m****h@b****m> 10 months ago
199fc392 After release cleanups. Mark Paluch <m****h@b****m> 10 months ago
25c229cf Prepare next development iteration. Mark Paluch <m****h@b****m> 10 months ago
e0817014 Release version 3.4 GA (2024.1.0). Mark Paluch <m****h@b****m> 10 months ago
f554dd69 Prepare 3.4 GA (2024.1.0). Mark Paluch <m****h@b****m> 10 months ago
99b95ca7 Polishing. Mark Paluch <m****h@b****m> 10 months ago
0a19501e Update custom repository extension section. Christoph Strobl <c****l@b****m>
Committed by: Mark Paluch <m****h@b****m>
10 months ago
63e16c2b Update CI Properties. Mark Paluch <m****h@b****m> 10 months ago
5b85ffb3 Update CI Properties. Mark Paluch <m****h@b****m> 10 months ago
2917ad0f Upgrade to Maven Wrapper 3.9.9. Mark Paluch <m****h@b****m> 10 months ago
771347bf Revise `ClassUtils` and `ReflectionUtils`. Mark Paluch <m****h@b****m> 10 months ago

← Back to repository