This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch spring6
in repository https://gitbox.apache.org/repos/asf/isis.git
from 17d6b7e79e Merge remote-tracking branch 'origin/master' into spring6
add 3b820c96e3 ISIS-3316: JaxbService: encapsulates verbose exception
handling with JaxbUtils
add a494a9cc35 ISIS-3316: JaxbUtils: adds JUnit test to verify type-safe
xml unmarshalling
add 47f222c335 ISIS-3316: just comments
new d6421b925a Merge remote-tracking branch 'origin/master' into spring6
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:
.../causeway/applib/services/jaxb/JaxbService.java | 15 +---
commons/src/main/java/module-info.java | 1 +
.../org/apache/causeway/commons/io/JaxbUtils.java | 42 +++++++----
.../apache/causeway/commons/io/JaxbUtilsTest.java | 88 ++++++++++++++++++++++
.../runtimeservices/jaxb/JaxbServiceDefault.java | 22 +++---
5 files changed, 128 insertions(+), 40 deletions(-)
create mode 100644
commons/src/test/java/org/apache/causeway/commons/io/JaxbUtilsTest.java