You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by jl...@apache.org on 2020/11/24 15:53:07 UTC

[johnzon] branch master updated (0133612 -> 364bd58)

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git.


    from 0133612  [JOHNZON-323] disable cdi in OSGi jsonb provider (by default, can be enabled by config)
     new 3ef4fb8  JOHNZON-325 Using - on anything but add operation must throw JsonException
     new 2626806  JOHNZON-325 Improve minus logic to stay backward compatible
     new 364bd58  Merge pull request #68 from jeanouii/JOHNZON-325_TailOnArrays

The 770 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:
 .../org/apache/johnzon/core/JsonPatchImpl.java     |  24 ++-
 .../org/apache/johnzon/core/JsonPointerImpl.java   |  28 +++-
 .../org/apache/johnzon/core/JsonPointerTest.java   | 173 +++++++++++++++++++--
 .../apache/johnzon/jsonlogic/JohnzonJsonLogic.java |   2 +-
 4 files changed, 209 insertions(+), 18 deletions(-)