DATACMNS-1395 - Updated changelog.

This commit is contained in:
Mark Paluch
2018-10-15 10:40:49 +02:00
parent 7dc239050e
commit 659c4fa3f4

View File

@@ -1,6 +1,16 @@
Spring Data Commons Changelog
=============================
Changes in version 2.1.1.RELEASE (2018-10-15)
---------------------------------------------
* DATACMNS-1402 - Cannot instantiate Kotlin entity with 32 parameter constructor.
* DATACMNS-1401 - Warning about illegal reflective access in Spring Data Commons / MongoDB.
* DATACMNS-1400 - KotlinCopyMethod.findSyntheticCopyMethod(…) does not find default copy method with Kotlin 1.3.
* DATACMNS-1399 - Incorrect Error message from RepositoryFragement at line 178.
* DATACMNS-1396 - Locking overhead on Java 8 caused by ConcurrentHashMap.computeIfAbsent(…).
* DATACMNS-1395 - Release 2.1.1 (Lovelace SR1).
Changes in version 2.1.0.RELEASE (2018-09-21)
---------------------------------------------
* DATACMNS-1392 - Fix typo in Parameters.getParameter(…) exception message.