Jenkins build became unstable: commons-io #25

2017-04-23 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build is back to stable : commons-io » Apache Commons IO #26

2017-04-23 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build is back to stable : commons-io #26

2017-04-23 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build is back to stable : commons-io » Apache Commons IO #29

2017-04-23 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build became unstable: commons-io » Apache Commons IO #25

2017-04-23 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build became unstable: commons-io #27

2017-04-23 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build became unstable: commons-io » Apache Commons IO #27

2017-04-23 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build is back to stable : commons-io #29

2017-04-23 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[GitHub] commons-io pull request #7: New listFile convenience methods

2017-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-io/pull/7 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-io pull request #21: fixed IO-447

2017-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-io/pull/21 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-io pull request #20: [IO-499] FilenameUtils.directoryContains false ...

2017-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-io/pull/20 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-io pull request #29: [IO-528] fix Tailer.run race condition runaway ...

2017-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-io/pull/29 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Jenkins build is still unstable: commons-io #28

2017-04-23 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build is still unstable: commons-io » Apache Commons IO #28

2017-04-23 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [all] Java 9 module names

2017-04-23 Thread Stephen Colebourne
I've never used that myself, but don't see anything similar. Remember though that JPMS isn't trying to replace Maven. It just intends there to be a reliable set of modules when running in the platform. Stephen On 23 April 2017 at 08:57, Ralph Goers wrote: > How does

[GitHub] commons-compress issue #21: COMPRESS-388: Fix concurrent reads performance

2017-04-23 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-compress/pull/21 [![Coverage Status](https://coveralls.io/builds/11201739/badge)](https://coveralls.io/builds/11201739) Coverage increased (+0.07%) to 84.303% when pulling

[GitHub] commons-compress pull request #21: COMPRESS-388: Fix concurrent reads perfor...

2017-04-23 Thread sebbASF
Github user sebbASF commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/21#discussion_r112838372 --- Diff: src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java --- @@ -,14 +1122,11 @@ public int read() throws IOException {

[GitHub] commons-compress pull request #21: COMPRESS-388: Fix concurrent reads perfor...

2017-04-23 Thread sebbASF
Github user sebbASF commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/21#discussion_r112838358 --- Diff: src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java --- @@ -1081,16 +1082,26 @@ private boolean

[GitHub] commons-compress pull request #21: COMPRESS-388: Fix concurrent reads perfor...

2017-04-23 Thread bodewig
Github user bodewig commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/21#discussion_r112838584 --- Diff: src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java --- @@ -,14 +1122,11 @@ public int read() throws IOException {

[GitHub] commons-compress pull request #21: COMPRESS-388: Fix concurrent reads perfor...

2017-04-23 Thread kvr000
Github user kvr000 commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/21#discussion_r112838864 --- Diff: src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java --- @@ -,14 +1122,11 @@ public int read() throws IOException {

[GitHub] commons-compress pull request #21: COMPRESS-388: Fix concurrent reads perfor...

2017-04-23 Thread sebbASF
Github user sebbASF commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/21#discussion_r112838915 --- Diff: src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java --- @@ -,14 +1122,11 @@ public int read() throws IOException {

Re: [all] Java 9 module names

2017-04-23 Thread Ralph Goers
Yes, I know it doesn't replace Maven, but in this case I have a dependency that is not required to compile but is required to run. It appears I have to convert my runtime scopes to compile in order to get the module to compile and build properly. That sucks. Sent from my iPhone > On Apr 23,

[GitHub] commons-compress pull request #21: COMPRESS-388: Fix concurrent reads perfor...

2017-04-23 Thread kvr000
Github user kvr000 commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/21#discussion_r112838711 --- Diff: src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java --- @@ -1081,16 +1082,26 @@ private boolean

[GitHub] commons-io pull request #34: IO-367: Add convenience methods for copyToDirec...

2017-04-23 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/commons-io/pull/34 IO-367: Add convenience methods for copyToDirectory (closes #18) patch supplied by James Sawle You can merge this pull request into a Git repository by running: $ git pull

[GitHub] commons-compress issue #21: COMPRESS-388: Fix concurrent reads performance

2017-04-23 Thread kvr000
Github user kvr000 commented on the issue: https://github.com/apache/commons-compress/pull/21 Update, improving few things: - made the fields private again - simplified to single read(long pos, ByteBuffer buf) method - allocating the instance buffer only for single byte

[GitHub] commons-compress issue #21: COMPRESS-388: Fix concurrent reads performance

2017-04-23 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-compress/pull/21 [![Coverage Status](https://coveralls.io/builds/11205671/badge)](https://coveralls.io/builds/11205671) Coverage increased (+0.04%) to 84.277% when pulling

[GitHub] commons-compress issue #21: COMPRESS-388: Fix concurrent reads performance

2017-04-23 Thread kvr000
Github user kvr000 commented on the issue: https://github.com/apache/commons-compress/pull/21 Additionally, I was thinking about exposing the entry raw stream starting offset and length via public API so in case of need one can either map it into memory, directly access the raw data

[GitHub] commons-compress pull request #21: COMPRESS-388: Fix concurrent reads perfor...

2017-04-23 Thread kvr000
GitHub user kvr000 opened a pull request: https://github.com/apache/commons-compress/pull/21 COMPRESS-388: Fix concurrent reads performance Ticket: https://issues.apache.org/jira/browse/COMPRESS-388 Concurrent reads on the ZipFile archive is terribly slow on multiprocessor

[GitHub] commons-compress issue #21: COMPRESS-388: Fix concurrent reads performance

2017-04-23 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-compress/pull/21 [![Coverage Status](https://coveralls.io/builds/11199449/badge)](https://coveralls.io/builds/11199449) Coverage decreased (-0.02%) to 84.214% when pulling

[GitHub] commons-compress issue #21: COMPRESS-388: Fix concurrent reads performance

2017-04-23 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-compress/pull/21 [![Coverage Status](https://coveralls.io/builds/11199449/badge)](https://coveralls.io/builds/11199449) Coverage decreased (-0.02%) to 84.214% when pulling

Re: [all] Java 9 module names

2017-04-23 Thread Ralph Goers
How does the module system support Maven’s runtime scope? Ralph > On Apr 21, 2017, at 10:48 PM, Stephen Colebourne wrote: > > See http://blog.joda.org/2017/04/java-9-modules-jpms-basics.html and >