Hi, Facets are created from annotations, from .layout.json and from .layout.properties, right ? I haven't seen an example of .layout.properties in any application so far.
Today I tried to add unit tests for ISIS-995 (the new 'namedEscaped' attribute that can be used to disable HTML escaping of 'named') and by extending org.apache.isis.core.metamodel.layoutmetadata.json.LayoutMetadataReaderFromJsonTest_readMetadata I broke test org.apache.isis.core.metamodel.layoutmetadata.json.LayoutMetadataReaderFromJsonTest_read. The funny thing is that the test seems to be skipped by Maven, so it fails only when executed in the IDE. Additionally my IDE says that org.apache.isis.core.metamodel.layoutmetadata.propfile.LayoutMetadataReaderFromPropertyFile is not used anywhere in the code. What is its status ? It seems to be maintained because there are many ***FromLayoutProperties.java classes Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov
