File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data Commons Changelog
2
2
=============================
3
3
4
+ Changes in version 2.5.3 (2021-07-16)
5
+ -------------------------------------
6
+ * #2406 - `Repositories` now allows lookup of parent repositories for sub-types.
7
+ * #2404 - Fix outdated `ExampleMatcher` docs.
8
+ * #2403 - Accept `JsonProvider` upon `JsonProjectingMethodInterceptorFactory` creation.
9
+ * #2401 - Correct documentation how a constructor is chosen.
10
+ * #2400 - `ClassGeneratingEntityInstantiator` deprecation link points to a package-private class.
11
+ * #2399 - Polish.
12
+ * #2396 - `QuerydslPredicateBuilder` should not return `null` `Predicate`.
13
+ * #2392 - ReactiveExtensionAwareEvaluationContextProvider throws java.lang.IllegalStateException: Unsupported extension type: org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension.
14
+ * #2391 - Fix wrong example code.
15
+ * #2381 - Fix broken link to Spring framework docs.
16
+
17
+
4
18
Changes in version 2.5.2 (2021-06-22)
5
19
-------------------------------------
6
20
* #2382 - Allow for a module specific inclusion for DTO projections.
@@ -3186,5 +3200,6 @@ Repository
3186
3200
3187
3201
3188
3202
3203
+
3189
3204
3190
3205
You can’t perform that action at this time.
0 commit comments