[
https://issues.apache.org/jira/browse/JCRVLT-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302816#comment-17302816
]
Konrad Windszus commented on JCRVLT-506:
----------------------------------------
This seems to stem from JCR 1.0 times
(https://docs.adobe.com/content/docs/en/spec/jcr/1.0/6.7.20_Node_Type_Definitions_in_Content.html).
Neither JR2 nor Oak expose node types as {{nt:nodeType}} any more and JCR 2.0
does not mandate that either. So I would recommend to just remove
{{NodeTypeAggregator}} and {{NodeTypeArtifactHandler}}.
> Remove o.a.j.v.fs.impl.io.CNDImporter and CDNSerializer
> -------------------------------------------------------
>
> Key: JCRVLT-506
> URL: https://issues.apache.org/jira/browse/JCRVLT-506
> Project: Jackrabbit FileVault
> Issue Type: Improvement
> Components: vlt
> Reporter: Konrad Windszus
> Assignee: Konrad Windszus
> Priority: Major
> Fix For: 3.4.12
>
>
> Both classes have no test coverage and Jackrabbit provides
> http://jackrabbit.apache.org/api/2.20/org/apache/jackrabbit/commons/cnd/CndImporter.html
> and
> http://jackrabbit.apache.org/api/2.20/org/apache/jackrabbit/commons/cnd/CompactNodeTypeDefWriter.html
> which can be used instead.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)