From 7b9340760901e6d1bc332a61341089c92a4a78df Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 2 May 2014 12:46:51 +0200 Subject: [PATCH] DATAJPA-522 - Forward port changelog entries from bugfix branch. --- src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 92cb4e111..74439b07c 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data JPA Changelog ========================= +Changes in version 1.5.2.RELEASE (2014-04-15) +--------------------------------------------- +* Sorting for a field in a composite primary key throws "Can't cast to EntityPath". (DATAJPA-497) +* Sorting of Embeddables raises ClassCastException. (DATAJPA-500) +* OSGi version conflict regarding joda-time. (DATAJPA-502) +* Error on QueryDSL after upgrade (DATAJPA-504) +* Blob query result only returns first byte. (DATAJPA-505) +* Entity name used in 'count' queries ignores the entity name set in ORM mapping file. (DATAJPA-509) +* Performance tuning LockModePopulatingMethodIntercceptor.invoke(). (DATAJPA-507) +* Improve error message for missing @Param annotations for query methods with named parameters. (DATAJPA-513) +* Release 1.5.2. (DATAJPA-515) + Changes in version 1.6.0.M1 (2014-03-31) ---------------------------------------- * Can't use pagination (Pageable) with @IdClass entities (spring-data-jpa 1.4.3 & Hibernate 4.1.9). (DATAJPA-472)