You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by kinow <gi...@git.apache.org> on 2017/11/25 10:02:45 UTC

[GitHub] commons-compress pull request #57: COMPRESS-430: Synchronize iteration of sy...

GitHub user kinow opened a pull request:

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

    COMPRESS-430: Synchronize iteration of synchronized list

    Synchronize the iteration as per Javadocs http://docs.oracle.com/javase/9/docs/api/java/util/Collections.html#synchronizedList%28java.util.List
    
    JIRA ticket https://issues.apache.org/jira/browse/COMPRESS-430

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

    $ git pull https://github.com/kinow/commons-compress synchronize-iteration-of-synchronized-list-1

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

    https://github.com/apache/commons-compress/pull/57.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 #57
    
----
commit c0499042c2778161d6cecd54357adb6ea9595132
Author: Bruno P. Kinoshita <br...@yahoo.com.br>
Date:   2017-11-25T09:57:30Z

    COMPRESS-430: Synchronize iteration of synchronized list

----


---

[GitHub] commons-compress pull request #57: COMPRESS-430: Synchronize iteration of sy...

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

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


---

[GitHub] commons-compress issue #57: COMPRESS-430: Synchronize iteration of synchroni...

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

    https://github.com/apache/commons-compress/pull/57
  
    
    [![Coverage Status](https://coveralls.io/builds/14361284/badge)](https://coveralls.io/builds/14361284)
    
    Coverage increased (+0.05%) to 85.932% when pulling **c0499042c2778161d6cecd54357adb6ea9595132 on kinow:synchronize-iteration-of-synchronized-list-1** into **10ff1c341d37da1cdb2a9ecb280a7e73670c00f5 on apache:master**.



---

[GitHub] commons-compress issue #57: COMPRESS-430: Synchronize iteration of synchroni...

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

    https://github.com/apache/commons-compress/pull/57
  
    Thank you Bruno


---