Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Process Plugin Deployment Using Packed Archives of Multiple Jars #323

Open
hhund opened this issue Mar 28, 2022 · 1 comment
Open

Process Plugin Deployment Using Packed Archives of Multiple Jars #323

hhund opened this issue Mar 28, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@hhund
Copy link
Member

hhund commented Mar 28, 2022

The new process loading mechanism would load zip archives with multiple jar files inside. Before class loading the archive would be unpacked inside a temporary folder. Unpacking of the zip archives should not take long, thus does not need to be permanent.

@hhund hhund changed the title Process Plugin Deployment Using Packed Archives of Mmultiple Process Plugin Deployment Using Packed Archives of Multiple Jars Mar 28, 2022
@hhund hhund added the enhancement New feature or request label Mar 28, 2022
@hhund
Copy link
Member Author

hhund commented Jul 26, 2022

After implementing this feature, we may want to think about removing the non process plugin extension mechanism from the DSF. If not completely, we could at least remove the folder from our standard deployment guides.

In order to avoid incompatibilities between process plugins, plugins that require additional libraries should supply the necessary dependencies themselves.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant