[shrinkwrap-issues] [JBoss JIRA] (SHRINKWRAP-391) Implement BZIP2 Filter

Andrew Rubinger (JIRA) jira-events at lists.jboss.org
Wed Aug 7 06:46:26 EDT 2013


    [ https://issues.jboss.org/browse/SHRINKWRAP-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795556#comment-12795556 ] 

Andrew Rubinger edited comment on SHRINKWRAP-391 at 8/7/13 6:45 AM:
--------------------------------------------------------------------

Manual testing for sanity:

{code}@Test
    public void manualTest(){   ShrinkWrap.create(JavaArchive.class,"alr.tar.bz2").addClass(this.getClass()).as(TarBzExporter.class).exportTo(new File("/home/alr/Desktop/test.tar.bz2"));
    }{code}

...yields:

alr at overdrive ~/Desktop $ file test.tar.bz2 
test.tar.bz2: bzip2 compressed data, block size = 900k
alr at overdrive ~/Desktop $ file TarBzExporterTestCase.class 
TarBzExporterTestCase.class: compiled Java class data, version 51.0

Looking good.  Tests in place and API additions are consistent.

Upstream: https://github.com/shrinkwrap/shrinkwrap/commit/71b7378e3510049e8cabba0d168b9ccc7199ea13

                
      was (Author: alrubinger):
    Manual testing for sanity:

@Test
    public void manualTest(){   ShrinkWrap.create(JavaArchive.class,"alr.tar.bz2").addClass(this.getClass()).as(TarBzExporter.class).exportTo(new File("/home/alr/Desktop/test.tar.bz2"));
    }

...yields:

alr at overdrive ~/Desktop $ file test.tar.bz2 
test.tar.bz2: bzip2 compressed data, block size = 900k
alr at overdrive ~/Desktop $ file TarBzExporterTestCase.class 
TarBzExporterTestCase.class: compiled Java class data, version 51.0

Looking good.  Tests in place and API additions are consistent.

Upstream: https://github.com/shrinkwrap/shrinkwrap/commit/71b7378e3510049e8cabba0d168b9ccc7199ea13

                  
> Implement BZIP2 Filter
> ----------------------
>
>                 Key: SHRINKWRAP-391
>                 URL: https://issues.jboss.org/browse/SHRINKWRAP-391
>             Project: ShrinkWrap
>          Issue Type: Feature Request
>          Components: api, impl-base
>            Reporter: Andrew Rubinger
>            Assignee: Tair Sabirgaliev
>              Labels: gsoc
>             Fix For: 1.1.4
>
>
> Implement a BZIP2 filter for use in importing and exporting.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list