This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
from 1fe9bfb50 CAY-2792 Fix Insertion Order For Reflexive DataObjects - release notes new 614924f44 Fix NullPointerException new 99ffbb7e6 Treat empty string as malformed json new 9e8b85188 Fix array-like value handling new 500d28788 Update JsonUtilsTest new 3bcea0f2a Fix array of objects handling new 45de41b75 Update JsonUtilsTest new 719be415b Treat empty or blank string as malformed json new 50d6802a0 Merge pull request #572 from m-dzianishchyts/CAY-2796 The 7097 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: .../main/java/org/apache/cayenne/value/Json.java | 9 + .../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 +++++++++++++++++---- 5 files changed, 220 insertions(+), 39 deletions(-)