From 2e090c1eee3e83797d820364d63a507f6c80311e Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 5 Aug 2019 10:37:11 +0200 Subject: [PATCH] DATAJPA-1543 - Updated changelog. --- src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 218105b7c..cae9a5bb9 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,19 @@ Spring Data JPA Changelog ========================= +Changes in version 1.11.23.RELEASE (2019-08-05) +----------------------------------------------- +* DATAJPA-1564 - Count query is faulty created when query have multiline select clause. +* DATAJPA-1562 - Got IndexOutOfBoundsException when projecting data on maps list. +* DATAJPA-1556 - Update faq.adoc: typo fix. +* DATAJPA-1545 - Introduce Jenkins CI. +* DATAJPA-1543 - Release 1.11.23 (Ingalls SR23). +* DATAJPA-1535 - Simple Repository delete of unexisting entity generates insert + delete SQL. +* DATAJPA-1500 - order by clause is not removed from derived count query when newline after the order by clause. +* DATAJPA-1368 - QueryDslJpaRepository.createQuery() throws NPE on WebSphere. +* DATAJPA-1061 - Sorting doesn't work for field alias. + + Changes in version 2.2.0.RC1 (2019-06-14) ----------------------------------------- * DATAJPA-1557 - Build fails with new Hibernate versions due to changed errror messages.