Andi Huber created ISIS-2440:
--------------------------------
Summary: 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
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)