DATAJPA-1607 - Updated changelog.

This commit is contained in:
Mark Paluch
2020-01-16 16:04:59 +01:00
parent bb30b8b3ff
commit 02628232c3

View File

@@ -1,6 +1,24 @@
Spring Data JPA Changelog
=========================
Changes in version 2.3.0.M1 (2020-01-16)
----------------------------------------
* DATAJPA-1663 - Remove PersistenceProvider.potentiallyConvertEmptyCollection(…).
* DATAJPA-1656 - Update copyright years to 2020.
* DATAJPA-1652 - Using || (pipes) along with named parameters in custom queries raises an exception.
* DATAJPA-1647 - JpaRepository memory leak with Pageable argument.
* DATAJPA-1639 - Fix position of _ in MetaModel classes in the documentation.
* DATAJPA-1632 - Fix documentation for countQuery.
* DATAJPA-1631 - Enable building with JDK11+.
* DATAJPA-1630 - Disable Hibernate 6 build until it is more mature.
* DATAJPA-1620 - Update versions of Hibernate and Eclipselink.
* DATAJPA-1619 - Allow repository method parameters of type Iterable for derived IN-queries.
* DATAJPA-1618 - Fix repository for EclipseLink.
* DATAJPA-1617 - Fix quotation marks in documentation.
* DATAJPA-1607 - Release 2.3 M1 (Neumann).
* DATAJPA-1497 - Allow to add a special parameter type from a Spring Data JPA extension.
Changes in version 2.2.4.RELEASE (2020-01-15)
---------------------------------------------
* DATAJPA-1663 - Remove PersistenceProvider.potentiallyConvertEmptyCollection(…).
@@ -1856,3 +1874,4 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/