File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 11Spring Data Commons Changelog
22=============================
33
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+
418Changes in version 2.5.2 (2021-06-22)
519-------------------------------------
620* #2382 - Allow for a module specific inclusion for DTO projections.
@@ -3186,5 +3200,6 @@ Repository
31863200
31873201
31883202
3203+
31893204
31903205
You can’t perform that action at this time.
0 commit comments