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/03/16 05:05:07 UTC

[isis] branch master updated (a5e16a6 -> 99da073)

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

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


    from a5e16a6  ISIS-2976: purge MethodExtensions
     add 99da073  ISIS-2976: allow for custom ParameterAdapter in CanonicalInvoker

No new revisions were added by this update.

Summary of changes:
 .../core/metamodel/commons/CanonicalInvoker.java   | 152 +++++++++------------
 .../core/metamodel/commons/ParameterAdapter.java   | 136 ++++++++++++++++++
 .../isis/core/metamodel/spec/ManagedObjects.java   |   2 +
 .../interaction/prop/PropertyInteractionWkt.java   |   5 +-
 .../scalars/ScalarPanelFormFieldAbstract.java      |  17 ++-
 5 files changed, 211 insertions(+), 101 deletions(-)
 create mode 100644 core/metamodel/src/main/java/org/apache/isis/core/metamodel/commons/ParameterAdapter.java