You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2023/04/25 10:17:00 UTC

[jira] [Created] (JCRVLT-706) jackrabbit-packagetype validator: Optionally allow mixed packages inside container packages

Konrad Windszus created JCRVLT-706:
--------------------------------------

             Summary: jackrabbit-packagetype validator: Optionally allow mixed packages inside container packages
                 Key: JCRVLT-706
                 URL: https://issues.apache.org/jira/browse/JCRVLT-706
             Project: Jackrabbit FileVault
          Issue Type: Improvement
            Reporter: Konrad Windszus
            Assignee: Konrad Windszus
             Fix For: 3.6.10


Currently the following violation may be emitted
{code}
[ERROR] ValidationViolation: Package of type 'CONTAINER' must only contain sub packages of type 'APPLICATION, CONTENT, CONTAINER' but found subpackage of type 'MIXED'! @ ...
{code}

The severity of that message should be derived from the {{legacyTypeSeverity}} parameter (which is WARN by default), because it is common to iteratively migrate to non-Mixed packages.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)