File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 11Spring Data Commons Changelog
22=============================
33
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+
416Changes in version 2.5.0-M5 (2021-03-17)
517----------------------------------------
618* #2325 - Add PersistentEntity.doWithAll(…) to handle properties and associations.
@@ -3109,5 +3121,6 @@ Repository
31093121
31103122
31113123
3124+
31123125
31133126
You can’t perform that action at this time.
0 commit comments