[jira] [Work logged] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?focusedWorklogId=246536=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-246536 ] ASF GitHub Bot logged work on CSV-239: -- Author: ASF GitHub Bot

[GitHub] [commons-csv] coveralls commented on issue #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers

2019-05-21 Thread GitBox
coveralls commented on issue #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers URL: https://github.com/apache/commons-csv/pull/41#issuecomment-494627156 [![Coverage Status](https://coveralls.io/builds/23530497/badge)](https://coveralls.io/builds/23530497)

[jira] [Commented] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-21 Thread Dave Moten (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16845428#comment-16845428 ] Dave Moten commented on CSV-239: PR submitted. Here are the PR notes: * add `getHeaderNames` returns all

[jira] [Work logged] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?focusedWorklogId=246534=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-246534 ] ASF GitHub Bot logged work on CSV-239: -- Author: ASF GitHub Bot

[GitHub] [commons-csv] davidmoten opened a new pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers

2019-05-21 Thread GitBox
davidmoten opened a new pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers URL: https://github.com/apache/commons-csv/pull/41 These are the changes: * add `getHeaderNames` returns all headers in column order including repeats which are allowed in

[jira] [Commented] (NUMBERS-100) Code in file FractionTest.java is unsatisfactory

2019-05-21 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16845366#comment-16845366 ] Gilles commented on NUMBERS-100: Thanks a lot for the detailed analysis. However, the PR goes beyond

[GitHub] [commons-statistics] virendrasinghrp opened a new pull request #11: Statistics 7 descriptive module

2019-05-21 Thread GitBox
virendrasinghrp opened a new pull request #11: Statistics 7 descriptive module URL: https://github.com/apache/commons-statistics/pull/11 In this commit, I created a new "commons-statistics-descriptive" module. All the files in the commit are newly created because a new module is created.

[jira] [Closed] (CONFIGURATION-745) Add the special key "includeoptional" for properties files.

2019-05-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed CONFIGURATION-745. -- Resolution: Fixed Fix Version/s: 2.5 In git master. > Add the special

[jira] [Commented] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-21 Thread Dave Moten (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16845279#comment-16845279 ] Dave Moten commented on CSV-239: will do. > Cannot get headers in column order from CSVRecord >

[jira] [Work logged] (CONFIGURATION-745) Add the special key "includeoptional" for properties files.

2019-05-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-745?focusedWorklogId=246403=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-246403 ] ASF GitHub Bot logged work on CONFIGURATION-745: Author:

[GitHub] [commons-configuration] garydgregory merged pull request #27: [CONFIGURATION-745] Add the special key "includeoptional" for properties files.

2019-05-21 Thread GitBox
garydgregory merged pull request #27: [CONFIGURATION-745] Add the special key "includeoptional" for properties files. URL: https://github.com/apache/commons-configuration/pull/27 This is an automated message from the Apache

[jira] [Commented] (CODEC-134) Base32 would decode some invalid Base32 encoded string into arbitrary value

2019-05-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16845272#comment-16845272 ] Gary Gregory commented on CODEC-134: You just did ;) I'm sure I or someone else should be able to get

[jira] [Commented] (CODEC-134) Base32 would decode some invalid Base32 encoded string into arbitrary value

2019-05-21 Thread Tim Mousaw (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16845264#comment-16845264 ] Tim Mousaw commented on CODEC-134: -- Is there some means to request a release? We have a software release

[GitHub] [commons-collections] Fival85 commented on issue #73: Collections 699 - PairingIterator

2019-05-21 Thread GitBox
Fival85 commented on issue #73: Collections 699 - PairingIterator URL: https://github.com/apache/commons-collections/pull/73#issuecomment-494530788 Sure, make a own "pair"-class will be a possibility, but it has the disadvantage that the number of iterator-types are limited (two if we you

[GitHub] [commons-collections] garydgregory commented on issue #73: Collections 699 - PairingIterator

2019-05-21 Thread GitBox
garydgregory commented on issue #73: Collections 699 - PairingIterator URL: https://github.com/apache/commons-collections/pull/73#issuecomment-494528854 Hm... the light-weight way about this might be an inner class called Entry (or Pair) with two public final instance variables and a

[GitHub] [commons-collections] garydgregory commented on issue #73: Collections 699 - PairingIterator

2019-05-21 Thread GitBox
garydgregory commented on issue #73: Collections 699 - PairingIterator URL: https://github.com/apache/commons-collections/pull/73#issuecomment-494524833 Maybe you just need a light weight holder class that is like a Pair...

[GitHub] [commons-collections] garydgregory commented on issue #73: Collections 699 - PairingIterator

2019-05-21 Thread GitBox
garydgregory commented on issue #73: Collections 699 - PairingIterator URL: https://github.com/apache/commons-collections/pull/73#issuecomment-494524435 An array of E is not right since that assumes both integrators are of the same parameter type.

[GitHub] [commons-collections] coveralls commented on issue #73: Collections 699 - PairingIterator

2019-05-21 Thread GitBox
coveralls commented on issue #73: Collections 699 - PairingIterator URL: https://github.com/apache/commons-collections/pull/73#issuecomment-494523595 [![Coverage Status](https://coveralls.io/builds/23523256/badge)](https://coveralls.io/builds/23523256) Coverage increased

[GitHub] [commons-collections] Fival85 edited a comment on issue #73: Collections 699 - PairingIterator

2019-05-21 Thread GitBox
Fival85 edited a comment on issue #73: Collections 699 - PairingIterator URL: https://github.com/apache/commons-collections/pull/73#issuecomment-494522030 Thank you for your reviews! I understand tha part with the dependency. What is your opinion to change it from Pair to the array

[GitHub] [commons-collections] Fival85 edited a comment on issue #73: Collections 699 - PairingIterator

2019-05-21 Thread GitBox
Fival85 edited a comment on issue #73: Collections 699 - PairingIterator URL: https://github.com/apache/commons-collections/pull/73#issuecomment-494522030 Thank you for your reviews! I understand tha part with the dependency. What is your opinion to change it from Pair to the array

[GitHub] [commons-collections] Fival85 commented on issue #73: Collections 699 - PairingIterator

2019-05-21 Thread GitBox
Fival85 commented on issue #73: Collections 699 - PairingIterator URL: https://github.com/apache/commons-collections/pull/73#issuecomment-494522030 Thank you for your reviews! I understand tha part with the dependy. What is your opinion to change it from Pair to the array

[GitHub] [commons-collections] michael-o commented on issue #73: Collections 699 - PairingIterator

2019-05-21 Thread GitBox
michael-o commented on issue #73: Collections 699 - PairingIterator URL: https://github.com/apache/commons-collections/pull/73#issuecomment-494517356 @garydgregory Why should tuples be part of Collections? The concept is so generic that it is not really tied to collections...

[GitHub] [commons-collections] michael-o commented on a change in pull request #73: Collections 699 - PairingIterator

2019-05-21 Thread GitBox
michael-o commented on a change in pull request #73: Collections 699 - PairingIterator URL: https://github.com/apache/commons-collections/pull/73#discussion_r286178472 ## File path: pom.xml ## @@ -457,7 +457,7 @@ org.apache.commons commons-lang3 3.9 -

[jira] [Commented] (COLLECTIONS-699) Add a PairingIterator

2019-05-21 Thread Dennis (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16845129#comment-16845129 ] Dennis commented on COLLECTIONS-699: Hello, i have implement the improvement. See here

[jira] [Created] (BEANUTILS-521) ConvertUtilsBean register no longer accepts a lambda

2019-05-21 Thread Joseph Petersen (JIRA)
Joseph Petersen created BEANUTILS-521: - Summary: ConvertUtilsBean register no longer accepts a lambda Key: BEANUTILS-521 URL: https://issues.apache.org/jira/browse/BEANUTILS-521 Project: Commons

[GitHub] [commons-collections] Fival85 opened a new pull request #73: Collections 699 - PairingIterator

2019-05-21 Thread GitBox
Fival85 opened a new pull request #73: Collections 699 - PairingIterator URL: https://github.com/apache/commons-collections/pull/73 Hello, i implemented the improvement [COLLECTIONS-699](https://issues.apache.org/jira/projects/COLLECTIONS/issues/COLLECTIONS-699). Please review it.

[jira] [Work logged] (NUMBERS-100) Code in file FractionTest.java is unsatisfactory

2019-05-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-100?focusedWorklogId=246170=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-246170 ] ASF GitHub Bot logged work on NUMBERS-100: -- Author: ASF GitHub Bot

[GitHub] [commons-numbers] Schamschi opened a new pull request #35: NUMBERS-100: Alter code style in FractionTest.java, and some minor edits

2019-05-21 Thread GitBox
Schamschi opened a new pull request #35: NUMBERS-100: Alter code style in FractionTest.java, and some minor edits URL: https://github.com/apache/commons-numbers/pull/35 This is an automated message from the Apache Git

[jira] [Commented] (CODEC-134) Base32 would decode some invalid Base32 encoded string into arbitrary value

2019-05-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16845011#comment-16845011 ] Gary Gregory commented on CODEC-134: I currently have no plans for a release. Someone else might pick

[jira] [Created] (NUMBERS-100) Code in file FractionTest.java is unsatisfactory

2019-05-21 Thread Heinrich Bohne (JIRA)
Heinrich Bohne created NUMBERS-100: -- Summary: Code in file FractionTest.java is unsatisfactory Key: NUMBERS-100 URL: https://issues.apache.org/jira/browse/NUMBERS-100 Project: Commons Numbers

[jira] [Commented] (CODEC-134) Base32 would decode some invalid Base32 encoded string into arbitrary value

2019-05-21 Thread Michel Schudel (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16844994#comment-16844994 ] Michel Schudel commented on CODEC-134: -- Very nice! I just checked the PR and found out everything

[jira] [Commented] (CODEC-134) Base32 would decode some invalid Base32 encoded string into arbitrary value

2019-05-21 Thread Melloware (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16844920#comment-16844920 ] Melloware commented on CODEC-134: - Any idea on release date of 1.13? > Base32 would decode some invalid

[GitHub] [commons-rng] coveralls edited a comment on issue #44: Update checkstyle to enforce coding style.

2019-05-21 Thread GitBox
coveralls edited a comment on issue #44: Update checkstyle to enforce coding style. URL: https://github.com/apache/commons-rng/pull/44#issuecomment-494397560 [![Coverage Status](https://coveralls.io/builds/23517311/badge)](https://coveralls.io/builds/23517311) Coverage remained

[jira] [Commented] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16844884#comment-16844884 ] Gary Gregory commented on CSV-239: -- Please feel free to provide a PR. Busy w day job... ;) > Cannot get

[GitHub] [commons-rng] coveralls edited a comment on issue #44: Update checkstyle to enforce coding style.

2019-05-21 Thread GitBox
coveralls edited a comment on issue #44: Update checkstyle to enforce coding style. URL: https://github.com/apache/commons-rng/pull/44#issuecomment-494397560 [![Coverage Status](https://coveralls.io/builds/23516270/badge)](https://coveralls.io/builds/23516270) Coverage remained

[GitHub] [commons-rng] coveralls commented on issue #44: Update checkstyle to enforce coding style.

2019-05-21 Thread GitBox
coveralls commented on issue #44: Update checkstyle to enforce coding style. URL: https://github.com/apache/commons-rng/pull/44#issuecomment-494397560 [![Coverage Status](https://coveralls.io/builds/23515645/badge)](https://coveralls.io/builds/23515645) Coverage remained the

[GitHub] [commons-rng] coveralls commented on issue #44: Update checkstyle to enforce coding style.

2019-05-21 Thread GitBox
coveralls commented on issue #44: Update checkstyle to enforce coding style. URL: https://github.com/apache/commons-rng/pull/44#issuecomment-494397561 [![Coverage Status](https://coveralls.io/builds/23515645/badge)](https://coveralls.io/builds/23515645) Coverage remained the

[jira] [Created] (BEANUTILS-520) BeanUtils2 mitigate CVE-2014-0114

2019-05-21 Thread Melloware (JIRA)
Melloware created BEANUTILS-520: --- Summary: BeanUtils2 mitigate CVE-2014-0114 Key: BEANUTILS-520 URL: https://issues.apache.org/jira/browse/BEANUTILS-520 Project: Commons BeanUtils Issue Type:

[jira] [Commented] (BEANUTILS-463) Class loader vulnerability in DefaultResolver

2019-05-21 Thread Melloware (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16844810#comment-16844810 ] Melloware commented on BEANUTILS-463: - Is there any way for BeanUtils2 the default could be to

[GitHub] [commons-io] coveralls edited a comment on issue #74: Add new function: byteCountToDisplayRoundedSize

2019-05-21 Thread GitBox
coveralls edited a comment on issue #74: Add new function: byteCountToDisplayRoundedSize URL: https://github.com/apache/commons-io/pull/74#issuecomment-468619861 [![Coverage Status](https://coveralls.io/builds/23514070/badge)](https://coveralls.io/builds/23514070) Coverage

[jira] [Comment Edited] (JEXL-303) Block syntax is broken

2019-05-21 Thread Dmitri Blinov (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16844763#comment-16844763 ] Dmitri Blinov edited comment on JEXL-303 at 5/21/19 12:11 PM: -- I can't figure

[jira] [Commented] (JEXL-303) Block syntax is broken

2019-05-21 Thread Dmitri Blinov (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16844763#comment-16844763 ] Dmitri Blinov commented on JEXL-303: I can't figure it out, but for some reason the following grammar

[GitHub] [commons-rng] aherbert opened a new pull request #44: Update checkstyle to enforce coding style.

2019-05-21 Thread GitBox
aherbert opened a new pull request #44: Update checkstyle to enforce coding style. URL: https://github.com/apache/commons-rng/pull/44 Demonstrate how an updated checkstyle will spots errors in the current project coding style.

[GitHub] [commons-statistics] aherbert opened a new pull request #10: Updated checkstyle to enforce coding style.

2019-05-21 Thread GitBox
aherbert opened a new pull request #10: Updated checkstyle to enforce coding style. URL: https://github.com/apache/commons-statistics/pull/10 Demonstrate how an updated checkstyle will spots errors in the current project coding style.

[jira] [Updated] (COLLECTIONS-718) Fix LRUMap exception message

2019-05-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated COLLECTIONS-718: - Description: Fix LRUMap exception message. The exception error message does not

[jira] [Closed] (COLLECTIONS-718) Fix LRUMap exception message

2019-05-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed COLLECTIONS-718. Resolution: Fixed Fix Version/s: 4.4 In git master. > Fix LRUMap exception

[GitHub] [commons-collections] garydgregory merged pull request #72: Fix LRUMap exception message

2019-05-21 Thread GitBox
garydgregory merged pull request #72: Fix LRUMap exception message URL: https://github.com/apache/commons-collections/pull/72 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Created] (COLLECTIONS-718) Fix LRUMap exception message

2019-05-21 Thread Gary Gregory (JIRA)
Gary Gregory created COLLECTIONS-718: Summary: Fix LRUMap exception message Key: COLLECTIONS-718 URL: https://issues.apache.org/jira/browse/COLLECTIONS-718 Project: Commons Collections

[GitHub] [commons-collections] coveralls commented on issue #72: collections: fix exception error message

2019-05-21 Thread GitBox
coveralls commented on issue #72: collections: fix exception error message URL: https://github.com/apache/commons-collections/pull/72#issuecomment-494323026 [![Coverage Status](https://coveralls.io/builds/23511196/badge)](https://coveralls.io/builds/23511196) Coverage remained

[GitHub] [commons-collections] grimreaper opened a new pull request #72: collections: fix exception error message

2019-05-21 Thread GitBox
grimreaper opened a new pull request #72: collections: fix exception error message URL: https://github.com/apache/commons-collections/pull/72 The exception error message does not include an '=' before every field. This is an

[jira] [Commented] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-21 Thread Dave Moten (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16844649#comment-16844649 ] Dave Moten commented on CSV-239: Thanks Gary, I also realized that CVSParser.getHeaderNames doesn't return

[jira] [Created] (JEXL-305) Script debugger produces incorrect syntax

2019-05-21 Thread Dmitri Blinov (JIRA)
Dmitri Blinov created JEXL-305: -- Summary: Script debugger produces incorrect syntax Key: JEXL-305 URL: https://issues.apache.org/jira/browse/JEXL-305 Project: Commons JEXL Issue Type: Bug

[jira] [Updated] (JEXL-304) Error parsing overview.limit.var

2019-05-21 Thread Marcus Warm (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Warm updated JEXL-304: - Description: I'm a user and committer of the JXLS framework. It uses JEXL to evaluate expressions. Since

[jira] [Created] (JEXL-304) Error parsing overview.limit.var

2019-05-21 Thread Marcus Warm (JIRA)
Marcus Warm created JEXL-304: Summary: Error parsing overview.limit.var Key: JEXL-304 URL: https://issues.apache.org/jira/browse/JEXL-304 Project: Commons JEXL Issue Type: Bug Affects

[jira] [Created] (JEXL-303) Block syntax is broken

2019-05-21 Thread Dmitri Blinov (JIRA)
Dmitri Blinov created JEXL-303: -- Summary: Block syntax is broken Key: JEXL-303 URL: https://issues.apache.org/jira/browse/JEXL-303 Project: Commons JEXL Issue Type: Bug Affects Versions: