Skip to content

Commit 01edeed

Browse files
author
Davide Melfi
committed
docs: clarify 1.3.1 revert reason and confirm false positive in 1.4.0 changelog
1 parent bc3abe3 commit 01edeed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws-lambda-java-serialization/RELEASE.CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
`1.4.0`:
33
- Update `jackson-databind` dependency from 2.15.4 to 2.18.6
44
- Replace deprecated `PropertyNamingStrategy.PascalCaseStrategy` with `PropertyNamingStrategies.UpperCamelCaseStrategy`
5+
- The regression reported in 1.3.1 was a false positive caused by a CI workflow bug (`mvn package install` running the shade plugin twice, corrupting the artifact). Fixed by using `mvn install` instead.
56

67
### March 19, 2026
78
`1.3.1`:
89
- Revert `jackson-databind` dependency from 2.18.6 to 2.15.4
910
- Revert `PropertyNamingStrategies.UpperCamelCaseStrategy` to `PropertyNamingStrategy.PascalCaseStrategy`
11+
- Note: reverted due to a suspected regression in Joda DateTime deserialization; later confirmed to be a false positive (see 1.4.0)
1012

1113
### March 11, 2026
1214
`1.3.0`:

0 commit comments

Comments
 (0)