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 2023/05/09 13:48:29 UTC

[johnzon] branch jakartaee-10-tck updated (5cbc9dc9 -> e90ad82f)

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

jlmonteiro pushed a change to branch jakartaee-10-tck
in repository https://gitbox.apache.org/repos/asf/johnzon.git


    from 5cbc9dc9 Fix Nillable for fields and set the local for TCK to be independent from the platform running the suite
     new 32622331 don't serialize BigInteger/BigDecimal as strings in jsonb
     new dc6b2055 serialize BigInteger/BigDecimal as strings by default in jsonb
     new 2e50c9fc set system properties for TCKs
     new e90ad82f Merge pull request #103 from jungm/jsonb-bigintdecimal

The 973 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/JohnzonBuilder.java   | 10 ++++
 .../org/apache/johnzon/jsonb/JsonbTypesTest.java   | 59 +++++++++++++++++++---
 .../org/apache/johnzon/mapper/MapperBuilder.java   | 10 ++++
 .../johnzon/mapper/map/LazyConverterMap.java       | 28 ++++++----
 pom.xml                                            |  2 +-
 tck/jsonb/pom.xml                                  |  3 ++
 6 files changed, 96 insertions(+), 16 deletions(-)