File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-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 1.9.5.RELEASE (2016-09-20)
5
+ ---------------------------------------------
6
+ * DATAJPA-965 - Mapping Sort instances to ORDER BY expressions should be restricted to fields for manually defined queries.
7
+ * DATAJPA-964 - Release 1.9.5 (Gosling SR5).
8
+ * DATAJPA-960 - Order by clause not created correctly if a manually defined query is not using an alias.
9
+ * DATAJPA-953 - Fix typo in reference documentation.
10
+ * DATAJPA-908 - Add note about when @Param is needed for named parameters.
11
+ * DATAJPA-904 - Potential NullPointerException in JpaPersistentPropertyImpl.isEntity().
12
+ * DATAJPA-903 - Stream<Object[]> missing result attributes on Hibernate.
13
+ * DATAJPA-891 - Avoid exceptions being thrown and caught immediately in JpaPersistentPropertyImpl.isEntity().
14
+ * DATAJPA-888 - Clarify usage of native queries with Pageable.
15
+ * DATAJPA-413 - Nested Id classes fail to populate in JpaMetamodelEntityInformation.
16
+
17
+
4
18
Changes in version 1.10.3.RELEASE (2016-09-20)
5
19
----------------------------------------------
6
20
* DATAJPA-965 - Mapping Sort instances to ORDER BY expressions should be restricted to fields for manually defined queries.
You can’t perform that action at this time.
0 commit comments