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 12c1687 Merge pull request #69 from jgallimore/primitive-fix
new 46dcd1f JOHNZON-325 see if we can get something that makes everyone
happy
new fcb49dd JOHNZON-325 make sure json patch as a consistent behavior
new 3c15090 JOHNZON-325 align naming
new d8d09dd JOHNZON-325 improve comment
new 437dad6 [JOHNZON-325] jsonp-strict module
new 14393f0 Merge branch 'rmannibucau/jsonpointer-compliance-proposal'
into JOHNZON-325_TailOnArrays_version2
new a099c53 JOHNZON-325 add some comments
new 9613b8d Merge pull request #70 from
jeanouii/JOHNZON-325_TailOnArrays_version2
The 783 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:
...trategy.java => DefaultJsonPointerFactory.java} | 19 +--
.../org/apache/johnzon/core/JsonPatchImpl.java | 59 ++++----
.../org/apache/johnzon/core/JsonPointerImpl.java | 7 +-
.../org/apache/johnzon/core/JsonProviderImpl.java | 15 +-
.../JsonPointerFactory.java} | 19 +--
.../org/apache/johnzon/core/JsonPatchTest.java | 1 -
.../org/apache/johnzon/core/JsonPointerTest.java | 113 +--------------
.../pom.xml | 41 ++++--
.../jsonp/strict/StrictJsonPointerFactory.java | 51 +++++++
.../org.apache.johnzon.core.spi.JsonPointerFactory | 1 +
.../jsonp/strict/StrictJsonPointerFactoryTest.java | 153 +++++++++++++++++++++
pom.xml | 4 +-
src/site/markdown/index.md | 19 +++
13 files changed, 322 insertions(+), 180 deletions(-)
copy johnzon-core/src/main/java/org/apache/johnzon/core/{BufferStrategy.java
=> DefaultJsonPointerFactory.java} (56%)
copy johnzon-core/src/main/java/org/apache/johnzon/core/{BufferStrategy.java
=> spi/JsonPointerFactory.java} (62%)
copy {johnzon-json-extras => johnzon-jsonp-strict}/pom.xml (60%)
create mode 100644
johnzon-jsonp-strict/src/main/java/org/apache/johnzon/jsonp/strict/StrictJsonPointerFactory.java
create mode 100644
johnzon-jsonp-strict/src/main/resources/META-INF/services/org.apache.johnzon.core.spi.JsonPointerFactory
create mode 100644
johnzon-jsonp-strict/src/test/java/org/apache/johnzon/jsonp/strict/StrictJsonPointerFactoryTest.java