From 577f7dd2585c4d344404f3572efa4458d500e496 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 27 Jul 2016 13:51:27 +0200 Subject: [PATCH] DATAJPA-882 - Updated changelog. --- src/main/resources/changelog.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index ee3b3482c..9cba94bd2 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,27 @@ Spring Data JPA Changelog ========================= +Changes in version 1.11.0.M1 (2016-07-27) +----------------------------------------- +* DATAJPA-937 - Broken placeholder in exception message to be created in QueryByExamplePredicateBuilder.getPredicate(…). +* DATAJPA-932 - Integrate version badge from spring.io. +* DATAJPA-923 - Add support for query by example using OR operator instead of AND. +* DATAJPA-915 - Update Hibernate build profiles. +* DATAJPA-912 - Optimize out the count query for paging when the data query returns less than a full page with a 0 offset. +* DATAJPA-909 - Count query breaks if pagination is used with projections. +* DATAJPA-908 - Add note about when @Param is needed for named parameters. +* DATAJPA-904 - Potential NullPointerException in JpaPersistentPropertyImpl.isEntity(). +* DATAJPA-903 - Stream missing result attributes on Hibernate. +* DATAJPA-893 - Update Spring Data JPA version in Github readme. +* DATAJPA-891 - Avoid exceptions being thrown and caught immediately in JpaPersistentPropertyImpl.isEntity(). +* DATAJPA-888 - Clarify usage of native queries with Pageable. +* DATAJPA-886 - NullPointerException for repository query methods using DTOs. +* DATAJPA-885 - No aliases found in result tuple. +* DATAJPA-883 - Auditing broken in Hopper GA. +* DATAJPA-882 - Release 1.11 M1 (Ingalls). +* DATAJPA-413 - Nested Id classes fail to populate in JpaMetamodelEntityInformation. + + Changes in version 1.10.2.RELEASE (2016-06-15) ---------------------------------------------- * DATAJPA-909 - Count query breaks if pagination is used with projections.