You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Risden (JIRA)" <ji...@apache.org> on 2019/03/14 15:00:00 UTC

[jira] [Updated] (KNOX-1826) Replace zip4j with ShrinkWrap

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

Kevin Risden updated KNOX-1826:
-------------------------------
    Component/s: Server

> Replace zip4j with ShrinkWrap
> -----------------------------
>
>                 Key: KNOX-1826
>                 URL: https://issues.apache.org/jira/browse/KNOX-1826
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> Currently we rely on zip4j to explode wars in the case of internal application deployments. We can replace this with shrinkwrap:
> {code:java}
> ShrinkWrap.createFromZipFile(WebArchive.class, source);
> archive.as(ExplodedExporter.class).exportExploded(target);  {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)