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/11 09:00:14 UTC

[isis] branch 2723_facet.preced updated (0b323b6 -> 426d8f4)

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 0b323b6  ISIS-2723: Facets: rename appendAttributesTo to visitAttributes which now takes a BiConsumer argument (instead of a map)
     add 426d8f4  ISIS-2723: prepare removal of generic concept of underlying facets

No new revisions were added by this update.

Summary of changes:
 .../core/metamodel/consent/InteractionAdvisor.java |   5 -
 .../apache/isis/core/metamodel/facetapi/Facet.java |  10 --
 .../core/metamodel/facetapi/FacetAbstract.java     |  28 +----
 .../core/metamodel/facetapi/FacetHolderImpl.java   |  26 +++--
 .../isis/core/metamodel/facetapi/FacetRanking.java | 125 +++++++++++++++++++++
 5 files changed, 147 insertions(+), 47 deletions(-)
 create mode 100644 core/metamodel/src/main/java/org/apache/isis/core/metamodel/facetapi/FacetRanking.java