[ 
https://issues.apache.org/jira/browse/KNOX-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16792915#comment-16792915
 ] 

ASF subversion and git services commented on KNOX-1826:
-------------------------------------------------------

Commit 5fb449118bbcddccea0750dd7a97e66f53f32c60 in knox's branch 
refs/heads/master from Kevin Risden
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=5fb4491 ]

KNOX-1826 - Replace zip4j with ShrinkWrap

Signed-off-by: Kevin Risden <[email protected]>


> 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
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)

Reply via email to