Browse Source

DATACMNS-1742 - Updated changelog.

2.3.x
Mark Paluch 6 years ago
parent
commit
2bdac251a5
No known key found for this signature in database
GPG Key ID: 51A00FA751B91849
  1. 16
      src/main/resources/changelog.txt

16
src/main/resources/changelog.txt

@ -1,6 +1,21 @@ @@ -1,6 +1,21 @@
Spring Data Commons Changelog
=============================
Changes in version 2.3.2.RELEASE (2020-07-22)
---------------------------------------------
* DATACMNS-1772 - SpringDataAnnotationBeanNameGenerator calls BeanNameGenerator without using BeanDefinitionRegistry.
* DATACMNS-1771 - Upgrade to Vavr 0.10.3.
* DATACMNS-1768 - InstantiationAwarePropertyAccessor loses state when updating multiple properties.
* DATACMNS-1767 - Disable ClassGeneratingEntityInstantiator and ClassGeneratingPropertyAccessorFactory when running native-image.
* DATACMNS-1758 - ConcurrencyModificationException in DefaultEntityCallbacks.
* DATACMNS-1753 - CompletableFuture is considered a reactive type.
* DATACMNS-1750 - PageImpl.toString generates NPE when the first element in the content is null.
* DATACMNS-1745 - Refactor CustomAnnotationTransactionAttributeSource to use computeTransactionAttribute template method.
* DATACMNS-1744 - Replace whitelist with a term that does not have racist connotations.
* DATACMNS-1743 - Translation of URI segments and request parameters into aggregates broken.
* DATACMNS-1742 - Release 2.3.2 (Neumann SR2).
Changes in version 2.2.9.RELEASE (2020-07-22)
---------------------------------------------
* DATACMNS-1772 - SpringDataAnnotationBeanNameGenerator calls BeanNameGenerator without using BeanDefinitionRegistry.
@ -2800,5 +2815,6 @@ Repository @@ -2800,5 +2815,6 @@ Repository

Loading…
Cancel
Save