File tree 1 file changed +13
-0
lines changed
1 file changed +13
-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.4.11 (2021-07-16)
5
+ --------------------------------------
6
+ * #2406 - `Repositories` now allows lookup of parent repositories for sub-types.
7
+ * #2404 - Fix outdated `ExampleMatcher` docs.
8
+ * #2401 - Correct documentation how a constructor is chosen.
9
+ * #2400 - `ClassGeneratingEntityInstantiator` deprecation link points to a package-private class.
10
+ * #2399 - Polish.
11
+ * #2392 - ReactiveExtensionAwareEvaluationContextProvider throws java.lang.IllegalStateException: Unsupported extension type: org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension.
12
+ * #2391 - Fix wrong example code.
13
+ * #2381 - Fix broken link to Spring framework docs.
14
+
15
+
4
16
Changes in version 2.5.2 (2021-06-22)
5
17
-------------------------------------
6
18
* #2382 - Allow for a module specific inclusion for DTO projections.
@@ -3186,5 +3198,6 @@ Repository
3186
3198
3187
3199
3188
3200
3201
+
3189
3202
3190
3203
You can’t perform that action at this time.
0 commit comments