You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2020/09/29 12:44:00 UTC

[jira] [Resolved] (ISIS-2440) AsciiDoc: value facets not registered properly

     [ https://issues.apache.org/jira/browse/ISIS-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Huber resolved ISIS-2440.
------------------------------
    Resolution: Fixed

> AsciiDoc: value facets not registered properly
> ----------------------------------------------
>
>                 Key: ISIS-2440
>                 URL: https://issues.apache.org/jira/browse/ISIS-2440
>             Project: Isis
>          Issue Type: Bug
>          Components: Isis Extensions
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Major
>             Fix For: 2.0.0-M4
>
>
> ValueFacetAnnotation (A) overrules ValueFacetUsingSemanticsProvider (B), while A is provided by the core framework whenever processing a @Value annotation, B is provided by the AsciiDoc extension.
> {noformat}
> (A) ValueFacetAnnotation
> 	 child org.apache.isis.core.metamodel.facets.object.value.ImmutableFacetViaValueSemantics
> 	 child org.apache.isis.core.metamodel.facets.object.value.EqualByContentFacetViaValueSemantics
> (B) ValueFacetUsingSemanticsProvider
> 	 child org.apache.isis.core.metamodel.facets.object.value.ImmutableFacetViaValueSemantics
> 	 child org.apache.isis.core.metamodel.facets.object.defaults.DefaultedFacetUsingDefaultsProvider
> 	 child org.apache.isis.core.metamodel.facets.object.value.EqualByContentFacetViaValueSemantics
> 	 child org.apache.isis.core.metamodel.facets.object.encodeable.encoder.EncodableFacetUsingEncoderDecoder
> {noformat}
> (child means contributed facet)
> That's the reason for the EncodableFacet not showing up when the metamodel is fully populated. (edited) 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)