DATAJPA-1251 - Updated changelog.

This commit is contained in:
Mark Paluch
2018-04-04 14:20:38 +02:00
parent 1200f5765d
commit cca1a80794

View File

@@ -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.