Skip to content

Commit d8ab848

Browse files
Updated changelog.
See #2257
1 parent 1cda216 commit d8ab848

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/main/resources/changelog.txt

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Spring Data Commons Changelog
22
=============================
33

4+
Changes in version 2.3.7.RELEASE (2021-02-17)
5+
---------------------------------------------
6+
* DATACMNS-1841 - Update CI jobs with Docker Login.
7+
* #2296 - Possible ClassCast exception in ResultProcessor.
8+
* #2295 - PreferredConstructor.isConstructorParameter(…) on hot code paths creates a lot of allocations.
9+
* #2288 - Document SpringDataJacksonModules in web support section.
10+
* #2283 - Update auditing documentation to cover annotations on nested entities.
11+
* #2270 - In a @JsonPath projection a List<interface> property always returns a list with only one element.
12+
* #2269 - Upgrade to XMLBeam 1.4.18.
13+
* #2268 - Update copyright year to 2021.
14+
* #2263 - Update repository after GitHub issues migration.
15+
* #2215 - Kotlin constructors using @ExperimentalUnsignedTypes parameters cause constructor resolution to fail [DATACMNS-1800].
16+
* #2173 - PagedResourcesAssembler generated navigation links ignore non pageable request parameters [DATACMNS-1757].
17+
* #2068 - NullPointerException in RepositoryFactoryBeanSupport.getObject(…) [DATACMNS-1642].
18+
* #1583 - Multiple repositories per domain class lead to ambiguous conversion [DATACMNS-1142].
19+
20+
421
Changes in version 2.2.13.RELEASE (2021-02-17)
522
----------------------------------------------
623
* #2296 - Possible ClassCast exception in ResultProcessor.
@@ -3003,5 +3020,6 @@ Repository
30033020

30043021

30053022

3023+
30063024

30073025

0 commit comments

Comments
 (0)