This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a change to branch STABLE-4.2 in repository https://gitbox.apache.org/repos/asf/cayenne.git
from d6c6f1e5d Merge pull request #565 from swarmbox/CAY-2794 new c69e7b1d8 Fix NullPointerException new ed45b0d57 Treat empty string as malformed json new ee8fe3e1e Fix array-like value handling new a83ba8dee Update JsonUtilsTest new c3a4ae931 Fix array of objects handling new 7a79ac3b6 Update JsonUtilsTest new dfce07aa2 Treat empty or blank string as malformed json new 10e9b360c Update RELEASE-NOTES.txt new 47b1190f8 Implement custom blank json check new 73117c458 Merge pull request #574 from m-dzianishchyts/CAY-2796-4.2 The 6888 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: RELEASE-NOTES.txt | 1 + .../main/java/org/apache/cayenne/value/Json.java | 18 ++ .../cayenne/value/json/AbstractJsonConsumer.java | 9 +- .../apache/cayenne/value/json/JsonFormatter.java | 7 + .../org/apache/cayenne/value/json/JsonUtils.java | 4 +- .../apache/cayenne/value/json/JsonUtilsTest.java | 230 +++++++++++++++++---- 6 files changed, 230 insertions(+), 39 deletions(-)