DATAJPA-1559 - Updated changelog.

This commit is contained in:
Mark Paluch
2019-08-05 15:34:55 +02:00
parent b7a6484e23
commit ff5eed0774

View File

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