Skip to content

Commit 79bc398

Browse files
committed
DATAJPA-964 - Updated changelog.
1 parent b07bdc0 commit 79bc398

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Spring Data JPA Changelog
22
=========================
33

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+
418
Changes in version 1.10.3.RELEASE (2016-09-20)
519
----------------------------------------------
620
* DATAJPA-965 - Mapping Sort instances to ORDER BY expressions should be restricted to fields for manually defined queries.

0 commit comments

Comments
 (0)