You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by jaikiran <gi...@git.apache.org> on 2018/09/07 05:33:16 UTC

[GitHub] commons-compress pull request #69: Correctly track compression level change ...

GitHub user jaikiran opened a pull request:

    https://github.com/apache/commons-compress/pull/69

    Correctly track compression level change in ZipArchiveOutputStream

    https://bz.apache.org/bugzilla/show_bug.cgi?id=62686 describes a bug in Ant project's `ZipOutputStream`. The same bug is applicable here in `ZipArchiveOutputStream`. The commit here fixes that issue.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jaikiran/commons-compress patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-compress/pull/69.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #69
    
----
commit be662ad97b67236f9b8ea84d999fa2a88b1f0351
Author: Jaikiran <ja...@...>
Date:   2018-09-07T05:32:06Z

    Correctly track compression level change in ZipArchiveOutputStream
    
    https://bz.apache.org/bugzilla/show_bug.cgi?id=62686 describes a bug in Ant project's `ZipOutputStream`. The same bug is applicable here in `ZipArchiveOutputStream`. The commit here fixes that issue.

----


---

[GitHub] commons-compress issue #69: Correctly track compression level change in ZipA...

Posted by jaikiran <gi...@git.apache.org>.
Github user jaikiran commented on the issue:

    https://github.com/apache/commons-compress/pull/69
  
    Thanks Stefan :)



---

[GitHub] commons-compress issue #69: Correctly track compression level change in ZipA...

Posted by coveralls <gi...@git.apache.org>.
Github user coveralls commented on the issue:

    https://github.com/apache/commons-compress/pull/69
  
    
    [![Coverage Status](https://coveralls.io/builds/18874949/badge)](https://coveralls.io/builds/18874949)
    
    Coverage increased (+0.03%) to 86.851% when pulling **be662ad97b67236f9b8ea84d999fa2a88b1f0351 on jaikiran:patch-1** into **5fd497fa380c84d74718ef1b0c0b39b31a4fae30 on apache:master**.



---

[GitHub] commons-compress pull request #69: Correctly track compression level change ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/commons-compress/pull/69


---

[GitHub] commons-compress issue #69: Correctly track compression level change in ZipA...

Posted by bodewig <gi...@git.apache.org>.
Github user bodewig commented on the issue:

    https://github.com/apache/commons-compress/pull/69
  
    ah, sorry, I created the exact same commit before seeing your PR. Thanks!


---