DATAJPA-1529 - Updated changelog.

This commit is contained in:
Christoph Strobl
2019-06-14 14:43:08 +02:00
parent 0e8adff7af
commit fc1e24b72c

View File

@@ -1,6 +1,21 @@
Spring Data JPA Changelog
=========================
Changes in version 2.2.0.RC1 (2019-06-14)
-----------------------------------------
* DATAJPA-1557 - Build fails with new Hibernate versions due to changed errror messages.
* DATAJPA-1556 - Update faq.adoc: typo fix.
* DATAJPA-1554 - JpaQueryExecution.SlicedExecution fails on Unpaged pageabled.
* DATAJPA-1552 - Create security policy readme.
* DATAJPA-1549 - Various forms of polishing from the community.
* DATAJPA-1535 - Simple Repository delete of unexisting entity generates insert + delete SQL.
* DATAJPA-1529 - Release 2.2 RC1 (Moore).
* DATAJPA-1500 - order by clause is not removed from derived count query when newline after the order by clause.
* DATAJPA-1451 - Inconsistent Assert messages.
* DATAJPA-1182 - Validate Collection/Scalar parameter declarations in PartTree query.
* DATAJPA-707 - Support multiple out parameters ad hoc stored procedure.
Changes in version 2.1.9.RELEASE (2019-06-14)
---------------------------------------------
* DATAJPA-1556 - Update faq.adoc: typo fix.