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

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

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

ASF GitHub Bot logged work on KNOX-1826:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Mar/19 16:00
            Start Date: 14/Mar/19 16:00
    Worklog Time Spent: 10m 
      Work Description: risdenk commented on pull request #73: KNOX-1826 - Replace zip4j with ShrinkWrap
URL: https://github.com/apache/knox/pull/73
 
 
   ## What changes were proposed in this pull request?
   
   Replace zip4j dependency with ShrinkWrap
   
   ## How was this patch tested?
   
   ```bash
   mvn -T1C verify -Ppackage,release
   ...
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  16:21 min (Wall Clock)
   [INFO] Finished at: 2019-03-14T11:38:15-04:00
   [INFO] ------------------------------------------------------------------------
   ```
 
----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 213208)
            Time Spent: 10m
    Remaining Estimate: 0h

> 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: 10m
>  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)