Updated changelog.

See #2388
This commit is contained in:
Jens Schauder
2021-07-16 11:34:23 +02:00
parent b49d1b7117
commit a17946a0fc

View File

@@ -1,6 +1,20 @@
Spring Data Commons Changelog
=============================
Changes in version 2.5.3 (2021-07-16)
-------------------------------------
* #2406 - `Repositories` now allows lookup of parent repositories for sub-types.
* #2404 - Fix outdated `ExampleMatcher` docs.
* #2403 - Accept `JsonProvider` upon `JsonProjectingMethodInterceptorFactory` creation.
* #2401 - Correct documentation how a constructor is chosen.
* #2400 - `ClassGeneratingEntityInstantiator` deprecation link points to a package-private class.
* #2399 - Polish.
* #2396 - `QuerydslPredicateBuilder` should not return `null` `Predicate`.
* #2392 - ReactiveExtensionAwareEvaluationContextProvider throws java.lang.IllegalStateException: Unsupported extension type: org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension.
* #2391 - Fix wrong example code.
* #2381 - Fix broken link to Spring framework docs.
Changes in version 2.5.2 (2021-06-22)
-------------------------------------
* #2382 - Allow for a module specific inclusion for DTO projections.
@@ -3186,5 +3200,6 @@ Repository