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 10:32:26 UTC

[isis] branch 2877_dto_rountrip_using_value_semantics updated (01b6609 -> a1dd665)

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 01b6609  ISIS-2877: further improve SchemaValueMarshaller API
     add a1dd665  ISIS-2877: filling in some of the gaps

No new revisions were added by this update.

Summary of changes:
 .../modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc |   6 +
 .../services/schema/SchemaValueMarshaller.java     |  18 +-
 .../applib/util/schema/InteractionDtoUtils.java    |   2 +-
 .../value/semantics/ValueSemanticsResolver.java    |   9 +-
 .../apache/isis/applib/util/schema/Roundtrip.java  |  25 ++-
 .../{CommandUtil.java => IdentifierUtil.java}      | 101 ++++-------
 .../publish/command/CommandPublishingFacet.java    |   4 +-
 ...ionOrAnyMatchingValueSemanticsFacetFactory.java |  14 +-
 .../objectlifecycle/PropertyChangeRecord.java      |   4 +-
 .../metamodel/specloader/SpecificationLoader.java  |   7 +
 .../valuetypes/ValueSemanticsResolverDefault.java  |   8 +-
 .../command/CommandDtoFactoryDefault.java          |  10 +-
 .../command/CommandExecutorServiceDefault.java     |   6 +-
 .../command/SchemaValueMarshallerDefault.java      | 195 +++++++++------------
 .../executor/MemberExecutorServiceDefault.java     |   6 +-
 .../wrapper/WrapperFactoryDefault.java             |   9 +-
 .../_EntityPropertyChangeFactory.java              |   4 +-
 .../testdomain/interact/ActionInteractionTest.java |   6 +-
 .../model/valuetypes/ValueTypeExample.java         |  17 ++
 .../ui/components/scalars/ConverterTester.java     |   7 +-
 20 files changed, 233 insertions(+), 225 deletions(-)
 rename core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/actions/action/invocation/{CommandUtil.java => IdentifierUtil.java} (61%)