Skip to content

Commit 4e8afe5

Browse files
Updated changelog.
See #2272
1 parent a58dbe7 commit 4e8afe5

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/main/resources/changelog.txt

+25
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Spring Data Commons Changelog
22
=============================
33

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

30503074

30513075

3076+
30523077

30533078

0 commit comments

Comments
 (0)