File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/test/java/tools/jackson/databind/deser/creators Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments