[jira] [Commented] (IMAGING-281) Simple Exif XPTitle corrupted.

2021-02-19 Thread Bruno P. Kinoshita (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17287588#comment-17287588 ] Bruno P. Kinoshita commented on IMAGING-281: Thanks for posting the solution for this issue

[jira] [Updated] (COMPRESS-565) Regression - Corrupted headers when using 64 bit ZipArchiveOutputStream

2021-02-19 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Lee updated COMPRESS-565: --- Attachment: image-2021-02-20-15-51-21-747.png > Regression - Corrupted headers when using 64 bit

[GitHub] [commons-lang] coveralls edited a comment on pull request #714: true && false String constant

2021-02-19 Thread GitBox
coveralls edited a comment on pull request #714: URL: https://github.com/apache/commons-lang/pull/714#issuecomment-782577897 [![Coverage Status](https://coveralls.io/builds/37293610/badge)](https://coveralls.io/builds/37293610) Coverage remained the same at 94.957% when pulling

[GitHub] [commons-lang] coveralls edited a comment on pull request #714: true && false String constant

2021-02-19 Thread GitBox
coveralls edited a comment on pull request #714: URL: https://github.com/apache/commons-lang/pull/714#issuecomment-782577897 [![Coverage Status](https://coveralls.io/builds/37293598/badge)](https://coveralls.io/builds/37293598) Coverage remained the same at 94.957% when pulling

[GitHub] [commons-lang] coveralls commented on pull request #714: true && false String constant

2021-02-19 Thread GitBox
coveralls commented on pull request #714: URL: https://github.com/apache/commons-lang/pull/714#issuecomment-782577897 [![Coverage Status](https://coveralls.io/builds/37293523/badge)](https://coveralls.io/builds/37293523) Coverage remained the same at 94.957% when pulling

[GitHub] [commons-lang] arturobernalg opened a new pull request #714: true && false String constant

2021-02-19 Thread GitBox
arturobernalg opened a new pull request #714: URL: https://github.com/apache/commons-lang/pull/714 create true && false String constant in order to re use variable, and make the code more readable This is an automated

[jira] [Commented] (COMPRESS-565) Regression - Corrupted headers when using 64 bit ZipArchiveOutputStream

2021-02-19 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17287572#comment-17287572 ] Peter Lee commented on COMPRESS-565: I see. I can reproduce this issue now. > Regression -

[jira] [Work logged] (COMPRESS-566) make gzip deflate buffer size configurable

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-566?focusedWorklogId=555031=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-555031 ] ASF GitHub Bot logged work on COMPRESS-566: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] PeterAlfredLee commented on a change in pull request #168: COMPRESS-566 allow gzip buffer size to be configured

2021-02-19 Thread GitBox
PeterAlfredLee commented on a change in pull request #168: URL: https://github.com/apache/commons-compress/pull/168#discussion_r579572525 ## File path: src/main/java/org/apache/commons/compress/compressors/gzip/GzipParameters.java ## @@ -118,4 +120,28 @@ public int

[jira] [Work logged] (COMPRESS-566) make gzip deflate buffer size configurable

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-566?focusedWorklogId=554977=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554977 ] ASF GitHub Bot logged work on COMPRESS-566: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] coveralls edited a comment on pull request #168: COMPRESS-566 allow gzip buffer size to be configured

2021-02-19 Thread GitBox
coveralls edited a comment on pull request #168: URL: https://github.com/apache/commons-compress/pull/168#issuecomment-782362631 [![Coverage Status](https://coveralls.io/builds/37289516/badge)](https://coveralls.io/builds/37289516) Coverage increased (+0.005%) to 87.36% when

[jira] [Work logged] (COMPRESS-566) make gzip deflate buffer size configurable

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-566?focusedWorklogId=554974=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554974 ] ASF GitHub Bot logged work on COMPRESS-566: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] bokken commented on a change in pull request #168: COMPRESS-566 allow gzip buffer size to be configured

2021-02-19 Thread GitBox
bokken commented on a change in pull request #168: URL: https://github.com/apache/commons-compress/pull/168#discussion_r579530866 ## File path: src/main/java/org/apache/commons/compress/compressors/gzip/GzipParameters.java ## @@ -118,4 +120,22 @@ public int

[GitHub] [commons-lang] esend7881 commented on pull request #713: Let mid(null), left(null) and right(null) return empty

2021-02-19 Thread GitBox
esend7881 commented on pull request #713: URL: https://github.com/apache/commons-lang/pull/713#issuecomment-78238 > > [![Coverage Status](https://coveralls.io/builds/37285941/badge)](https://coveralls.io/builds/37285941) > > Coverage decreased (-0.002%) to 94.955% when

[jira] [Work logged] (IO-651) Provide method to retrieve data from DeferredFileOutputStream as InputStream

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-651?focusedWorklogId=554950=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554950 ] ASF GitHub Bot logged work on IO-651: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] garydgregory commented on a change in pull request #206: IO-651 Add DeferredFileOutputStream.getInputStream()

2021-02-19 Thread GitBox
garydgregory commented on a change in pull request #206: URL: https://github.com/apache/commons-io/pull/206#discussion_r579489683 ## File path: src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java ## @@ -272,4 +274,31 @@ public void writeTo(final

[jira] [Work logged] (COMPRESS-566) make gzip deflate buffer size configurable

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-566?focusedWorklogId=554945=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554945 ] ASF GitHub Bot logged work on COMPRESS-566: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] garydgregory commented on a change in pull request #168: COMPRESS-566 allow gzip buffer size to be configured

2021-02-19 Thread GitBox
garydgregory commented on a change in pull request #168: URL: https://github.com/apache/commons-compress/pull/168#discussion_r579486633 ## File path: src/main/java/org/apache/commons/compress/compressors/gzip/GzipParameters.java ## @@ -118,4 +120,22 @@ public int

[jira] [Work logged] (COMPRESS-566) make gzip deflate buffer size configurable

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-566?focusedWorklogId=554940=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554940 ] ASF GitHub Bot logged work on COMPRESS-566: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] coveralls commented on pull request #168: COMPRESS-566 allow gzip buffer size to be configured

2021-02-19 Thread GitBox
coveralls commented on pull request #168: URL: https://github.com/apache/commons-compress/pull/168#issuecomment-782362631 [![Coverage Status](https://coveralls.io/builds/37286781/badge)](https://coveralls.io/builds/37286781) Coverage increased (+0.005%) to 87.36% when pulling

[jira] [Work logged] (COMPRESS-566) make gzip deflate buffer size configurable

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-566?focusedWorklogId=554937=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554937 ] ASF GitHub Bot logged work on COMPRESS-566: --- Author: ASF GitHub Bot

[jira] [Commented] (COMPRESS-566) make gzip deflate buffer size configurable

2021-02-19 Thread Brett Okken (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17287369#comment-17287369 ] Brett Okken commented on COMPRESS-566: -- https://github.com/apache/commons-compress/pull/168 >

[GitHub] [commons-compress] bokken opened a new pull request #168: COMPRESS-566 allow gzip buffer size to be configured

2021-02-19 Thread GitBox
bokken opened a new pull request #168: URL: https://github.com/apache/commons-compress/pull/168 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Created] (COMPRESS-566) make gzip deflate buffer size configurable

2021-02-19 Thread Brett Okken (Jira)
Brett Okken created COMPRESS-566: Summary: make gzip deflate buffer size configurable Key: COMPRESS-566 URL: https://issues.apache.org/jira/browse/COMPRESS-566 Project: Commons Compress

[GitHub] [commons-lang] coveralls edited a comment on pull request #713: Let mid(null), left(null) and right(null) return empty

2021-02-19 Thread GitBox
coveralls edited a comment on pull request #713: URL: https://github.com/apache/commons-lang/pull/713#issuecomment-782338572 [![Coverage Status](https://coveralls.io/builds/37285941/badge)](https://coveralls.io/builds/37285941) Coverage decreased (-0.002%) to 94.955% when

[GitHub] [commons-lang] coveralls commented on pull request #713: Let mid(null), left(null) and right(null) return empty

2021-02-19 Thread GitBox
coveralls commented on pull request #713: URL: https://github.com/apache/commons-lang/pull/713#issuecomment-782338572 [![Coverage Status](https://coveralls.io/builds/37285868/badge)](https://coveralls.io/builds/37285868) Coverage decreased (-0.002%) to 94.955% when pulling

[jira] [Work logged] (IO-651) Provide method to retrieve data from DeferredFileOutputStream as InputStream

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-651?focusedWorklogId=554908=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554908 ] ASF GitHub Bot logged work on IO-651: - Author: ASF GitHub Bot Created

[jira] [Work logged] (IO-651) Provide method to retrieve data from DeferredFileOutputStream as InputStream

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-651?focusedWorklogId=554909=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554909 ] ASF GitHub Bot logged work on IO-651: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] jmark109 edited a comment on pull request #206: IO-651 Add DeferredFileOutputStream.getInputStream()

2021-02-19 Thread GitBox
jmark109 edited a comment on pull request #206: URL: https://github.com/apache/commons-io/pull/206#issuecomment-782320401 @garydgregory I think this is good to go now. Let me know if there are any other issues. This is an

[GitHub] [commons-io] jmark109 commented on pull request #206: IO-651 Add DeferredFileOutputStream.getInputStream()

2021-02-19 Thread GitBox
jmark109 commented on pull request #206: URL: https://github.com/apache/commons-io/pull/206#issuecomment-782320401 @garydgregory I think this is good to go now. Let me know if there are any other issue. This is an automated

[GitHub] [commons-lang] esend7881 opened a new pull request #713: Let left(null) and right(null) return empty

2021-02-19 Thread GitBox
esend7881 opened a new pull request #713: URL: https://github.com/apache/commons-lang/pull/713 I'm not sure if there is reasoning behind `left(null, n)` returning null, but other `StringUtils` functions tends to return empty strings if their inputs are null. Likewise, I think it makes

[jira] [Work logged] (IO-651) Provide method to retrieve data from DeferredFileOutputStream as InputStream

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-651?focusedWorklogId=554879=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554879 ] ASF GitHub Bot logged work on IO-651: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] coveralls edited a comment on pull request #206: IO-651 Add DeferredFileOutputStream.getInputStream()

2021-02-19 Thread GitBox
coveralls edited a comment on pull request #206: URL: https://github.com/apache/commons-io/pull/206#issuecomment-782224839 [![Coverage Status](https://coveralls.io/builds/37283381/badge)](https://coveralls.io/builds/37283381) Coverage decreased (-0.1%) to 89.254% when pulling

[jira] [Work logged] (IO-651) Provide method to retrieve data from DeferredFileOutputStream as InputStream

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-651?focusedWorklogId=554872=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554872 ] ASF GitHub Bot logged work on IO-651: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] jmark109 commented on a change in pull request #206: IO-651 Add DeferredFileOutputStream.getInputStream()

2021-02-19 Thread GitBox
jmark109 commented on a change in pull request #206: URL: https://github.com/apache/commons-io/pull/206#discussion_r579407661 ## File path: src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java ## @@ -272,4 +274,27 @@ public void writeTo(final OutputStream

[jira] [Work logged] (IO-651) Provide method to retrieve data from DeferredFileOutputStream as InputStream

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-651?focusedWorklogId=554866=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554866 ] ASF GitHub Bot logged work on IO-651: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] XenoAmess commented on a change in pull request #206: IO-651 Add DeferredFileOutputStream.getInputStream()

2021-02-19 Thread GitBox
XenoAmess commented on a change in pull request #206: URL: https://github.com/apache/commons-io/pull/206#discussion_r579396064 ## File path: src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java ## @@ -272,4 +274,27 @@ public void writeTo(final OutputStream

[jira] [Work logged] (IO-651) Provide method to retrieve data from DeferredFileOutputStream as InputStream

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-651?focusedWorklogId=554861=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554861 ] ASF GitHub Bot logged work on IO-651: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] jmark109 commented on pull request #206: IO-651 Add DeferredFileOutputStream.getInputStream()

2021-02-19 Thread GitBox
jmark109 commented on pull request #206: URL: https://github.com/apache/commons-io/pull/206#issuecomment-782252971 @garydgregory I just ran `mvn package` again and it was successful. I don't see any errors. I also tried running `mvn test` just to make sure, and no errors either. What

[jira] [Work logged] (IO-651) Provide method to retrieve data from DeferredFileOutputStream as InputStream

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-651?focusedWorklogId=554846=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554846 ] ASF GitHub Bot logged work on IO-651: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] garydgregory commented on pull request #206: IO-651 Add DeferredFileOutputStream.getInputStream()

2021-02-19 Thread GitBox
garydgregory commented on pull request #206: URL: https://github.com/apache/commons-io/pull/206#issuecomment-782232501 > @garydgregory Yes, I see that. I don't think these failures have anything to do with my changes. Looks like some type of misconfiguration with the build. I see errors

[jira] [Work logged] (IO-651) Provide method to retrieve data from DeferredFileOutputStream as InputStream

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-651?focusedWorklogId=554845=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554845 ] ASF GitHub Bot logged work on IO-651: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] jmark109 commented on pull request #206: IO-651 Add DeferredFileOutputStream.getInputStream()

2021-02-19 Thread GitBox
jmark109 commented on pull request #206: URL: https://github.com/apache/commons-io/pull/206#issuecomment-782228140 @garydgregory Yes, I see that. I don't think these failures have anything to do with my changes. Looks like some type of misconfiguration with the build. I see errors like

[jira] [Work logged] (IO-651) Provide method to retrieve data from DeferredFileOutputStream as InputStream

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-651?focusedWorklogId=554841=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554841 ] ASF GitHub Bot logged work on IO-651: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] garydgregory commented on pull request #206: IO-651 Add DeferredFileOutputStream.getInputStream()

2021-02-19 Thread GitBox
garydgregory commented on pull request #206: URL: https://github.com/apache/commons-io/pull/206#issuecomment-782225559 @jmark109 This PR causes build failures. This is an automated message from the Apache Git

[jira] [Work logged] (IO-651) Provide method to retrieve data from DeferredFileOutputStream as InputStream

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-651?focusedWorklogId=554839=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554839 ] ASF GitHub Bot logged work on IO-651: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] coveralls commented on pull request #206: IO-651 Add DeferredFileOutputStream.getInputStream()

2021-02-19 Thread GitBox
coveralls commented on pull request #206: URL: https://github.com/apache/commons-io/pull/206#issuecomment-782224839 [![Coverage Status](https://coveralls.io/builds/37280798/badge)](https://coveralls.io/builds/37280798) Coverage decreased (-0.1%) to 89.254% when pulling

[jira] [Work logged] (IO-651) Provide method to retrieve data from DeferredFileOutputStream as InputStream

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-651?focusedWorklogId=554813=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554813 ] ASF GitHub Bot logged work on IO-651: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] jmark109 opened a new pull request #206: IO-651 Add DeferredFileOutputStream.getInputStream()

2021-02-19 Thread GitBox
jmark109 opened a new pull request #206: URL: https://github.com/apache/commons-io/pull/206 Add DeferredFileOutputStream.getInputStream() for efficient retrieval of OutputSteam data. Fixes IO-651. This is an

[jira] [Commented] (IO-663) FileUtils.copyDirectory(File srcDir, File destDir) fails on Windows

2021-02-19 Thread Melloware (Jira)
[ https://issues.apache.org/jira/browse/IO-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17287159#comment-17287159 ] Melloware commented on IO-663: -- Nope all i did was swap out 2.6 for 2.9.0-SNAPSHOT in our app and it failed

[GitHub] [commons-csv] coveralls edited a comment on pull request #118: Bump opencsv from 5.2 to 5.3

2021-02-19 Thread GitBox
coveralls edited a comment on pull request #118: URL: https://github.com/apache/commons-csv/pull/118#issuecomment-716345707 [![Coverage Status](https://coveralls.io/builds/37276392/badge)](https://coveralls.io/builds/37276392) Coverage remained the same at 98.454% when pulling

[jira] [Closed] (IMAGING-281) Simple Exif XPTitle corrupted.

2021-02-19 Thread Garret Wilson (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Garret Wilson closed IMAGING-281. - > Simple Exif XPTitle corrupted. > -- > > Key:

[jira] [Resolved] (IMAGING-281) Simple Exif XPTitle corrupted.

2021-02-19 Thread Garret Wilson (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Garret Wilson resolved IMAGING-281. --- Resolution: Not A Problem Good news: I found the source of the problem. It seems that

[GitHub] [commons-csv] coveralls commented on pull request #133: Bump junit-jupiter from 5.7.0 to 5.7.1

2021-02-19 Thread GitBox
coveralls commented on pull request #133: URL: https://github.com/apache/commons-csv/pull/133#issuecomment-782129151 [![Coverage Status](https://coveralls.io/builds/37276288/badge)](https://coveralls.io/builds/37276288) Coverage remained the same at 98.454% when pulling

[jira] [Work logged] (LANG-1614) Split fixed-length elements

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1614?focusedWorklogId=554786=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554786 ] ASF GitHub Bot logged work on LANG-1614: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on pull request #693: [LANG-1614] - Split fixed-length elements

2021-02-19 Thread GitBox
coveralls edited a comment on pull request #693: URL: https://github.com/apache/commons-lang/pull/693#issuecomment-755237313 [![Coverage Status](https://coveralls.io/builds/37276028/badge)](https://coveralls.io/builds/37276028) Coverage increased (+0.005%) to 94.962% when

[GitHub] [commons-csv] garydgregory commented on pull request #118: Bump opencsv from 5.2 to 5.3

2021-02-19 Thread GitBox
garydgregory commented on pull request #118: URL: https://github.com/apache/commons-csv/pull/118#issuecomment-782100023 @dependabot rebase This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [commons-csv] garydgregory commented on pull request #133: Bump junit-jupiter from 5.7.0 to 5.7.1

2021-02-19 Thread GitBox
garydgregory commented on pull request #133: URL: https://github.com/apache/commons-csv/pull/133#issuecomment-782099782 @dependabot rebase This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [commons-csv] garydgregory merged pull request #129: Bump mockito-core from 3.7.0 to 3.7.7

2021-02-19 Thread GitBox
garydgregory merged pull request #129: URL: https://github.com/apache/commons-csv/pull/129 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [commons-csv] dependabot[bot] opened a new pull request #133: Bump junit-jupiter from 5.7.0 to 5.7.1

2021-02-19 Thread GitBox
dependabot[bot] opened a new pull request #133: URL: https://github.com/apache/commons-csv/pull/133 Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.7.0 to 5.7.1. Release notes Sourced from https://github.com/junit-team/junit5/releases;>junit-jupiter's

[GitHub] [commons-csv] garydgregory merged pull request #132: Bump actions/cache from v2 to v2.1.4

2021-02-19 Thread GitBox
garydgregory merged pull request #132: URL: https://github.com/apache/commons-csv/pull/132 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [commons-csv] garydgregory merged pull request #131: Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2

2021-02-19 Thread GitBox
garydgregory merged pull request #131: URL: https://github.com/apache/commons-csv/pull/131 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[jira] [Work logged] (LANG-1614) Split fixed-length elements

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1614?focusedWorklogId=554741=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554741 ] ASF GitHub Bot logged work on LANG-1614: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on pull request #693: [LANG-1614] - Split fixed-length elements

2021-02-19 Thread GitBox
coveralls edited a comment on pull request #693: URL: https://github.com/apache/commons-lang/pull/693#issuecomment-755237313 [![Coverage Status](https://coveralls.io/builds/37274158/badge)](https://coveralls.io/builds/37274158) Coverage increased (+0.005%) to 94.962% when

[jira] [Work logged] (LANG-1614) Split fixed-length elements

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1614?focusedWorklogId=554739=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554739 ] ASF GitHub Bot logged work on LANG-1614: Author: ASF GitHub Bot

[GitHub] [commons-lang] arturobernalg commented on pull request #693: [LANG-1614] - Split fixed-length elements

2021-02-19 Thread GitBox
arturobernalg commented on pull request #693: URL: https://github.com/apache/commons-lang/pull/693#issuecomment-782070022 any thoughts here @garydgregory ;) should/could it added to commons-lang? This is an automated

[GitHub] [commons-statistics] aherbert commented on a change in pull request #26: Add truncated normal distribution.

2021-02-19 Thread GitBox
aherbert commented on a change in pull request #26: URL: https://github.com/apache/commons-statistics/pull/26#discussion_r579159518 ## File path: commons-statistics-distribution/src/test/java/org/apache/commons/statistics/distribution/TruncatedNormalDistributionTest.java ##

[jira] [Commented] (IO-663) FileUtils.copyDirectory(File srcDir, File destDir) fails on Windows

2021-02-19 Thread Melloware (Jira)
[ https://issues.apache.org/jira/browse/IO-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17287062#comment-17287062 ] Melloware commented on IO-663: -- [~ggregory] I got permission from my client to test the SNAPSHOT version. We

[GitHub] [commons-statistics] aherbert commented on pull request #26: Add truncated normal distribution.

2021-02-19 Thread GitBox
aherbert commented on pull request #26: URL: https://github.com/apache/commons-statistics/pull/26#issuecomment-782051472 Thanks for the contribution. The implementation and tests look good (all edge cases are covered). The code is currently failing PMD checks. Most of these are for

[jira] [Commented] (COMPRESS-565) Regression - Corrupted headers when using 64 bit ZipArchiveOutputStream

2021-02-19 Thread Evgeny Bovykin (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17286988#comment-17286988 ] Evgeny Bovykin commented on COMPRESS-565: - ??Is the input.bin an empty file with size of 5GB???

[jira] [Issue Comment Deleted] (COMPRESS-565) Regression - Corrupted headers when using 64 bit ZipArchiveOutputStream

2021-02-19 Thread Evgeny Bovykin (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Evgeny Bovykin updated COMPRESS-565: Comment: was deleted (was: ??Is the input.bin an empty file with size of 5GB???) >

[jira] [Commented] (COMPRESS-565) Regression - Corrupted headers when using 64 bit ZipArchiveOutputStream

2021-02-19 Thread Evgeny Bovykin (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17286987#comment-17286987 ] Evgeny Bovykin commented on COMPRESS-565: - ??Is the input.bin an empty file with size of 5GB???

[jira] [Work logged] (IO-720) fix error about usage of DirectBuffer in jdk 16/17

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-720?focusedWorklogId=554664=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554664 ] ASF GitHub Bot logged work on IO-720: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] coveralls commented on pull request #205: [IO-720] fix error about usage of DirectBuffer in jdk 16/17

2021-02-19 Thread GitBox
coveralls commented on pull request #205: URL: https://github.com/apache/commons-io/pull/205#issuecomment-781939190 [![Coverage Status](https://coveralls.io/builds/37268031/badge)](https://coveralls.io/builds/37268031) Coverage decreased (-0.02%) to 89.376% when pulling

[jira] [Created] (IMAGING-282) NullPointerException in org.apache.commons.imaging.formats.gif.GifImageParser.getMetadata() when GraphicControlExtension is null

2021-02-19 Thread Samuel Monsarrat (Jira)
Samuel Monsarrat created IMAGING-282: Summary: NullPointerException in org.apache.commons.imaging.formats.gif.GifImageParser.getMetadata() when GraphicControlExtension is null Key: IMAGING-282 URL:

[jira] [Work logged] (IO-720) fix error about usage of DirectBuffer in jdk 16/17

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-720?focusedWorklogId=554643=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554643 ] ASF GitHub Bot logged work on IO-720: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] XenoAmess commented on pull request #205: [IO-720] fix error about usage of DirectBuffer in jdk 16/17

2021-02-19 Thread GitBox
XenoAmess commented on pull request #205: URL: https://github.com/apache/commons-io/pull/205#issuecomment-781915793 @garydgregory @sebbASF please review. thanks. This is an automated message from the Apache Git Service. To

[jira] [Work logged] (IO-720) fix error about usage of DirectBuffer in jdk 16/17

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-720?focusedWorklogId=554642=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554642 ] ASF GitHub Bot logged work on IO-720: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] XenoAmess commented on pull request #205: [IO-720] fix error about usage of DirectBuffer in jdk 16/17

2021-02-19 Thread GitBox
XenoAmess commented on pull request #205: URL: https://github.com/apache/commons-io/pull/205#issuecomment-781915550 NOTICE: jdk 17 will still fail CI, but that is another problem to fix, and shall no in this pr. At least 16 should be OK now.

[jira] [Updated] (IO-720) fix error about usage of DirectBuffer in jdk 16/17

2021-02-19 Thread Jin Xu (Jira)
[ https://issues.apache.org/jira/browse/IO-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jin Xu updated IO-720: -- Description: https://github.com/apache/commons-io/pull/205 usage of DirectBuffer will cause IllegalAccessError.

[jira] [Work logged] (IO-720) fix error about usage of DirectBuffer in jdk 16/17

2021-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-720?focusedWorklogId=554639=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554639 ] ASF GitHub Bot logged work on IO-720: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] XenoAmess opened a new pull request #205: [IO-720] fix error about usage of DirectBuffer in jdk 16/17

2021-02-19 Thread GitBox
XenoAmess opened a new pull request #205: URL: https://github.com/apache/commons-io/pull/205 usage of DirectBuffer will cause IllegalAccessError. This pr aims to fix it. https://issues.apache.org/jira/browse/IO-720

[jira] [Created] (IO-720) fix error about usage of DirectBuffer in jdk 16/17

2021-02-19 Thread Jin Xu (Jira)
Jin Xu created IO-720: - Summary: fix error about usage of DirectBuffer in jdk 16/17 Key: IO-720 URL: https://issues.apache.org/jira/browse/IO-720 Project: Commons IO Issue Type: Improvement