From 11e75d993995b4ed4b4be0dc8b61a9f306a7e892 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 20 Sep 2016 10:54:07 +0200 Subject: [PATCH] DATAJPA-916 - Updated changelog. --- src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 9cba94bd2..f9f916cfc 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,21 @@ Spring Data JPA Changelog ========================= +Changes in version 1.10.3.RELEASE (2016-09-20) +---------------------------------------------- +* DATAJPA-965 - Mapping Sort instances to ORDER BY expressions should be restricted to fields for manually defined queries. +* DATAJPA-960 - Order by clause not created correctly if a manually defined query is not using an alias. +* DATAJPA-956 - Error creating DefaultJpaContext bean with a non-EntityManagerFactory JndiObjectFactoryBean defined via JavaConfig. +* DATAJPA-953 - Fix typo in reference documentation. +* DATAJPA-951 - Projections not handled correctly when Optional is used as wrapping return type. +* DATAJPA-950 - Upgrade Hibernate 5 build profile to 5.2.2. +* DATAJPA-938 - Complex select clauses in manually declared query using constructor expressions fail. +* DATAJPA-937 - Broken placeholder in exception message to be created in QueryByExamplePredicateBuilder.getPredicate(…). +* DATAJPA-929 - NullPointerException in AbstractStringBasedJpaQuery.isJpaManaged(). +* DATAJPA-916 - Release 1.10.3 (Hopper SR3). +* DATAJPA-413 - Nested Id classes fail to populate in JpaMetamodelEntityInformation. + + Changes in version 1.11.0.M1 (2016-07-27) ----------------------------------------- * DATAJPA-937 - Broken placeholder in exception message to be created in QueryByExamplePredicateBuilder.getPredicate(…).