Skip to content

Commit

Permalink
Merge branch '2.10' into 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 21, 2020
2 parents b8b9144 + c13b0d5 commit 96501ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,7 @@ protected JsonToken _handleExtraColumn(String value) throws IOException
if (next == null) { // should end of record or input
return _handleObjectRowEnd();
}
System.err.println("... yet we did NOT skip");
}
}
// 21-May-2015, tatu: Need to enter recovery mode, to skip remainder of the line
Expand Down
4 changes: 3 additions & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ Project: jackson-datatypes-text
2.10.5 (not yet released)
#146: Jackson can't handle underscores in numbers
#146: (yaml) Jackson can't handle underscores in numbers
(reported by Sergey M; fix contributed by Conor W)
#204: (csv) `CsvParser.Feature.ALLOW_TRAILING_COMMA` doesn't work with header columns
(reported by Björn M)
2.10.4 (03-May-2020)
Expand Down

0 comments on commit 96501ad

Please sign in to comment.