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)