[
https://issues.apache.org/jira/browse/JCRVLT-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17146165#comment-17146165
]
Konrad Windszus edited comment on JCRVLT-449 at 6/26/20, 11:51 AM:
-------------------------------------------------------------------
After having a 2nd thought it is preferred to persist the tasks in the
repository to also be able to deploy task lists via packages. Also it should
preferably be a non-binary format (e.g. JSON). Last the credentials are
sensitive information, so they be should stored in a location, where only admin
has access. Unfortunately Sling/Jackrabbit don't have encryption support.
was (Author: kwin):
After having a 2nd thought it is preferred to persist the tasks in the
repository to also be able to deploy task lists via packages.
> VLT-RCP: Optionally persist tasks
> ---------------------------------
>
> Key: JCRVLT-449
> URL: https://issues.apache.org/jira/browse/JCRVLT-449
> Project: Jackrabbit FileVault
> Issue Type: Improvement
> Reporter: Konrad Windszus
> Assignee: Konrad Windszus
> Priority: Major
> Fix For: 3.4.6
>
>
> All tasks in the RcpTaskManagerImpl are only held in memory, which means they
> will be gone after a service/bundle/system restart. It should be possible to
> persist the tasks either in the repository or the bundle data file
> (https://docs.osgi.org/javadoc/r4v43/core/org/osgi/framework/BundleContext.html#getDataFile(java.lang.String))
> to make them survive restarts.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)