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
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,21 @@
1
1
Spring Data Commons Changelog
2
2
=============================
3
3
4
+
Changes in version 2.1.11.RELEASE (2019-09-30)
5
+
----------------------------------------------
6
+
* DATACMNS-1581 - Reject invalid null values for Sort in factory methods of PageRequest.
7
+
* DATACMNS-1580 - Update documentation.
8
+
* DATACMNS-1576 - Fix JavaDoc on CustomConversions.
9
+
* DATACMNS-1574 - Partially populated PersistentEntity instances not properly removed from cache.
10
+
* DATACMNS-1571 - TypeInformation.specialize(…) does not consider generics information in given type.
11
+
* DATACMNS-1570 - Parsing of query method names is inconsistent for attributes beginning with a single lower case character followed by an upper case character.
12
+
* DATACMNS-1569 - Revise nullability documentation in Querydsl APIs.
13
+
* DATACMNS-1568 - Explicitly mention null-handling changes made for Sort and Pageable in 2.0 in reference docs.
14
+
* DATACMNS-1567 - Fix license years in header of Repository.
15
+
* DATACMNS-1565 - Add HTTPS entries into spring.schemas.
16
+
* DATACMNS-1561 - Release 2.1.11 (Lovelace SR11).
17
+
18
+
4
19
Changes in version 2.2.0.RC3 (2019-09-06)
5
20
-----------------------------------------
6
21
* DATACMNS-1578 - Properly bind null values to ….isNull() expressions in Querydsl.
0 commit comments