Skip to content

Commit

Permalink
Update release notes wrt #1854, move test to non-failing package
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 18, 2017
1 parent 62e4132 commit b40d5c4
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 @@ -5,7 +5,7 @@ Project: jackson-databind

2.9.4 (not yet released)

#1845: NPE deserializing collection with `@JsonCreator` and `ACCEPT_CASE_INSENSITIVE_PROPERTIES`
#1854: NPE deserializing collection with `@JsonCreator` and `ACCEPT_CASE_INSENSITIVE_PROPERTIES`
(reported by rue-jw@github)
#1855: More blacklisting of serialization gadgets

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.misc;

import java.util.List;

Expand Down

0 comments on commit b40d5c4

Please sign in to comment.