David Blevins created JOHNZON-413: ------------------------------------- Summary: Missing json values fail when using @JsonbCreator and @JsonbTypeAdapter Key: JOHNZON-413 URL: https://issues.apache.org/jira/browse/JOHNZON-413 Project: Johnzon Issue Type: Bug Components: JSON-B Affects Versions: 2.0.1 Reporter: David Blevins Fix For: 2.0.2
Missing json values fail when using @JsonbCreator and @JsonbTypeAdapter due a null pointer on the last line of `MappingParserImpl.compareTo` where a toString is called on the null jsonValue `return converter.to(jsonValue.toString());` When no `@JsonbTypeAdapter` is used, missing json values do not cause failure. Fixed in https://github.com/apache/johnzon/pull/130 -- This message was sent by Atlassian Jira (v8.20.10#820010)