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 2022/09/02 15:34:12 UTC

[isis] branch 3200_broken-value-choices updated (bcacb94afe -> d6fb3c356b)

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

ahuber pushed a change to branch 3200_broken-value-choices
in repository https://gitbox.apache.org/repos/asf/isis.git


    from bcacb94afe ISIS-3200: simplify memento to string converter
     add 2029ec9f91 ISIS-3200: simplify choice-provider id to memento converter
     add d6fb3c356b ISIS-3200: removes bookmarkable to UUID fallbacks

No new revisions were added by this update.

Summary of changes:
 .../isis/core/metamodel/object/ManagedObjects.java | 17 +++++-----
 .../metamodel/object/_ManagedObjectViewmodel.java  |  2 +-
 .../metamodel/objectmanager/ObjectManager.java     |  9 ++++-
 .../objectmanager/identify/ObjectBookmarker.java   | 26 +++++++++------
 .../identify/ObjectBookmarker_builtinHandlers.java | 39 +++++++++-------------
 .../objectmanager/memento/ObjectMemento.java       |  8 +++--
 .../bookmarks/BookmarkServiceDefault.java          |  8 +----
 .../command/CommandDtoFactoryDefault.java          |  5 ++-
 .../interaction/InteractionDtoFactoryDefault.java  | 10 +++---
 .../DelegatingInvocationHandlerDefault.java        |  9 ++---
 .../integtest/ExecutionLog_IntegTestAbstract.java  |  5 +--
 .../testdomain/rest/DomainObjectResourceTest.java  |  4 +--
 .../models/interaction/BookmarkedObjectWkt.java    |  6 ++--
 .../select2/providers/ChoiceProviderAbstract.java  | 11 ++++--
 .../ChoiceProviderAbstractForScalarModel.java      | 16 ---------
 15 files changed, 79 insertions(+), 96 deletions(-)