Skip to content

Commit a17946a

Browse files
committed
Updated changelog.
See #2388
1 parent b49d1b7 commit a17946a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: src/main/resources/changelog.txt

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Spring 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+
418
Changes 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

0 commit comments

Comments
 (0)