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 JPA Changelog
2
2
=========================
3
3
4
+ Changes in version 2.0.14.RELEASE (2019-04-01)
5
+ ----------------------------------------------
6
+ * DATAJPA-1522 - LIKE escape character needs to be escaped ins source value to be handled.
7
+ * DATAJPA-1519 - Query derivation keywords implemented using like expressions do not properly escape underscores and percentages.
8
+ * DATAJPA-1502 - Typo in reference docs on Specification.
9
+ * DATAJPA-1498 - Upgrade Hibernate 5.4 build profile to 5.4.1.
10
+ * DATAJPA-1494 - Release 2.0.14 (Kay SR14).
11
+ * DATAJPA-1404 - Is Null query does not return entities.
12
+ * DATAJPA-1321 - JpaRepository.getOne(…) JavaDoc is misleading.
13
+ * DATAJPA-1297 - outputParameterName in @Procedure is not being used to create the StoredProcedureAttributes.
14
+
15
+
4
16
Changes in version 1.11.20.RELEASE (2019-04-01)
5
17
-----------------------------------------------
6
18
* DATAJPA-1522 - LIKE escape character needs to be escaped ins source value to be handled.
You can’t perform that action at this time.
0 commit comments