File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-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-M1 (2020-12-09)
5
+ ----------------------------------------
6
+ * DATACMNS-1838 - Accept ExpressionDependencies in BasicPersistentEntity.getEvaluationContext(…).
7
+ * DATACMNS-1837 - Add required override to the Streamable example in reference docs.
8
+ * DATACMNS-1833 - More explicit documentation of query prefix behavior.
9
+ * DATACMNS-1828 - TypeDiscoverer does not detect generic type arguments correctly.
10
+ * DATACMNS-1827 - Pageable and Sort arguments with empty qualifier value shouldn't be prefixed with delimiter.
11
+ * DATACMNS-1824 - Release 2.5 M1 (2021.0.0).
12
+ * DATACMNS-800 - Add deleteAllById(Iterable<ID> ids) to CrudRepository and ReactiveCrudRepository.
13
+
14
+
4
15
Changes in version 2.3.6.RELEASE (2020-12-09)
5
16
---------------------------------------------
6
17
* DATACMNS-1837 - Add required override to the Streamable example in reference docs.
@@ -2948,5 +2959,6 @@ Repository
2948
2959
2949
2960
2950
2961
2962
+
2951
2963
2952
2964
You can’t perform that action at this time.
0 commit comments