This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a change to branch johnzon-1.2.x
in repository https://gitbox.apache.org/repos/asf/johnzon.git
from a0e5ffdd [JOHNZON-404] don't rely on jdk internals for
BoundedOutputStreamWriter (#128)
add 0c56fffc [JOHNZON-409] DateConverter: replace DateFormat with
DateTimeFormatter
add a2f35822 JOHNZON-412 - Default mapping for java.util.UUID
new 8df2bfeb Merge pull request #133 from jbertram/johnzon-1.2.x
The 1 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/converter/DateConverter.java | 34 +++++++------
.../mapper/converter/DateWithCopyConverter.java | 2 +-
...BigDecimalConverter.java => UUIDConverter.java} | 10 ++--
.../johnzon/mapper/map/LazyConverterMap.java | 50 ++++++-------------
.../org/apache/johnzon/mapper/util/DateUtil.java | 56 ++++++++++++++++++++++
.../DeserializationExceptionMessagesTest.java | 2 +-
...umConverterTest.java => UUIDConverterTest.java} | 24 ++++++----
7 files changed, 113 insertions(+), 65 deletions(-)
copy
johnzon-mapper/src/main/java/org/apache/johnzon/mapper/converter/{BigDecimalConverter.java
=> UUIDConverter.java} (79%)
create mode 100644
johnzon-mapper/src/main/java/org/apache/johnzon/mapper/util/DateUtil.java
copy
johnzon-mapper/src/test/java/org/apache/johnzon/mapper/converter/{EnumConverterTest.java
=> UUIDConverterTest.java} (61%)