This is an automated email from the ASF dual-hosted git repository.
struberg pushed a change to branch johnzon-1.2.x
in repository https://gitbox.apache.org/repos/asf/johnzon.git
from 276171b6 JOHNZON-421 Defer start of object/array
new 00634a21 JOHNZON-425 support for boolean[] is missing
new e0c90d0e JOHNZON-424 JohnzonJsonb toJson(Object, Type, OutputStream)
crashes for primitive arrays.
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:
.../org/apache/johnzon/jsonb/JohnzonJsonb.java | 2 +-
.../org/apache/johnzon/jsonb/JohnzonJsonbTest.java | 21 +++++++++++++
.../jsonb/serializer/SerialiseAsPrimitiveTest.java | 34 ++++++++++++----------
.../java/org/apache/johnzon/mapper/Mapper.java | 2 ++
.../org/apache/johnzon/mapper/util/ArrayUtil.java | 14 +++++++++
.../java/org/apache/johnzon/mapper/MapperTest.java | 11 ++++++-
6 files changed, 67 insertions(+), 17 deletions(-)