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/06/10 18:09:29 UTC

[isis] branch 2723_facet.preced updated (c6bc4b0 -> 81ba834)

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

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


    from c6bc4b0  ISIS-2723: model MustSatisfySpecificationFacet#specifications as Can<Specification> instead of List<Specification>
     add 81ba834  ISIS-2723: more work on facet semantic equality (RegExFacetAbstract)

No new revisions were added by this update.

Summary of changes:
 .../MustSatisfySpecificationFacetAbstract.java     |  6 +-
 .../facets/objectvalue/regex/RegExFacet.java       |  3 +-
 .../objectvalue/regex/RegExFacetAbstract.java      | 95 +++++++++++++---------
 .../regex/RegExFacetForParameterAnnotation.java    | 18 +---
 .../RegExFacetForPatternAnnotationOnParameter.java | 15 +---
 .../RegExFacetForPatternAnnotationOnProperty.java  | 24 +-----
 .../regex/RegExFacetForPropertyAnnotation.java     | 25 ++----
 7 files changed, 78 insertions(+), 108 deletions(-)