dblevins opened a new pull request, #130: URL: https://github.com/apache/johnzon/pull/130
When using Field injection, null (missing) json values are naturally tolerated. When using Constructor inject, null (missing) json values are explicitly tolerated in `MappingParserImpl.toObject`. However, if an adapter was specified, `MappingParserImpl.convertTo` would throw a null pointer as it did not have the same code to deal with null values. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
