klcodanr opened a new pull request #470:
URL: https://github.com/apache/jackrabbit-oak/pull/470


   Currently performing the following will result in a NullPointerException as 
null values for the properties or child objects are not checked:
   
   ```
     JsonObject a = new JsonObject(true);
     a.getChildren().put("test", (JsonObject) null);
   ```
   
   This PR introduces checks to ensure null children and null properties can be 
set on a JsonObject without the toString method failing.


-- 
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]


Reply via email to