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 13:23:05 UTC

[isis] branch 2877_dto_rountrip_using_value_semantics updated (9770651 -> 885a8c4)

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 9770651  ISIS-2877: make recovery of Identifier from DTO agnostic to the actual java class it was created from
     add 885a8c4  ISIS-2877: switch roles: Bookmark vs OidDto ValueSemantics

No new revisions were added by this update.

Summary of changes:
 .../core/metamodel/IsisModuleCoreMetamodel.java    |   2 +-
 .../valuesemantics/BookmarkValueSemantics.java     |  92 +++++++++++++---
 .../valuesemantics/OidDtoValueSemantics.java       | 119 ++-------------------
 .../command/SchemaValueMarshallerDefault.java      |  19 ++--
 .../model/valuetypes/ValueTypeExample.java         |  23 ++--
 5 files changed, 115 insertions(+), 140 deletions(-)