This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git.
from 74d3a8e [maven-release-plugin] prepare for next development iteration
new aa5b800 JOHNZON-228 ensure all primitives are mapped in
Mapper#readObject and not only JSON-P ones
new 54c30b3 JOHNZON-227 ensure converter output is mapped properly even
when changing original type - this can need another commit to introspect
converter types and fallback on dynamic mode instead of activating it upfront
(for perfs)
The 2 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:
.../johnzon/mapper/MappingGeneratorImpl.java | 10 +--
.../apache/johnzon/mapper/MappingParserImpl.java | 34 +++++---
.../java/org/apache/johnzon/mapper/Mappings.java | 20 +++--
.../Validator.java} | 28 +++----
.../apache/johnzon/mapper/ReadPrimitiveTest.java | 93 ++++++++++++++++++++++
.../johnzon/mapper/converter/StringerTest.java | 75 +++++++++++++++++
6 files changed, 222 insertions(+), 38 deletions(-)
copy
johnzon-mapper/src/main/java/org/apache/johnzon/mapper/{JohnzonReaderHandler.java
=> number/Validator.java} (59%)
create mode 100644
johnzon-mapper/src/test/java/org/apache/johnzon/mapper/ReadPrimitiveTest.java
create mode 100644
johnzon-mapper/src/test/java/org/apache/johnzon/mapper/converter/StringerTest.java