This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git
from 8d8e01f5b1 Merge pull request #1357 from apache/ISIS-3320
new 3aee62ab6f ISIS-3304: adds some byte IO algorithms (basically for
JUnit testing)
new 558a1ec834 ISIS-3304: fixes regression with DtoMapper
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:
.../applib/util/schema/InteractionDtoUtils.java | 2 +-
.../util/schema/MemberExecutionDtoUtils.java | 22 ++++--
.../applib/util/JaxbUtilsDtoCloneTest.java | 84 ++++++++++++++++++++++
.../causeway/commons/internal/base/_Bytes.java | 69 +++++++++++++++++-
.../plural/DomainObjectLayoutPluralVm.java | 19 ++++-
.../subscriber/ExecutionSubscriberForTesting.java | 6 +-
6 files changed, 192 insertions(+), 10 deletions(-)
create mode 100644
api/applib/src/test/java/org/apache/causeway/applib/util/JaxbUtilsDtoCloneTest.java