[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319857#comment-16319857 ] Stefan Bodewig commented on COMPRESS-380: - There is an additional danger when we add buffering

[jira] [Commented] (COMPRESS-407) Validate Block and Record Sizes

2018-01-09 Thread Christopher Hunt (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319798#comment-16319798 ] Christopher Hunt commented on COMPRESS-407: --- Perhaps this is the culprit:

[jira] [Comment Edited] (COMPRESS-407) Validate Block and Record Sizes

2018-01-09 Thread Christopher Hunt (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319753#comment-16319753 ] Christopher Hunt edited comment on COMPRESS-407 at 1/10/18 6:36 AM:

[jira] [Comment Edited] (COMPRESS-407) Validate Block and Record Sizes

2018-01-09 Thread Christopher Hunt (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16314446#comment-16314446 ] Christopher Hunt edited comment on COMPRESS-407 at 1/10/18 6:28 AM:

[jira] [Comment Edited] (COMPRESS-407) Validate Block and Record Sizes

2018-01-09 Thread Christopher Hunt (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319753#comment-16319753 ] Christopher Hunt edited comment on COMPRESS-407 at 1/10/18 6:26 AM:

[jira] [Commented] (COMPRESS-407) Validate Block and Record Sizes

2018-01-09 Thread Christopher Hunt (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319753#comment-16319753 ] Christopher Hunt commented on COMPRESS-407: --- I've just had another look at this - an important

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319404#comment-16319404 ] Gary Gregory commented on COMPRESS-380: --- +1 > Support for ENHANCED_DEFLATED (Deflate64) in ZIP

[jira] [Commented] (COMPRESS-438) ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry)

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319219#comment-16319219 ] Dawid Weiss commented on COMPRESS-438: -- COMPRESS-333 wasn't actually that much different to this

[jira] [Updated] (COMPRESS-438) ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry)

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-438: - Description: When decoders read from a raw underlying stream (such as a file channel), the

[jira] [Updated] (COMPRESS-438) ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry)

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-438: - Attachment: Check.java > ZipFile should create a buffered input stream for decoders inside >

[jira] [Updated] (COMPRESS-438) ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry)

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-438: - Attachment: (was: Check.java) > ZipFile should create a buffered input stream for decoders

[jira] [Updated] (COMPRESS-438) ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry)

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-438: - Description: When decoders read from a raw underlying stream (such as a file channel), the

[jira] [Updated] (COMPRESS-438) ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry)

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-438: - Attachment: Check.java The code used for "benchmarking". > ZipFile should create a buffered

[jira] [Comment Edited] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319080#comment-16319080 ] Dawid Weiss edited comment on COMPRESS-380 at 1/9/18 9:00 PM: -- The thing

[jira] [Created] (COMPRESS-438) ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry)

2018-01-09 Thread Dawid Weiss (JIRA)
Dawid Weiss created COMPRESS-438: Summary: ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry) Key: COMPRESS-438 URL:

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319085#comment-16319085 ] Dawid Weiss commented on COMPRESS-380: -- I'll file another issue for this, I think it's worth an

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319080#comment-16319080 ] Dawid Weiss commented on COMPRESS-380: -- The thing is: I really like when the compiler makes it

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318963#comment-16318963 ] Gary Gregory commented on COMPRESS-380: --- Would adding a note the Javadoc of each of our stream

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318920#comment-16318920 ] Dawid Weiss commented on COMPRESS-380: -- Yeah... I bet there'll be lots of people (like me) who

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318805#comment-16318805 ] Stefan Bodewig commented on COMPRESS-380: - We already recommend buffering input, I'd prefer to

[jira] [Resolved] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig resolved COMPRESS-380. - Resolution: Fixed Branch merged to master. Many thanks to everybody who helped with

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318796#comment-16318796 ] Dawid Weiss commented on COMPRESS-380: -- In fact, I just decompressed the whole 6 gig archive in

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318790#comment-16318790 ] Dawid Weiss commented on COMPRESS-380: -- Also... it's really bad if the input stream is not buffered

[jira] [Commented] (COMMONSSITE-99) Prepare Standard Build integrations, travis, jacoco, checkstyle, etc.

2018-01-09 Thread Rob Tompkins (JIRA)
[ https://issues.apache.org/jira/browse/COMMONSSITE-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318786#comment-16318786 ] Rob Tompkins commented on COMMONSSITE-99: - Travis -

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318776#comment-16318776 ] Dawid Weiss commented on COMPRESS-380: -- Yup, much better. {code} before throughput: 826,371

[jira] [Commented] (COMMONSSITE-99) Prepare Standard Build integrations, travis, jacoco, checkstyle, etc.

2018-01-09 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/COMMONSSITE-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318758#comment-16318758 ] Gary Gregory commented on COMMONSSITE-99: - Hi Rob, Can you add a URL to Travis and Coveralls

[jira] [Resolved] (COMMONSSITE-99) Prepare Standard Build integrations, travis, jacoco, checkstyle, etc.

2018-01-09 Thread Rob Tompkins (JIRA)
[ https://issues.apache.org/jira/browse/COMMONSSITE-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Tompkins resolved COMMONSSITE-99. - Resolution: Implemented Travis, coveralls, and static analysis checks all done. >

[jira] [Commented] (LANG-1373) Stopwatch based capability for nested, named, timings in a call stack

2018-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318531#comment-16318531 ] ASF GitHub Bot commented on LANG-1373: -- Github user coveralls commented on the issue:

[GitHub] commons-lang issue #311: LANG-1373 Stopwatch based capability for nested, na...

2018-01-09 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/311 [![Coverage Status](https://coveralls.io/builds/14967010/badge)](https://coveralls.io/builds/14967010) Coverage decreased (-0.009%) to 95.252% when pulling

[jira] [Updated] (COMMONSSITE-99) Prepare Standard Build integrations, travis, jacoco, checkstyle, etc.

2018-01-09 Thread Rob Tompkins (JIRA)
[ https://issues.apache.org/jira/browse/COMMONSSITE-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Tompkins updated COMMONSSITE-99: Assignee: Rob Tompkins > Prepare Standard Build integrations, travis, jacoco,

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318260#comment-16318260 ] Stefan Bodewig commented on COMPRESS-380: - Dawid, could you give commit 32d507b0 a try? I think

[jira] [Created] (TEXT-111) WordUtils.wrap must calculate offset increment from wrapOn pattern length

2018-01-09 Thread Michael Keppler (JIRA)
Michael Keppler created TEXT-111: Summary: WordUtils.wrap must calculate offset increment from wrapOn pattern length Key: TEXT-111 URL: https://issues.apache.org/jira/browse/TEXT-111 Project: Commons

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318101#comment-16318101 ] Stefan Bodewig commented on COMPRESS-380: - It is good that we've got an implementation that

[jira] [Commented] (JEXL-246) Intermittent ambiguous method invocation when processing assignOverload

2018-01-09 Thread Dmitri Blinov (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318098#comment-16318098 ] Dmitri Blinov commented on JEXL-246: Well, while I can not say JEXL does not do its job here, I hate the