[GitHub] [commons-collections] dota17 opened a new pull request #94: Test subMap and tailMap

2019-10-28 Thread GitBox
dota17 opened a new pull request #94: Test subMap and tailMap URL: https://github.com/apache/commons-collections/pull/94 add junit for the subMap and tailMap in the UnmodifiableSortedMapTest This is an automated message from

[jira] [Commented] (STATISTICS-8) Implementation of regression libraries within common-statistics framework

2019-10-28 Thread Eric Barnhill (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961563#comment-16961563 ] Eric Barnhill commented on STATISTICS-8: !commons-stats-regression.png!   Upd

[jira] [Updated] (STATISTICS-8) Implementation of regression libraries within common-statistics framework

2019-10-28 Thread Eric Barnhill (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Barnhill updated STATISTICS-8: --- Attachment: commons-stats-regression.png > Implementation of regression libraries within co

[GitHub] [commons-compress] euske commented on issue #82: Made some variable names more consistent with the other parts.

2019-10-28 Thread GitBox
euske commented on issue #82: Made some variable names more consistent with the other parts. URL: https://github.com/apache/commons-compress/pull/82#issuecomment-547171918 > Personally I don't see any benefit in consistent naming of local variables as long as the local variables have names

[GitHub] [commons-compress] euske commented on a change in pull request #82: Made some variable names more consistent with the other parts.

2019-10-28 Thread GitBox
euske commented on a change in pull request #82: Made some variable names more consistent with the other parts. URL: https://github.com/apache/commons-compress/pull/82#discussion_r339817817 ## File path: src/main/java/org/apache/commons/compress/compressors/z/ZCompressorInputStream

[jira] [Work logged] (LANG-1177) Improve indexOf performance when called multiple times

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1177?focusedWorklogId=335219&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-335219 ] ASF GitHub Bot logged work on LANG-1177: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on issue #471: [LANG-1177] Added indexesOf methods and simplified removeAllOccurences

2019-10-28 Thread GitBox
coveralls edited a comment on issue #471: [LANG-1177] Added indexesOf methods and simplified removeAllOccurences URL: https://github.com/apache/commons-lang/pull/471#issuecomment-543509688 [![Coverage Status](https://coveralls.io/builds/26603068/badge)](https://coveralls.io/builds/2660

[jira] [Work logged] (CSV-253) Handle absent values in input (null)

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CSV-253?focusedWorklogId=335206&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-335206 ] ASF GitHub Bot logged work on CSV-253: -- Author: ASF GitHub Bot

[GitHub] [commons-csv] coveralls commented on issue #51: [CSV-253] Handle absent values in input

2019-10-28 Thread GitBox
coveralls commented on issue #51: [CSV-253] Handle absent values in input URL: https://github.com/apache/commons-csv/pull/51#issuecomment-547155326 [![Coverage Status](https://coveralls.io/builds/26602689/badge)](https://coveralls.io/builds/26602689) Coverage increased (+0.1%) to

[jira] [Work logged] (CSV-253) Handle absent values in input (null)

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CSV-253?focusedWorklogId=335197&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-335197 ] ASF GitHub Bot logged work on CSV-253: -- Author: ASF GitHub Bot

[GitHub] [commons-csv] lbruun opened a new pull request #51: [CSV-253] Handle absent values in input

2019-10-28 Thread GitBox
lbruun opened a new pull request #51: [CSV-253] Handle absent values in input URL: https://github.com/apache/commons-csv/pull/51 Being able to appropriately translate an absent value in CSV input with a Java `null` value. Previously, there was no way to do this, such a value would at best

[jira] [Work logged] (COMPRESS-497) Handle missing offset to end header in 7z

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-497?focusedWorklogId=335190&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-335190 ] ASF GitHub Bot logged work on COMPRESS-497: --- Author: ASF GitHub B

[GitHub] [commons-compress] coveralls commented on issue #85: COMPRESS-497 Handle missing endheader offset

2019-10-28 Thread GitBox
coveralls commented on issue #85: COMPRESS-497 Handle missing endheader offset URL: https://github.com/apache/commons-compress/pull/85#issuecomment-547144860 [![Coverage Status](https://coveralls.io/builds/26602137/badge)](https://coveralls.io/builds/26602137) Coverage increased

[jira] [Created] (CSV-253) Handle absent values in input (null)

2019-10-28 Thread Lars Bruun-Hansen (Jira)
Lars Bruun-Hansen created CSV-253: - Summary: Handle absent values in input (null) Key: CSV-253 URL: https://issues.apache.org/jira/browse/CSV-253 Project: Commons CSV Issue Type: Improvement

[jira] [Work logged] (COMPRESS-497) Handle missing offset to end header in 7z

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-497?focusedWorklogId=335158&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-335158 ] ASF GitHub Bot logged work on COMPRESS-497: --- Author: ASF GitHub B

[GitHub] [commons-compress] Skyr opened a new pull request #85: COMPRESS-497 Handle missing endheader offset

2019-10-28 Thread GitBox
Skyr opened a new pull request #85: COMPRESS-497 Handle missing endheader offset URL: https://github.com/apache/commons-compress/pull/85 Detect incomplete header (all zero bytes) Try to guess end header by trying to parse the file at the end --

[jira] [Created] (COMPRESS-497) Handle missing offset to end header in 7z

2019-10-28 Thread Stefan Schlott (Jira)
Stefan Schlott created COMPRESS-497: --- Summary: Handle missing offset to end header in 7z Key: COMPRESS-497 URL: https://issues.apache.org/jira/browse/COMPRESS-497 Project: Commons Compress

[jira] [Commented] (COLLECTIONS-698) Expand LoopingListIterator

2019-10-28 Thread David Mollitor (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961434#comment-16961434 ] David Mollitor commented on COLLECTIONS-698: I was only interested in th

[jira] [Commented] (COLLECTIONS-728) BloomFilter contribution

2019-10-28 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961433#comment-16961433 ] Alex Herbert commented on COLLECTIONS-728: -- {quote}your second match is inc

[jira] [Work logged] (LANG-1177) Improve indexOf performance when called multiple times

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1177?focusedWorklogId=335126&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-335126 ] ASF GitHub Bot logged work on LANG-1177: Author: ASF GitHub Bot

[GitHub] [commons-lang] lielfr commented on a change in pull request #471: [LANG-1177] Added indexesOf methods and simplified removeAllOccurences

2019-10-28 Thread GitBox
lielfr commented on a change in pull request #471: [LANG-1177] Added indexesOf methods and simplified removeAllOccurences URL: https://github.com/apache/commons-lang/pull/471#discussion_r339746201 ## File path: src/main/java/org/apache/commons/lang3/ArrayUtils.java ## @@ -

[jira] [Work logged] (LANG-1177) Improve indexOf performance when called multiple times

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1177?focusedWorklogId=335104&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-335104 ] ASF GitHub Bot logged work on LANG-1177: Author: ASF GitHub Bot

[jira] [Work logged] (LANG-1177) Improve indexOf performance when called multiple times

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1177?focusedWorklogId=335102&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-335102 ] ASF GitHub Bot logged work on LANG-1177: Author: ASF GitHub Bot

[GitHub] [commons-lang] garydgregory commented on a change in pull request #471: [LANG-1177] Added indexesOf methods and simplified removeAllOccurences

2019-10-28 Thread GitBox
garydgregory commented on a change in pull request #471: [LANG-1177] Added indexesOf methods and simplified removeAllOccurences URL: https://github.com/apache/commons-lang/pull/471#discussion_r339729354 ## File path: src/main/java/org/apache/commons/lang3/ArrayUtils.java ##

[GitHub] [commons-lang] garydgregory commented on a change in pull request #471: [LANG-1177] Added indexesOf methods and simplified removeAllOccurences

2019-10-28 Thread GitBox
garydgregory commented on a change in pull request #471: [LANG-1177] Added indexesOf methods and simplified removeAllOccurences URL: https://github.com/apache/commons-lang/pull/471#discussion_r339729354 ## File path: src/main/java/org/apache/commons/lang3/ArrayUtils.java ##

[GitHub] [commons-collections] garydgregory commented on a change in pull request #91: Add drain method to CollectionUtils

2019-10-28 Thread GitBox
garydgregory commented on a change in pull request #91: Add drain method to CollectionUtils URL: https://github.com/apache/commons-collections/pull/91#discussion_r339728272 ## File path: src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java ## @@ -1472,6

[GitHub] [commons-collections] garydgregory commented on a change in pull request #91: Add drain method to CollectionUtils

2019-10-28 Thread GitBox
garydgregory commented on a change in pull request #91: Add drain method to CollectionUtils URL: https://github.com/apache/commons-collections/pull/91#discussion_r339727501 ## File path: src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java ## @@ -1472,6

[jira] [Updated] (LANG-1495) Add EnumUtils getEnum() methods with default values

2019-10-28 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated LANG-1495: -- Summary: Add EnumUtils getEnum() methods with default values (was: Add Overloading Methods To E

[jira] [Resolved] (LANG-1495) Add EnumUtils getEnum() methods with default values

2019-10-28 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved LANG-1495. --- Fix Version/s: 3.10 Resolution: Fixed In git master, please review and close. > Add En

[GitHub] [commons-lang] garydgregory merged pull request #475: LANG-1495 Update EnumUtils.java

2019-10-28 Thread GitBox
garydgregory merged pull request #475: LANG-1495 Update EnumUtils.java URL: https://github.com/apache/commons-lang/pull/475 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Work logged] (LANG-1495) Add Overloading Methods To EnumUtils

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1495?focusedWorklogId=335095&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-335095 ] ASF GitHub Bot logged work on LANG-1495: Author: ASF GitHub Bot

[GitHub] [commons-lang] garydgregory removed a comment on issue #466: Functions.java JavaDoc was added

2019-10-28 Thread GitBox
garydgregory removed a comment on issue #466: Functions.java JavaDoc was added URL: https://github.com/apache/commons-lang/pull/466#issuecomment-547075539 Please do not change "Rethrows" to "Rethrow". Javadoc comments should starts with "Gets", "Returns", "Sets" and so on.

[GitHub] [commons-lang] garydgregory commented on issue #466: Functions.java JavaDoc was added

2019-10-28 Thread GitBox
garydgregory commented on issue #466: Functions.java JavaDoc was added URL: https://github.com/apache/commons-lang/pull/466#issuecomment-547075539 Please do not change "Rethrows" to "Rethrow". Javadoc comments should starts with "Gets", "Returns", "Sets" and so on.

[GitHub] [commons-collections] garydgregory merged pull request #93: add a junit for the HeadMap in the UnmodifiableSortedMapTest

2019-10-28 Thread GitBox
garydgregory merged pull request #93: add a junit for the HeadMap in the UnmodifiableSortedMapTest URL: https://github.com/apache/commons-collections/pull/93 This is an automated message from the Apache Git Service. To respo

[jira] [Resolved] (IO-629) FileUtils#forceDelete should use Files#delete rather than File#delete so exception messages includes reason for failure

2019-10-28 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved IO-629. Fix Version/s: 2.7 Resolution: Fixed In git master; please verify and close. > FileUtils#forceD

[jira] [Work logged] (IO-629) FileUtils#forceDelete should use Files#delete rather than File#delete so exception messages includes reason for failure

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-629?focusedWorklogId=335063&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-335063 ] ASF GitHub Bot logged work on IO-629: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] garydgregory merged pull request #98: IO-629: Providing more meaningful exceptions on file delete

2019-10-28 Thread GitBox
garydgregory merged pull request #98: IO-629: Providing more meaningful exceptions on file delete URL: https://github.com/apache/commons-io/pull/98 This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (COLLECTIONS-728) BloomFilter contribution

2019-10-28 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961283#comment-16961283 ] Claude Warren commented on COLLECTIONS-728: --- Based on the feedback and que

[jira] [Updated] (DAEMON-411) Services can't be installed as Type=Interactive anymore

2019-10-28 Thread Markus Adelsberger (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Adelsberger updated DAEMON-411: -- Environment: openjdk version "1.8.0_222" OpenJDK Runtime Environment (Zulu 8.40.0.25-C

[jira] [Resolved] (VFS-687) HttpClient 5 based FileSystemProvider

2019-10-28 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/VFS-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved VFS-687. - Fix Version/s: 2.5.0 Resolution: Fixed In git master.  > HttpClient 5 based FileSystemProvid

[jira] [Commented] (DAEMON-411) Services can't be installed as Type=Interactive anymore

2019-10-28 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961153#comment-16961153 ] Gary D. Gregory commented on DAEMON-411: Note that Windows Server (2012) no longe

[jira] [Work logged] (IO-629) FileUtils#forceDelete should use Files#delete rather than File#delete so exception messages includes reason for failure

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-629?focusedWorklogId=334970&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334970 ] ASF GitHub Bot logged work on IO-629: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] coveralls edited a comment on issue #98: IO-629: Providing more meaningful exceptions on file delete

2019-10-28 Thread GitBox
coveralls edited a comment on issue #98: IO-629: Providing more meaningful exceptions on file delete URL: https://github.com/apache/commons-io/pull/98#issuecomment-540835448 [![Coverage Status](https://coveralls.io/builds/26593147/badge)](https://coveralls.io/builds/26593147) Co

[jira] [Updated] (DAEMON-411) Services can't be installed as Type=Interactive anymore

2019-10-28 Thread Markus Adelsberger (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Adelsberger updated DAEMON-411: -- Description: Installing a service with the parameter --Type=interactive no longer works

[GitHub] [commons-jexl] henrib merged pull request #19: Bump checkstyle from 6.13 to 8.18

2019-10-28 Thread GitBox
henrib merged pull request #19: Bump checkstyle from 6.13 to 8.18 URL: https://github.com/apache/commons-jexl/pull/19 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[jira] [Created] (DAEMON-411) Services can't be installed as Type=Interactive anymore

2019-10-28 Thread Markus Adelsberger (Jira)
Markus Adelsberger created DAEMON-411: - Summary: Services can't be installed as Type=Interactive anymore Key: DAEMON-411 URL: https://issues.apache.org/jira/browse/DAEMON-411 Project: Commons Daemo

[jira] [Comment Edited] (RNG-86) PractRand

2019-10-28 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961037#comment-16961037 ] Alex Herbert edited comment on RNG-86 at 10/28/19 2:12 PM: --- h1. Pra

[jira] [Work logged] (VFS-687) HttpClient 5 based FileSystemProvider

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/VFS-687?focusedWorklogId=334960&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334960 ] ASF GitHub Bot logged work on VFS-687: -- Author: ASF GitHub Bot

[GitHub] [commons-vfs] garydgregory merged pull request #74: VFS-687: adding http5 and http5s providers

2019-10-28 Thread GitBox
garydgregory merged pull request #74: VFS-687: adding http5 and http5s providers URL: https://github.com/apache/commons-vfs/pull/74 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [commons-vfs] garydgregory commented on issue #74: VFS-687: adding http5 and http5s providers

2019-10-28 Thread GitBox
garydgregory commented on issue #74: VFS-687: adding http5 and http5s providers URL: https://github.com/apache/commons-vfs/pull/74#issuecomment-546961517 > I have assumed that Commons VFS would implement http/s providers using HC libraries. Unless we want to use other libraries than HC, htt

[jira] [Work logged] (IO-629) FileUtils#forceDelete should use Files#delete rather than File#delete so exception messages includes reason for failure

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-629?focusedWorklogId=334955&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334955 ] ASF GitHub Bot logged work on IO-629: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] coveralls edited a comment on issue #98: IO-629: Providing more meaningful exceptions on file delete

2019-10-28 Thread GitBox
coveralls edited a comment on issue #98: IO-629: Providing more meaningful exceptions on file delete URL: https://github.com/apache/commons-io/pull/98#issuecomment-540835448 [![Coverage Status](https://coveralls.io/builds/26592290/badge)](https://coveralls.io/builds/26592290) Co

[jira] [Work logged] (IO-629) FileUtils#forceDelete should use Files#delete rather than File#delete so exception messages includes reason for failure

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-629?focusedWorklogId=334952&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334952 ] ASF GitHub Bot logged work on IO-629: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] malfist commented on issue #98: IO-629: Providing more meaningful exceptions on file delete

2019-10-28 Thread GitBox
malfist commented on issue #98: IO-629: Providing more meaningful exceptions on file delete URL: https://github.com/apache/commons-io/pull/98#issuecomment-546958126 > > > Something went wrong with your git work, master changes since your PR appear as new code here and it is now a p

[jira] [Commented] (RNG-86) PractRand

2019-10-28 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961037#comment-16961037 ] Alex Herbert commented on RNG-86: - h1. PractRand PractRand is a test suite that can test the

[jira] [Commented] (COLLECTIONS-714) PatriciaTrie ignores trailing null characters in keys

2019-10-28 Thread Chen (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961031#comment-16961031 ] Chen commented on COLLECTIONS-714: -- throw IllegalArgumentException in StringKeyAnal

[GitHub] [commons-collections] dota17 opened a new pull request #93: add a junit for the HeadMap in the UnmodifiableSortedMapTest

2019-10-28 Thread GitBox
dota17 opened a new pull request #93: add a junit for the HeadMap in the UnmodifiableSortedMapTest URL: https://github.com/apache/commons-collections/pull/93 add a junit for the HeadMap in the UnmodifiableSortedMapTest This i

[jira] [Work logged] (IMAGING-163) DcxImageParser.getXmpXml() always returns null

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-163?focusedWorklogId=334880&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334880 ] ASF GitHub Bot logged work on IMAGING-163: -- Author: ASF GitHub Bot

[GitHub] [commons-imaging] coveralls commented on issue #54: [IMAGING-163] Add XmpEmbedabble interface to parsers that support it

2019-10-28 Thread GitBox
coveralls commented on issue #54: [IMAGING-163] Add XmpEmbedabble interface to parsers that support it URL: https://github.com/apache/commons-imaging/pull/54#issuecomment-546885117 [![Coverage Status](https://coveralls.io/builds/26587609/badge)](https://coveralls.io/builds/26587609)

[jira] [Commented] (IMAGING-163) DcxImageParser.getXmpXml() always returns null

2019-10-28 Thread Bruno P. Kinoshita (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960901#comment-16960901 ] Bruno P. Kinoshita commented on IMAGING-163: Proposed another patch for this

[jira] [Updated] (IMAGING-163) DcxImageParser.getXmpXml() always returns null

2019-10-28 Thread Bruno P. Kinoshita (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita updated IMAGING-163: --- Assignee: Bruno P. Kinoshita > DcxImageParser.getXmpXml() always returns null >

[jira] [Work logged] (IMAGING-163) DcxImageParser.getXmpXml() always returns null

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-163?focusedWorklogId=334875&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334875 ] ASF GitHub Bot logged work on IMAGING-163: -- Author: ASF GitHub Bot

[GitHub] [commons-imaging] kinow commented on issue #54: [IMAGING-163] Add XmpEmbedabble interface to parsers that support it

2019-10-28 Thread GitBox
kinow commented on issue #54: [IMAGING-163] Add XmpEmbedabble interface to parsers that support it URL: https://github.com/apache/commons-imaging/pull/54#issuecomment-546877955 Won't really merge it myself without another reviewer, first so that someone else helps deciding on which approac

[jira] [Work logged] (IMAGING-163) DcxImageParser.getXmpXml() always returns null

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-163?focusedWorklogId=334872&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334872 ] ASF GitHub Bot logged work on IMAGING-163: -- Author: ASF GitHub Bot

[GitHub] [commons-imaging] kinow opened a new pull request #54: [IMAGING-163] Add XmpEmbedabble interface to parsers that support it

2019-10-28 Thread GitBox
kinow opened a new pull request #54: [IMAGING-163] Add XmpEmbedabble interface to parsers that support it URL: https://github.com/apache/commons-imaging/pull/54 An alternative propose to IMAGING-163. See #9 for another approach. In this PR, a new interface `XmpEmbeddable` is added. T

[GitHub] [commons-imaging] kinow commented on a change in pull request #9: Imaging-163

2019-10-28 Thread GitBox
kinow commented on a change in pull request #9: Imaging-163 URL: https://github.com/apache/commons-imaging/pull/9#discussion_r339462304 ## File path: src/main/java/org/apache/commons/imaging/ImageParser.java ## @@ -682,8 +688,10 @@ public abstract Dimension getImageSize(Byt

[GitHub] [commons-imaging] kinow commented on a change in pull request #9: Imaging-163

2019-10-28 Thread GitBox
kinow commented on a change in pull request #9: Imaging-163 URL: https://github.com/apache/commons-imaging/pull/9#discussion_r339462304 ## File path: src/main/java/org/apache/commons/imaging/ImageParser.java ## @@ -682,8 +688,10 @@ public abstract Dimension getImageSize(Byt

[jira] [Work logged] (COMPRESS-477) Support for splitted zip files

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-477?focusedWorklogId=334818&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334818 ] ASF GitHub Bot logged work on COMPRESS-477: --- Author: ASF GitHub B

[GitHub] [commons-compress] PeterAlfreadLee commented on issue #84: COMPRESS-477 Add support for extracting splitted zip files

2019-10-28 Thread GitBox
PeterAlfreadLee commented on issue #84: COMPRESS-477 Add support for extracting splitted zip files URL: https://github.com/apache/commons-compress/pull/84#issuecomment-546842154 BTW: For the part of adding support for creating a splitted/spanned zip file. I'd like to push another PR rat

[jira] [Work logged] (COMPRESS-477) Support for splitted zip files

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-477?focusedWorklogId=334811&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334811 ] ASF GitHub Bot logged work on COMPRESS-477: --- Author: ASF GitHub B

[GitHub] [commons-compress] PeterAlfreadLee edited a comment on issue #84: COMPRESS-477 Add support for extracting splitted zip files

2019-10-28 Thread GitBox
PeterAlfreadLee edited a comment on issue #84: COMPRESS-477 Add support for extracting splitted zip files URL: https://github.com/apache/commons-compress/pull/84#issuecomment-546836930 I just pushed the code of adding support for splitted zip in `ZipArchiveInputStream`. I didn't change

[jira] [Work logged] (COMPRESS-477) Support for splitted zip files

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-477?focusedWorklogId=334810&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334810 ] ASF GitHub Bot logged work on COMPRESS-477: --- Author: ASF GitHub B

[GitHub] [commons-compress] PeterAlfreadLee edited a comment on issue #84: COMPRESS-477 Add support for extracting splitted zip files

2019-10-28 Thread GitBox
PeterAlfreadLee edited a comment on issue #84: COMPRESS-477 Add support for extracting splitted zip files URL: https://github.com/apache/commons-compress/pull/84#issuecomment-546836930 I just pushed the code of adding support for splitted zip in `ZipArchiveInputStream`. I didn't change

[jira] [Work logged] (COMPRESS-477) Support for splitted zip files

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-477?focusedWorklogId=334803&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334803 ] ASF GitHub Bot logged work on COMPRESS-477: --- Author: ASF GitHub B

[GitHub] [commons-compress] PeterAlfreadLee commented on issue #84: COMPRESS-477 Add support for extracting splitted zip files

2019-10-28 Thread GitBox
PeterAlfreadLee commented on issue #84: COMPRESS-477 Add support for extracting splitted zip files URL: https://github.com/apache/commons-compress/pull/84#issuecomment-546836930 I just pushed the code of adding support for splitted zip in `ZipArchiveInputStream`. I didn't change much. J

[GitHub] [commons-compress] PeterAlfreadLee edited a comment on issue #84: COMPRESS-477 Add support for extracting splitted zip files

2019-10-28 Thread GitBox
PeterAlfreadLee edited a comment on issue #84: COMPRESS-477 Add support for extracting splitted zip files URL: https://github.com/apache/commons-compress/pull/84#issuecomment-546836930 I just pushed the code of adding support for splitted zip in `ZipArchiveInputStream`. I didn't change

[jira] [Work logged] (COMPRESS-477) Support for splitted zip files

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-477?focusedWorklogId=334802&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334802 ] ASF GitHub Bot logged work on COMPRESS-477: --- Author: ASF GitHub B

[jira] [Work logged] (COMPRESS-477) Support for splitted zip files

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-477?focusedWorklogId=334799&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334799 ] ASF GitHub Bot logged work on COMPRESS-477: --- Author: ASF GitHub B

[GitHub] [commons-compress] coveralls edited a comment on issue #84: COMPRESS-477 Add support for extracting splitted zip files

2019-10-28 Thread GitBox
coveralls edited a comment on issue #84: COMPRESS-477 Add support for extracting splitted zip files URL: https://github.com/apache/commons-compress/pull/84#issuecomment-545874938 [![Coverage Status](https://coveralls.io/builds/26584641/badge)](https://coveralls.io/builds/26584641)

[GitHub] [commons-lang] coveralls edited a comment on issue #475: LANG-1495 Update EnumUtils.java

2019-10-28 Thread GitBox
coveralls edited a comment on issue #475: LANG-1495 Update EnumUtils.java URL: https://github.com/apache/commons-lang/pull/475#issuecomment-546774618 [![Coverage Status](https://coveralls.io/builds/26584541/badge)](https://coveralls.io/builds/26584541) Coverage decreased (-0.006%

[jira] [Work logged] (LANG-1495) Add Overloading Methods To EnumUtils

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1495?focusedWorklogId=334798&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334798 ] ASF GitHub Bot logged work on LANG-1495: Author: ASF GitHub Bot

[jira] [Work logged] (LANG-1495) Add Overloading Methods To EnumUtils

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1495?focusedWorklogId=334797&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334797 ] ASF GitHub Bot logged work on LANG-1495: Author: ASF GitHub Bot

[GitHub] [commons-lang] vlcheong commented on a change in pull request #475: LANG-1495 Update EnumUtils.java

2019-10-28 Thread GitBox
vlcheong commented on a change in pull request #475: LANG-1495 Update EnumUtils.java URL: https://github.com/apache/commons-lang/pull/475#discussion_r339435243 ## File path: src/main/java/org/apache/commons/lang3/EnumUtils.java ## @@ -119,13 +119,29 @@ public EnumUtils() {

[jira] [Created] (LANG-1496) Lazily Initializing Singleton Object

2019-10-28 Thread Cheong Voon Leong (Jira)
Cheong Voon Leong created LANG-1496: --- Summary: Lazily Initializing Singleton Object Key: LANG-1496 URL: https://issues.apache.org/jira/browse/LANG-1496 Project: Commons Lang Issue Type: Imp

[GitHub] [commons-lang] Stzx commented on a change in pull request #475: LANG-1495 Update EnumUtils.java

2019-10-28 Thread GitBox
Stzx commented on a change in pull request #475: LANG-1495 Update EnumUtils.java URL: https://github.com/apache/commons-lang/pull/475#discussion_r339421728 ## File path: src/main/java/org/apache/commons/lang3/EnumUtils.java ## @@ -119,13 +119,29 @@ public EnumUtils() {

[jira] [Work logged] (LANG-1495) Add Overloading Methods To EnumUtils

2019-10-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1495?focusedWorklogId=334789&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334789 ] ASF GitHub Bot logged work on LANG-1495: Author: ASF GitHub Bot