Skip to content

Commit

Permalink
move test for #2458 from under failing (now passes)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 23, 2019
1 parent d07238a commit 1f31adf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ public PropertyMetadata getMetadata() {
// Not 100% sure why it would be needed (or fixes things) but... appears to.
// Need to understand better in future as it seems like it should probably be
// linked earlier during construction or something.
// 22-Sep-2019, tatu: Was hoping [databind#2458] fixed this, too, but no such luck
PropertyMetadata md = super.getMetadata();
if (_fallbackSetter != null) {
return md.withMergeInfo(_fallbackSetter.getMetadata().getMergeInfo());
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fasterxml.jackson.failing;
package com.fasterxml.jackson.databind.deser.filter;

import java.util.List;
import java.util.Objects;
Expand All @@ -10,7 +10,7 @@

import com.fasterxml.jackson.databind.*;

public class NullConversions2458Test extends BaseMapTest
public class NullConversionsViaCreator2458Test extends BaseMapTest
{
// [databind#2458]
static class Pojo {
Expand Down

0 comments on commit 1f31adf

Please sign in to comment.