You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/resources/changelog.txt
+8
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
Spring Data Commons Changelog
2
2
=============================
3
3
4
+
Changes in version 2.4.7 (2021-03-31)
5
+
-------------------------------------
6
+
* #2338 - Unknown column 'new' in 'field list' when implementing Persistable in a class with @AccessType(Type.PROPERTY).
7
+
* #2337 - Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes.
8
+
* #2324 - Calling PersistentPropertyAccessor.setProperty(…) on Kotlin data class objects with multiple copy methods can lead to ArrayIndexOutOfBoundsException.
9
+
10
+
4
11
Changes in version 2.5.0-RC1 (2021-03-31)
5
12
-----------------------------------------
6
13
* #2344 - Support for association target type detection for jMolecules.
0 commit comments