File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data Commons Changelog
2
2
=============================
3
3
4
+ Changes in version 2.4.4 (2021-02-17)
5
+ -------------------------------------
6
+ * #2298 - Use NativeDetector.inNativeImage() instead of manual property check.
7
+ * #2296 - Possible ClassCast exception in ResultProcessor.
8
+ * #2295 - PreferredConstructor.isConstructorParameter(…) on hot code paths creates a lot of allocations.
9
+ * #2288 - Document SpringDataJacksonModules in web support section.
10
+ * #2284 - Align Servlet API version with Spring Framework.
11
+ * #2283 - Update auditing documentation to cover annotations on nested entities.
12
+ * #2217 - Convert Vavr Seq to list with `asJava` method [DATACMNS-1803].
13
+ * #2215 - Kotlin constructors using @ExperimentalUnsignedTypes parameters cause constructor resolution to fail [DATACMNS-1800].
14
+ * #2173 - PagedResourcesAssembler generated navigation links ignore non pageable request parameters [DATACMNS-1757].
15
+ * #2068 - NullPointerException in RepositoryFactoryBeanSupport.getObject(…) [DATACMNS-1642].
16
+ * #1583 - Multiple repositories per domain class lead to ambiguous conversion [DATACMNS-1142].
17
+
18
+
4
19
Changes in version 2.3.7.RELEASE (2021-02-17)
5
20
---------------------------------------------
6
21
* DATACMNS-1841 - Update CI jobs with Docker Login.
@@ -3021,5 +3036,6 @@ Repository
3021
3036
3022
3037
3023
3038
3039
+
3024
3040
3025
3041
You can’t perform that action at this time.
0 commit comments