Skip to content

Commit b4c10c9

Browse files
committed
Merge branch '3.0' into 3.x
2 parents 21cb537 + 3bbf6de commit b4c10c9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

release-notes/CREDITS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,8 @@ Rob Winch (@rwinch)
9292
* Reported, contributed fix for #5354: jackson-databind 3.0.0 renders `callbacks`
9393
property from Spring CGLIB Proxy
9494
[3.0.1]
95+
96+
Joost Koehoorn (@JoostK)
97+
* Reported, contributed fix for #5401: Regression with `@JsonCreator` that returns
98+
`null` for empty strings
99+
[3.0.3]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// [databind#4938] Allow JsonCreator factory method to return `null`
1616
// [databind#5401] Do not replace null from JsonCreator factory method
17-
public class JsonCreatorReturningNull4938Test
17+
public class JsonCreatorReturningNullTest
1818
extends DatabindTestUtil
1919
{
2020
// [databind#4938]

0 commit comments

Comments
 (0)