File tree 1 file changed +13
-0
lines changed
1 file changed +13
-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.5.0-RC1 (2021-03-31)
5
+ -----------------------------------------
6
+ * #2344 - Support for association target type detection for jMolecules.
7
+ * #2341 - Improve error messages if a repository cannot be created.
8
+ * #2338 - Unknown column 'new' in 'field list' when implementing Persistable in a class with @AccessType(Type.PROPERTY).
9
+ * #2337 - Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes.
10
+ * #2336 - UnsupportedOperationException: No accessor to set property for Kotlin data classes using parametrized types.
11
+ * #2333 - Support @Value meta-annotations and expose MergedAnnotations on PreferredConstructor parameters.
12
+ * #2332 - Support @Value meta-annotations and expose MergedAnnotations on PreferredConstructor parameters.
13
+ * #2318 - Unify return types in PageRequest.
14
+
15
+
4
16
Changes in version 2.5.0-M5 (2021-03-17)
5
17
----------------------------------------
6
18
* #2325 - Add PersistentEntity.doWithAll(…) to handle properties and associations.
@@ -3097,5 +3109,6 @@ Repository
3097
3109
3098
3110
3099
3111
3112
+
3100
3113
3101
3114
You can’t perform that action at this time.
0 commit comments