[jira] [Work logged] (LANG-1544) MethodUtils.invokeMethod NullPointerException in case of null in args list

2020-10-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1544?focusedWorklogId=495712=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-495712 ] ASF GitHub Bot logged work on LANG-1544: Author: ASF GitHub Bot

[GitHub] [commons-lang] pixelr edited a comment on pull request #583: [LANG-1544] Fixes null pointer exception in distance method in MethodUtils

2020-10-05 Thread GitBox
pixelr edited a comment on pull request #583: URL: https://github.com/apache/commons-lang/pull/583#issuecomment-704019436 > Hi @pixelr > > After looking again, I'm not sure this PR makes sense. The test you patched calls a private method, and this private method is not going to be

[jira] [Work logged] (LANG-1544) MethodUtils.invokeMethod NullPointerException in case of null in args list

2020-10-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1544?focusedWorklogId=495711=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-495711 ] ASF GitHub Bot logged work on LANG-1544: Author: ASF GitHub Bot

[GitHub] [commons-lang] pixelr commented on pull request #583: [LANG-1544] Fixes null pointer exception in distance method in MethodUtils

2020-10-05 Thread GitBox
pixelr commented on pull request #583: URL: https://github.com/apache/commons-lang/pull/583#issuecomment-704019436 > Hi @pixelr > > After looking again, I'm not sure this PR makes sense. The test you patched calls a private method, and this private method is not going to be called

[jira] [Work logged] (LANG-1544) MethodUtils.invokeMethod NullPointerException in case of null in args list

2020-10-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1544?focusedWorklogId=495710=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-495710 ] ASF GitHub Bot logged work on LANG-1544: Author: ASF GitHub Bot

[GitHub] [commons-lang] pixelr commented on pull request #583: [LANG-1544] Fixes null pointer exception in distance method in MethodUtils

2020-10-05 Thread GitBox
pixelr commented on pull request #583: URL: https://github.com/apache/commons-lang/pull/583#issuecomment-704019077 > Is there example user-side codes which can lead to NPE before this pr? @XenoAmess I took this a first good issue to fix. But, when I tried reproducing it, I am not

[jira] [Commented] (LANG-1544) MethodUtils.invokeMethod NullPointerException in case of null in args list

2020-10-05 Thread Prabhakar Kumar Shah (Jira)
[ https://issues.apache.org/jira/browse/LANG-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17208481#comment-17208481 ] Prabhakar Kumar Shah commented on LANG-1544: [~nagy_peter] Hi, could you provide a real code

[jira] [Commented] (BCEL-343) Improve assertions

2020-10-05 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/BCEL-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17208436#comment-17208436 ] Gary D. Gregory commented on BCEL-343: -- Go for it! > Improve assertions > -- > >

[jira] [Commented] (BCEL-343) Improve assertions

2020-10-05 Thread Allon Mureinik (Jira)
[ https://issues.apache.org/jira/browse/BCEL-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17208341#comment-17208341 ] Allon Mureinik commented on BCEL-343: - I'm looking into this. Not quite sure what the rules about the

[jira] [Created] (BCEL-343) Improve assertions

2020-10-05 Thread Allon Mureinik (Jira)
Allon Mureinik created BCEL-343: --- Summary: Improve assertions Key: BCEL-343 URL: https://issues.apache.org/jira/browse/BCEL-343 Project: Commons BCEL Issue Type: Task Components:

[jira] [Closed] (BCEL-342) Upgrade testing framework to JUnit Jupiter

2020-10-05 Thread Allon Mureinik (Jira)
[ https://issues.apache.org/jira/browse/BCEL-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allon Mureinik closed BCEL-342. --- Verified the code was indeed merged to master, closing. > Upgrade testing framework to JUnit Jupiter >

[jira] [Resolved] (BCEL-342) Upgrade testing framework to JUnit Jupiter

2020-10-05 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/BCEL-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved BCEL-342. -- Fix Version/s: 6.5.1 Resolution: Fixed [~mureinik] In git master, please verify the repo

[GitHub] [commons-bcel] garydgregory commented on pull request #68: BCEL-342 Migrate test suite to JUnit Jupiter

2020-10-05 Thread GitBox
garydgregory commented on pull request #68: URL: https://github.com/apache/commons-bcel/pull/68#issuecomment-703809623 Another PR after this one is fine. I will merge... This is an automated message from the Apache Git

[GitHub] [commons-bcel] garydgregory merged pull request #68: BCEL-342 Migrate test suite to JUnit Jupiter

2020-10-05 Thread GitBox
garydgregory merged pull request #68: URL: https://github.com/apache/commons-bcel/pull/68 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 to

[GitHub] [commons-collections] coveralls commented on pull request #188: COLLECTIONS-767 MapBuilder class to decide among various types of Maps

2020-10-05 Thread GitBox
coveralls commented on pull request #188: URL: https://github.com/apache/commons-collections/pull/188#issuecomment-703805362 [![Coverage Status](https://coveralls.io/builds/33940951/badge)](https://coveralls.io/builds/33940951) Coverage increased (+0.001%) to 90.129% when

[jira] [Work logged] (COLLECTIONS-767) A MapBuilder to help decide which type to Map to use

2020-10-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-767?focusedWorklogId=495492=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-495492 ] ASF GitHub Bot logged work on COLLECTIONS-767: -- Author: ASF

[GitHub] [commons-bcel] mureinik edited a comment on pull request #68: BCEL-342 Migrate test suite to JUnit Jupiter

2020-10-05 Thread GitBox
mureinik edited a comment on pull request #68: URL: https://github.com/apache/commons-bcel/pull/68#issuecomment-703773998 @garydgregory I can definitely look into that, but I think it would be better to do that in a separate PR. This MR is quite large as is, and the more changes we add

[GitHub] [commons-bcel] mureinik commented on pull request #68: BCEL-342 Migrate test suite to JUnit Jupiter

2020-10-05 Thread GitBox
mureinik commented on pull request #68: URL: https://github.com/apache/commons-bcel/pull/68#issuecomment-703773998 @garydgregory I can definitely look into that, but I think it would be better to do that in a separate MR. This MR is quite large as is, and the more changes we add to it,

[jira] [Resolved] (JCS-206) Fix the homepage

2020-10-05 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl resolved JCS-206. Fix Version/s: jcs-3.0 Resolution: Fixed Published missing files > Fix the homepage >

[jira] [Commented] (CONFIGURATION-793) Error reading a list from JSON after 2.3

2020-10-05 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17208113#comment-17208113 ] Gary D. Gregory commented on CONFIGURATION-793: --- [~mipper] Thank you for your

[jira] [Updated] (JCS-206) Fix the homepage

2020-10-05 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl updated JCS-206: --- Assignee: Thomas Vandahl > Fix the homepage > > > Key: JCS-206 >

[jira] [Comment Edited] (CONFIGURATION-793) Error reading a list from JSON after 2.3

2020-10-05 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17208113#comment-17208113 ] Gary D. Gregory edited comment on CONFIGURATION-793 at 10/5/20, 2:37 PM:

[GitHub] [commons-dbcp] garydgregory commented on a change in pull request #68: Use abort rather than close to destroy abandoned connections. Fixes D…

2020-10-05 Thread GitBox
garydgregory commented on a change in pull request #68: URL: https://github.com/apache/commons-dbcp/pull/68#discussion_r499646275 ## File path: src/main/java/org/apache/commons/dbcp2/PoolableConnectionFactory.java ## @@ -94,6 +100,8 @@ private Integer

[GitHub] [commons-bcel] garydgregory commented on pull request #68: BCEL-342 Migrate test suite to JUnit Jupiter

2020-10-05 Thread GitBox
garydgregory commented on pull request #68: URL: https://github.com/apache/commons-bcel/pull/68#issuecomment-703671353 @mureinik That is the info I was looking for, for master ATM, I get 45%. For JUnit 5, I wonder if using the Assertions APIs with messages as Supplier would be

[GitHub] [commons-csv] coveralls edited a comment on pull request #114: CSV-264: Added DuplicateHeaderMode for flexibility with header strictness.

2020-10-05 Thread GitBox
coveralls edited a comment on pull request #114: URL: https://github.com/apache/commons-csv/pull/114#issuecomment-702969045 [![Coverage Status](https://coveralls.io/builds/33933379/badge)](https://coveralls.io/builds/33933379) Coverage increased (+0.01%) to 98.521% when pulling

[jira] [Work logged] (CSV-264) Duplicate empty header names are allowed even with `.withAllowDuplicateHeaderNames(false)`

2020-10-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CSV-264?focusedWorklogId=495334=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-495334 ] ASF GitHub Bot logged work on CSV-264: -- Author: ASF GitHub Bot

[jira] [Work logged] (CSV-264) Duplicate empty header names are allowed even with `.withAllowDuplicateHeaderNames(false)`

2020-10-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CSV-264?focusedWorklogId=495313=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-495313 ] ASF GitHub Bot logged work on CSV-264: -- Author: ASF GitHub Bot

[GitHub] [commons-csv] SethiPandi commented on pull request #114: CSV-264: Added DuplicateHeaderMode for flexibility with header strictness.

2020-10-05 Thread GitBox
SethiPandi commented on pull request #114: URL: https://github.com/apache/commons-csv/pull/114#issuecomment-703626038 Sorry about that, I rebased master and applied the changes requested. I believe this should be good now, though I'll take a peek at the unsuccessful checks now. I

[jira] [Work logged] (CSV-264) Duplicate empty header names are allowed even with `.withAllowDuplicateHeaderNames(false)`

2020-10-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CSV-264?focusedWorklogId=495311=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-495311 ] ASF GitHub Bot logged work on CSV-264: -- Author: ASF GitHub Bot

[GitHub] [commons-csv] coveralls edited a comment on pull request #114: CSV-264: Added DuplicateHeaderMode for flexibility with header strictness.

2020-10-05 Thread GitBox
coveralls edited a comment on pull request #114: URL: https://github.com/apache/commons-csv/pull/114#issuecomment-702969045 [![Coverage Status](https://coveralls.io/builds/33932397/badge)](https://coveralls.io/builds/33932397) Coverage decreased (-0.08%) to 98.422% when pulling

[jira] [Work logged] (TEXT-188) Speed up LevenshteinDistance with threshold

2020-10-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/TEXT-188?focusedWorklogId=495232=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-495232 ] ASF GitHub Bot logged work on TEXT-188: --- Author: ASF GitHub Bot

[GitHub] [commons-text] vesterstroem commented on pull request #174: TEXT-188 Speed up LevenshteinDistance with threshold by exiting early

2020-10-05 Thread GitBox
vesterstroem commented on pull request #174: URL: https://github.com/apache/commons-text/pull/174#issuecomment-703518174 > Merged, with changelog added for 1.9.1. Thanks @vesterstroem You're welcome :-) This is an

[GitHub] [commons-bcel] mureinik commented on pull request #68: BCEL-342 Migrate test suite to JUnit Jupiter

2020-10-05 Thread GitBox
mureinik commented on pull request #68: URL: https://github.com/apache/commons-bcel/pull/68#issuecomment-703490743 @garydgregory I observed 46% coverage both on the master branch and on this branch, although I admit I didn't dig deeper into specific package/class coverage - which kind of

[GitHub] [commons-vfs] dependabot[bot] opened a new pull request #135: Bump jcl-over-slf4j from 1.7.26 to 1.7.30

2020-10-05 Thread GitBox
dependabot[bot] opened a new pull request #135: URL: https://github.com/apache/commons-vfs/pull/135 Bumps [jcl-over-slf4j](https://github.com/qos-ch/slf4j) from 1.7.26 to 1.7.30. Commits https://github.com/qos-ch/slf4j/commit/0b97c416e42a184ff9728877b461c616187c58f7;>0b97c41

[GitHub] [commons-vfs] dependabot[bot] opened a new pull request #134: Bump slf4j-simple from 1.7.26 to 1.7.30

2020-10-05 Thread GitBox
dependabot[bot] opened a new pull request #134: URL: https://github.com/apache/commons-vfs/pull/134 Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.26 to 1.7.30. Commits https://github.com/qos-ch/slf4j/commit/0b97c416e42a184ff9728877b461c616187c58f7;>0b97c41