Browse Source

Updated changelog.

See #2272
2.4.x
Christoph Strobl 5 years ago
parent
commit
4e8afe507e
  1. 25
      src/main/resources/changelog.txt

25
src/main/resources/changelog.txt

@ -1,6 +1,30 @@ @@ -1,6 +1,30 @@
Spring Data Commons Changelog
=============================
Changes in version 2.5.0-M3 (2021-02-17)
----------------------------------------
* DATACMNS-1785 - Support for Querydsl predicate binding on WebFlux.
* #2298 - Use NativeDetector.inNativeImage() instead of manual property check.
* #2296 - Possible ClassCast exception in ResultProcessor.
* #2295 - PreferredConstructor.isConstructorParameter(…) on hot code paths creates a lot of allocations.
* #2293 - PersistentPropertyPathFactory should use contextual property information.
* #2290 - Interface projection with native query not working for boolean (mysql) [DATACMNS-1695].
* #2288 - Document SpringDataJacksonModules in web support section.
* #2284 - Align Servlet API version with Spring Framework.
* #2283 - Update auditing documentation to cover annotations on nested entities.
* #2277 - Enable QuerydslPredicate for meta-annotation usage.
* #2263 - Update repository after GitHub issues migration.
* #2247 - Instrument repository creation for ApplicationStartup metrics [DATACMNS-1832].
* #2232 - Deprecate ChainedTransactionManager [DATACMNS-1817].
* #2217 - Convert Vavr Seq to list with `asJava` method [DATACMNS-1803].
* #2215 - Kotlin constructors using @ExperimentalUnsignedTypes parameters cause constructor resolution to fail [DATACMNS-1800].
* #2173 - PagedResourcesAssembler generated navigation links ignore non pageable request parameters [DATACMNS-1757].
* #2068 - NullPointerException in RepositoryFactoryBeanSupport.getObject(…) [DATACMNS-1642].
* #1583 - Multiple repositories per domain class lead to ambiguous conversion [DATACMNS-1142].
* #322 - Add PageRequest builder.
* #206 - Add support for providing default querydsl bindings.
Changes in version 2.4.4 (2021-02-17)
-------------------------------------
* #2298 - Use NativeDetector.inNativeImage() instead of manual property check.
@ -3049,5 +3073,6 @@ Repository @@ -3049,5 +3073,6 @@ Repository

Loading…
Cancel
Save