[
https://issues.apache.org/jira/browse/JCRVLT-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456278#comment-17456278
]
Konrad Windszus commented on JCRVLT-572:
----------------------------------------
For the time being just disable the validator {{jackrabbit-packagetype}} as
outlined in https://jackrabbit.apache.org/filevault/validation.html and
https://jackrabbit.apache.org/filevault-package-maven-plugin/validators.html.
Probably a release will take some more weeks. In any case {{sling:OsgiConfig}}
nodes are no longer considered best practice as outlined in
https://sling.apache.org/documentation/bundles/configuration-installer-factory.html#configuration-serialization-formats
> Filevault-validation fails on sling:OsgiConfig node
> ---------------------------------------------------
>
> Key: JCRVLT-572
> URL: https://issues.apache.org/jira/browse/JCRVLT-572
> Project: Jackrabbit FileVault
> Issue Type: Improvement
> Components: validation
> Affects Versions: package-maven-plugin-1.2.2, 3.5.6
> Reporter: Henry Kuijpers
> Assignee: Konrad Windszus
> Priority: Major
> Fix For: 3.5.8
>
>
> There is a unit test for this: "testContainerPackageType", which currently
> proves that it is working correctly, however, when calling the "done()"
> method on the validator, it actually produces a validadtion message of type
> "error".
> In our case, this makes the filevault-package-maven-plugin 1.2.2 fail on any
> sling:OsgiConfig node that we are specifying in our build, in the case of
> packageType=container.
> With filevault-package-maven-plugin 1.1.8 this was working fine.
> Failing test case here:
> https://github.com/henrykuijpers/jackrabbit-filevault/commit/ef4c30ea465a1e0d3099b446bb4d6986e4bf10de
> It fails with:
> {code:java}
> java.lang.AssertionError:
> Expected: not a collection containing ValidationMessage with severity ERROR
> or WARN
> but: was <[ValidationMessage [severity=ERROR, message=Package of type
> 'CONTAINER' is not supposed to contain anything but OSGi
> bundles/configurations and subpackages!, line=0, column=0,
> nodePath=/apps/config/someconfigpid, filePath=apps/config/someconfigpid.xml,
> basePath=]]>
> Expected :not a collection containing ValidationMessage with severity ERROR
> or WARN
> Actual :<[ValidationMessage [severity=ERROR, message=Package of type
> 'CONTAINER' is not supposed to contain anything but OSGi
> bundles/configurations and subpackages!, line=0, column=0,
> nodePath=/apps/config/someconfigpid, filePath=apps/config/someconfigpid.xml,
> basePath=]]>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)