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 2021/03/01 19:53:00 UTC

[jira] [Closed] (JCRVLT-494) Clarify javadoc of ExecutionPlanBuilder.execute()

     [ https://issues.apache.org/jira/browse/JCRVLT-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konrad Windszus closed JCRVLT-494.
----------------------------------

> Clarify javadoc of ExecutionPlanBuilder.execute()
> -------------------------------------------------
>
>                 Key: JCRVLT-494
>                 URL: https://issues.apache.org/jira/browse/JCRVLT-494
>             Project: Jackrabbit FileVault
>          Issue Type: Improvement
>          Components: vlt
>    Affects Versions: 3.4.8
>            Reporter: Konrad Windszus
>            Assignee: Konrad Windszus
>            Priority: Major
>             Fix For: 3.4.10
>
>
> Currently the https://github.com/apache/jackrabbit-filevault/blob/f785fcb24d4cbd01c734e9273310a925c29ae15b/vault-core/src/main/java/org/apache/jackrabbit/vault/packaging/registry/impl/ExecutionPlanBuilderImpl.java#L331 does not throw an exception in case a task fails. This is due to the fact that all errors are caught in https://github.com/apache/jackrabbit-filevault/blob/b044c03e4440c935fb1b49a41771551307eb3a3a/vault-core/src/main/java/org/apache/jackrabbit/vault/packaging/registry/impl/PackageTaskImpl.java#L91 and just collected.
> This requires clarification in https://github.com/apache/jackrabbit-filevault/blob/b044c03e4440c935fb1b49a41771551307eb3a3a/vault-core/src/main/java/org/apache/jackrabbit/vault/packaging/registry/ExecutionPlanBuilder.java#L113 as it is currently states there "throws PackageException if a package operation fails."



--
This message was sent by Atlassian Jira
(v8.3.4#803005)