|
1 | 1 | Spring Data Commons Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 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 | + |
4 | 28 | Changes in version 2.4.4 (2021-02-17)
|
5 | 29 | -------------------------------------
|
6 | 30 | * #2298 - Use NativeDetector.inNativeImage() instead of manual property check.
|
@@ -3049,5 +3073,6 @@ Repository
|
3049 | 3073 |
|
3050 | 3074 |
|
3051 | 3075 |
|
| 3076 | + |
3052 | 3077 |
|
3053 | 3078 |
|
0 commit comments