[
https://issues.apache.org/jira/browse/KNOX-1826?focusedWorklogId=213210&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-213210
]
ASF GitHub Bot logged work on KNOX-1826:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Mar/19 16:02
Start Date: 14/Mar/19 16:02
Worklog Time Spent: 10m
Work Description: risdenk commented on issue #73: KNOX-1826 - Replace
zip4j with ShrinkWrap
URL: https://github.com/apache/knox/pull/73#issuecomment-472935568
Need to run some manual checks to deploy applications that are packaged as
wars but changes look reasonable.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 213210)
Time Spent: 20m (was: 10m)
> 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: 20m
> 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)