You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/02/05 20:33:25 UTC

[causeway] branch 3348-params_as_tuple updated (eb8846259a -> 2aacbf04a8)

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

ahuber pushed a change to branch 3348-params_as_tuple
in repository https://gitbox.apache.org/repos/asf/causeway.git


    from eb8846259a CAUSEWAY-3348: refactors imperative facets to not use java.reflect.Method directly
     add a505f481da CAUSEWAY-3348: revert change of autofit behavior in prev. commit
     add 2aacbf04a8 CAUSEWAY-3348: TypeOfAnyCardinality to support constructor introspection as well

No new revisions were added by this update.

Summary of changes:
 .../internal/reflection/_MethodFacades.java        |  4 --
 .../commons/internal/reflection/_Reflect.java      | 36 +++++++++++++++++
 .../core/metamodel/facets/FacetedMethod.java       |  6 +--
 .../metamodel/facets/FacetedMethodParameter.java   |  6 +--
 .../facets/actcoll/typeof/TypeOfFacet.java         |  4 +-
 .../method/ActionValidationFacetViaMethod.java     |  2 +-
 .../ActionParameterChoicesFacetViaMethod.java      |  2 +-
 .../ActionParameterDisabledFacetViaMethod.java     |  2 +-
 .../ActionParameterHiddenFacetViaMethod.java       |  2 +-
 .../core/metamodel/methods/MethodFinderPAT.java    |  3 +-
 .../core/metamodel/object/MmInvokeUtil.java        | 13 +++++-
 .../core/metamodel/spec/TypeOfAnyCardinality.java  | 47 +++++++++++++++++++---
 .../specloader/specimpl/FacetedMethodsBuilder.java | 16 ++++----
 13 files changed, 110 insertions(+), 33 deletions(-)