From 8f67270ff31283ec6479d12ec7b66723333c97e2 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 4 Apr 2018 14:20:38 +0200 Subject: [PATCH] DATAJPA-1251 - Updated changelog. --- src/main/resources/changelog.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 8df6e36fb..d0bfb26d9 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,26 @@ Spring Data JPA Changelog ========================= +Changes in version 1.11.11.RELEASE (2018-04-04) +----------------------------------------------- +* DATAJPA-1313 - JpaPersistentPropertyImpl.tryResolveEntityType fails with NPE. +* DATAJPA-1310 - Upgrade to Hibernate 5.2.16. +* DATAJPA-1309 - Projection data is not mapped correctly on Hibernate 5.0. +* DATAJPA-1301 - Map instances returned by JpaRepository queries do not handle null map values correctly. +* DATAJPA-1284 - Use generated database names in tests. +* DATAJPA-1274 - Upgrade to Hibernate 5.2.14. +* DATAJPA-1273 - Named query execution doesn't use Tuple execution for projections. +* DATAJPA-1269 - Upgrade Eclipselink to 2.7.1. +* DATAJPA-1268 - Upgrade to Hibernate 5.2.13. +* DATAJPA-1252 - Fix line endings. +* DATAJPA-1251 - Release 1.11.11 (Ingalls SR11). +* DATAJPA-1248 - Add build profiles for Hibernate 5.3. +* DATAJPA-1241 - "object is not an instance of declaring class" in JpaQueryExecution.StreamExecution. +* DATAJPA-1105 - @IdClass doesn't work when we use nested composit key with String element. +* DATAJPA-806 - add flushAutomatically attribute to @Modifying annotation. +* DATAJPA-658 - Improve identifier metadata detection for XML based entity mappings. + + Changes in version 2.0.5.RELEASE (2018-02-28) --------------------------------------------- * DATAJPA-1274 - Upgrade to Hibernate 5.2.14.