You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/11/29 12:56:27 UTC

[isis] branch 2877_dto_rountrip_using_value_semantics updated (7d4d817 -> 9770651)

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

ahuber pushed a change to branch 2877_dto_rountrip_using_value_semantics
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 7d4d817  ISIS-2877: filling on more gaps (2)
     add 9770651  ISIS-2877: make recovery of Identifier from DTO agnostic to the actual java class it was created from

No new revisions were added by this update.

Summary of changes:
 .../org/apache/isis/applib/id/LogicalType.java     |   4 +-
 .../applib/util/schema/CommonDtoUtils_Test.java    |  55 +---
 .../schema/CommonDtoUtils_setValueOn_Test.java     |  86 -----
 .../apache/isis/applib/util/schema/Roundtrip.java  | 357 ---------------------
 .../actions/action/invocation/IdentifierUtil.java  |  19 +-
 .../command/SchemaValueMarshallerDefault.java      |  12 +-
 .../isis/testdomain/value/ValueSemanticsTest.java  |   8 -
 7 files changed, 24 insertions(+), 517 deletions(-)
 delete mode 100644 api/applib/src/test/java/org/apache/isis/applib/util/schema/CommonDtoUtils_setValueOn_Test.java
 delete mode 100644 api/applib/src/test/java/org/apache/isis/applib/util/schema/Roundtrip.java