From ff5eed0774346b905bdb7b55fb9a73bda8e3b7bb Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 5 Aug 2019 15:34:55 +0200 Subject: [PATCH] DATAJPA-1559 - Updated changelog. --- src/main/resources/changelog.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index de2275a73..d898e8758 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,24 @@ Spring Data JPA Changelog ========================= +Changes in version 2.2.0.RC2 (2019-08-05) +----------------------------------------- +* DATAJPA-1580 - Adapt EntityManagerBeanDefinitionRegistrarPostProcessor to latest changes in Spring Framework 5.2. +* DATAJPA-1579 - Support multiple out parameters with nullable output data ad hoc stored procedure. +* DATAJPA-1575 - Performance improvements in repository invocation handling. +* DATAJPA-1571 - Migrate from Hamcrest to AssertJ. +* DATAJPA-1569 - Revise readme for a consistent structure. +* DATAJPA-1564 - Count query is faulty created when query have multiline select clause. +* DATAJPA-1560 - CPU consumption of IllegalArgumentException during id derivation for entities with composite keys. +* DATAJPA-1559 - Release 2.2 RC2 (Moore). +* DATAJPA-1545 - Introduce Jenkins CI. +* DATAJPA-1372 - Error while using ExampleMatcher with @embeded entity in spring data jpa. +* DATAJPA-1368 - QueryDslJpaRepository.createQuery() throws NPE on WebSphere. +* DATAJPA-1303 - Supports findByFieldIgnoreCaseIn(Collection<> fieldValues). +* DATAJPA-1061 - Sorting doesn't work for field alias. +* DATAJPA-433 - findAll(Iterable ids) not working on EclipseLink and Oracle. + + Changes in version 2.1.10.RELEASE (2019-08-05) ---------------------------------------------- * DATAJPA-1580 - Adapt EntityManagerBeanDefinitionRegistrarPostProcessor to latest changes in Spring Framework 5.2.