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 08:46:25 UTC

[isis] branch 2877_dto_rountrip_using_value_semantics updated (8b51771 -> 3386eac)

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 8b51771  ISIS-2877: refactor CommonDtoUtils into its own Service
     add 4d57f7f  Bump maven-model-builder from 3.8.3 to 3.8.4
     add 02bd086  Merge pull request #787 from apache/dependabot/maven/master/org.apache.maven-maven-model-builder-3.8.4
     add 564a2ff  Bump ognl from 3.2.21 to 3.3.0
     add 41cb8e4  Merge pull request #788 from apache/dependabot/maven/master/ognl-ognl-3.3.0
     add 15952f4  Merge remote-tracking branch 'origin/master' into 2877_dto_rountrip_using_value_semantics
     add 3386eac  ISIS-2877: flesh out new SchemaValueMarshaller API

No new revisions were added by this update.

Summary of changes:
 .../services/schema/SchemaValueMarshaller.java     |  42 ++++++---
 .../applib/util/schema/InteractionDtoUtils.java    |  69 ++++++++------
 .../apache/isis/applib/util/schema/Roundtrip.java  |  25 ++---
 core/pom.xml                                       |   2 +-
 .../command/CommandDtoFactoryDefault.java          |  23 ++---
 .../command/CommandExecutorServiceDefault.java     |  13 ++-
 .../command/SchemaValueMarshallerDefault.java      | 103 ++++++++++++---------
 tooling/pom.xml                                    |   2 +-
 8 files changed, 166 insertions(+), 113 deletions(-)