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/08 16:17:08 UTC

[isis] branch 2723_facet.preced updated (88f78c0 -> 7a24d8a)

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 88f78c0  ISIS-2723: fixes some Facet precedences
     add 7a24d8a  ISIS-2723: work on conflicting facet precedences (1)

No new revisions were added by this update.

Summary of changes:
 .../object/bookmarkpolicy/BookmarkPolicyFacetAbstract.java     |  5 +++++
 .../object/bookmarkpolicy/BookmarkPolicyFacetFallback.java     |  2 +-
 .../domainobject/editing/ImmutableFacetFromConfiguration.java  |  4 ++--
 .../facets/object/immutable/ImmutableFacetAbstract.java        |  8 +++++++-
 .../LogicalTypeFacetDerivedFromIoCNamingStrategy.java          |  2 +-
 .../object/title/methods/TitleFacetViaToStringMethod.java      |  2 +-
 .../facets/object/title/parser/TitleFacetUsingParser.java      |  2 +-
 .../core/metamodel/facets/object/value/ValueFacetAbstract.java | 10 ++++++----
 .../facets/object/value/annotcfg/ValueFacetAnnotation.java     |  6 ++++--
 .../object/value/annotcfg/ValueFacetFromConfiguration.java     |  3 ++-
 .../object/value/vsp/ValueFacetUsingSemanticsProvider.java     |  2 +-
 .../value/vsp/ValueFacetUsingSemanticsProviderFactory.java     |  9 ++++-----
 .../BigDecimalValueFacetUsingSemanticsProviderFactory.java     |  3 ++-
 .../LogicalTypeFacetForJdoPersistenceCapableAnnotation.java    |  2 +-
 14 files changed, 38 insertions(+), 22 deletions(-)