Skip to content

Commit

Permalink
... and fixing reference, fixed #3005, not #3003
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 3, 2021
1 parent 1cddeaf commit 972db89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Project: jackson-databind
(reported, fix suggested by SunYiJun)
#2990: Breaking API change in `BasicClassIntrospector` (2.12.0)
(reported, fix contributed by Faron D)
#3003: `JsonNode.requiredAt()` does NOT fail on some path expressions
#3005: `JsonNode.requiredAt()` does NOT fail on some path expressions

2.12.0 (29-Nov-2020)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ protected ValueNode() { }

@Override
protected JsonNode _at(JsonPointer ptr) {
// 02-Jan-2020, tatu: As per [databind#3003] must return `null` and NOT
// 02-Jan-2020, tatu: As per [databind#3005] must return `null` and NOT
// "missing node"
return null;
}
Expand Down

0 comments on commit 972db89

Please sign in to comment.