We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use version 2.10.0.pr1 I get this error.
@Test public void errorDeserialization(){ ObjectMapper objectMapper = new ObjectMapper(); JsonNode node= objectMapper.readTree("{ \"id\":1561417200000 }"); objectMapper.readValue(objectMapper.treeAsTokens(node), Snapshot.class) ; } @Data private static class Snapshot { private long id; }
com.fasterxml.jackson.databind.JsonMappingException: Numeric value (1561417200000) out of range of long (-9223372036854775808 - 9223372036854775807)
The text was updated successfully, but these errors were encountered:
Thank you for reporting this!
I think this is same as #2393, which was just fixed and will be in pr2?
Sorry, something went wrong.
No branches or pull requests
When I use version 2.10.0.pr1 I get this error.
The text was updated successfully, but these errors were encountered: