DATAJPA-1481 - Updated changelog.

This commit is contained in:
Christoph Strobl
2019-03-07 09:41:09 +01:00
parent b3fa762dd2
commit c60332e768

View File

@@ -1,6 +1,22 @@
Spring Data JPA Changelog
=========================
Changes in version 2.2.0.M2 (2019-03-07)
----------------------------------------
* DATAJPA-1502 - Typo in reference docs on Specification.
* DATAJPA-1492 - Introduce Concourse CI.
* DATAJPA-1490 - Update copyright years to 2019.
* DATAJPA-1487 - JpaMetamodelCacheCleanup must not be defined as lazy bean.
* DATAJPA-1485 - Ambiguity around @Modifying within documentation.
* DATAJPA-1484 - Add build profile for Hibernate 6 snapshots.
* DATAJPA-1483 - Upgrade Hibernate 5.4 build profile after GA release.
* DATAJPA-1481 - Release 2.2 M2 (Moore).
* DATAJPA-1404 - Is Null query does not return entities.
* DATAJPA-1321 - JpaRepository.getOne(…) JavaDoc is misleading.
* DATAJPA-1297 - outputParameterName in @Procedure is not being used to create the StoredProcedureAttributes.
* DATAJPA-1156 - Query hints are applied to count queries for QueryDSL even though forCounting is set to false.
Changes in version 2.1.5.RELEASE (2019-02-13)
---------------------------------------------
* DATAJPA-1502 - Typo in reference docs on Specification.