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
+10
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
Spring Data Commons Changelog
2
2
=============================
3
3
4
+
Changes in version 2.5.0-M5 (2021-03-17)
5
+
----------------------------------------
6
+
* #2325 - Add PersistentEntity.doWithAll(…) to handle properties and associations.
7
+
* #2324 - Calling PersistentPropertyAccessor.setProperty(…) on Kotlin data class objects with multiple copy methods can lead to ArrayIndexOutOfBoundsException.
8
+
* #2315 - Support for jMolecules' Association type.
9
+
* #2313 - TypeDiscoverer.getParameterTypes does not capture enclosing type parameter of non static inner class.
10
+
* #2308 - Denote that Query by Example acts differently when fields are based on primitives instead of objects.
11
+
12
+
4
13
Changes in version 2.4.6 (2021-03-17)
5
14
-------------------------------------
6
15
* #2324 - Calling PersistentPropertyAccessor.setProperty(…) on Kotlin data class objects with multiple copy methods can lead to ArrayIndexOutOfBoundsException.
0 commit comments