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 87bbe67 [JOHNZON-347] some adjustment for recent java versions, need some more love to be faster new cf2cd73 [JOHNZON-348] jsonb annotations support on records new c8e233e [JOHNZON-349] trying to not do reflection until we know we can, dedup annotation case 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/JsonbAccessMode.java | 227 ++++++++++++++------- ...rter.java => JsonbOffsetDateTimeConverter.java} | 14 +- .../org/apache/johnzon/jsonb/CdiAdapterTest.java | 99 +++++++-- .../org/apache/johnzon/jsonb/JsonbRecordTest.java | 43 ++-- .../jsonschema/JsonSchemaValidatorFactory.java | 11 +- .../johnzon/jsonschema/regex/JavascriptRegex.java | 3 +- .../java/org/apache/johnzon/mapper/Mapper.java | 42 +--- .../org/apache/johnzon/mapper/MapperConfig.java | 4 +- .../johnzon/mapper/MappingGeneratorImpl.java | 66 +++--- .../apache/johnzon/mapper/MappingParserImpl.java | 86 ++++---- .../java/org/apache/johnzon/mapper/Mappings.java | 19 +- .../mapper/internal/JsonPointerTracker.java | 15 +- .../apache/johnzon/mapper/CircularObjectsTest.java | 20 +- .../mapper/internal/JsonPointerTrackerTest.java | 2 +- pom.xml | 2 +- 15 files changed, 394 insertions(+), 259 deletions(-) copy johnzon-jsonb/src/main/java/org/apache/johnzon/jsonb/converter/{JsonbZonedDateTimeConverter.java => JsonbOffsetDateTimeConverter.java} (65%) copy johnzon-mapper/src/test/java/org/apache/johnzon/mapper/RecordTest.java => johnzon-jsonb/src/test/java/org/apache/johnzon/jsonb/JsonbRecordTest.java (71%)