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 9ac6571  ISIS-2361: supporting meth. shared naming convention (extract 
the algorithm to be reused)
     new 56b517c  ISIS-2361: add range intersection algorithm
     new 4a4518c  ISIS-2361: makes the supporting method search algorithms 
plugable

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../core/commons/internal/primitives/_Ints.java    | 31 ++++++++
 .../core/commons/internal/primitives/IntsTest.java | 79 +++++++++++++++++++++
 .../core/metamodel/facets/ParameterSupport.java    | 82 +++++++++++++++++++---
 ...ParameterAutoCompleteFacetViaMethodFactory.java |  4 ++
 ...ctionParameterChoicesFacetViaMethodFactory.java |  4 ++
 ...tionParameterDefaultsFacetViaMethodFactory.java |  4 ++
 ...tionParameterDisabledFacetViaMethodFactory.java |  4 ++
 ...ActionParameterHiddenFacetViaMethodFactory.java |  4 ++
 ...onParameterValidationFacetViaMethodFactory.java | 13 ++--
 9 files changed, 208 insertions(+), 17 deletions(-)
 create mode 100644 
core/commons/src/test/java/org/apache/isis/core/commons/internal/primitives/IntsTest.java

Reply via email to