[
https://issues.apache.org/jira/browse/ISIS-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17203899#comment-17203899
]
ASF subversion and git services commented on ISIS-2440:
-------------------------------------------------------
Commit 30a94b4c828de5b26164b0da5027668895d1e32b in isis's branch
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=30a94b4 ]
ISIS-2440: fixes Markdown value facets not registered properly
> 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)