DATAJPA-1155 - Updated changelog.

This commit is contained in:
Oliver Gierke
2017-09-11 17:23:39 +02:00
parent 86b61bfb80
commit c0d9bb9d83

View File

@@ -1,6 +1,19 @@
Spring Data JPA Changelog
=========================
Changes in version 2.0.0.RC3 (2017-09-11)
-----------------------------------------
* DATAJPA-1174 - Jsr310JpaConverters don't handle null values properly.
* DATAJPA-1172 - Improve error reporting for invalid type being used for SpEL parameter binding.
* DATAJPA-1171 - Query created for CrudRepository.existsById(…) shouldn't contain static '1 = 1'.
* DATAJPA-1170 - Unify Specification and Specifications API.
* DATAJPA-1168 - Introduce nullable annotations for API validation.
* DATAJPA-1159 - Upgrade to Hibernate 5.2.10.
* DATAJPA-1158 - Remove references to OpenJPA from codebase.
* DATAJPA-1155 - Release 2.0 RC3 (Kay).
* DATAJPA-1058 - Better exception when named method parameter is required but missing.
Changes in version 1.11.7.RELEASE (2017-09-11)
----------------------------------------------
* DATAJPA-1172 - Improve error reporting for invalid type being used for SpEL parameter binding.