DATAJPA-1543 - Updated changelog.

This commit is contained in:
Mark Paluch
2019-08-05 10:37:11 +02:00
parent 74e1021b22
commit 2e090c1eee

View File

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