[GitHub] [commons-imaging] kinow opened a new pull request #70: Add tests for ImageInfo

2020-03-04 Thread GitBox
kinow opened a new pull request #70: Add tests for ImageInfo URL: https://github.com/apache/commons-imaging/pull/70 Reviewing this class I think there's a lot that needs changing. The `dump` method can probably be removed. The `toString()` could be simplified and also defensive against

[jira] [Commented] (COMPRESS-505) Multiple Reads of One SevenZArchiveEntry Fails

2020-03-04 Thread Peter Alfred Lee (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051863#comment-17051863 ] Peter Alfred Lee commented on COMPRESS-505: --- I investigated into the code and realized I made

[jira] [Work logged] (COMPRESS-505) Multiple Reads of One SevenZArchiveEntry Fails

2020-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-505?focusedWorklogId=398179=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-398179 ] ASF GitHub Bot logged work on COMPRESS-505: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] PeterAlfreadLee opened a new pull request #95: COMPRESS-505 : bug fix for random access of 7z

2020-03-04 Thread GitBox
PeterAlfreadLee opened a new pull request #95: COMPRESS-505 : bug fix for random access of 7z URL: https://github.com/apache/commons-compress/pull/95 There are some problems in my PR about random access of 7z [#83](COMPRESS-342 random access of 7z files) : 1. I was thinking that

[GitHub] [commons-lang] Isira-Seneviratne opened a new pull request #501: Expand Streams functionality.

2020-03-04 Thread GitBox
Isira-Seneviratne opened a new pull request #501: Expand Streams functionality. URL: https://github.com/apache/commons-lang/pull/501 Add failable streams, map and flatMap operations for primitive types and move streams and functional interfaces to org.apache.commons.lang3.stream and

[jira] [Work logged] (DBCP-562) Password should not be exposed via JMXBean

2020-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DBCP-562?focusedWorklogId=398074=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-398074 ] ASF GitHub Bot logged work on DBCP-562: --- Author: ASF GitHub Bot

[GitHub] [commons-dbcp] garydgregory commented on issue #38: [DBCP-562] avoids exposing password via JMX

2020-03-04 Thread GitBox
garydgregory commented on issue #38: [DBCP-562] avoids exposing password via JMX URL: https://github.com/apache/commons-dbcp/pull/38#issuecomment-594991633 Well, since we cannot get rid of the method within a major release, we need to workaround that by perhaps making it return always null

[jira] [Work logged] (DBCP-562) Password should not be exposed via JMXBean

2020-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DBCP-562?focusedWorklogId=397937=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-397937 ] ASF GitHub Bot logged work on DBCP-562: --- Author: ASF GitHub Bot

[GitHub] [commons-dbcp] fgdrf commented on a change in pull request #38: [DBCP-562] avoids exposing password via JMX

2020-03-04 Thread GitBox
fgdrf commented on a change in pull request #38: [DBCP-562] avoids exposing password via JMX URL: https://github.com/apache/commons-dbcp/pull/38#discussion_r387979387 ## File path: src/main/java/org/apache/commons/dbcp2/BasicDataSourceMXBean.java ## @@ -201,13 +201,6 @@

[jira] [Work logged] (DBCP-562) Password should not be exposed via JMXBean

2020-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DBCP-562?focusedWorklogId=397917=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-397917 ] ASF GitHub Bot logged work on DBCP-562: --- Author: ASF GitHub Bot

[GitHub] [commons-dbcp] garydgregory commented on a change in pull request #38: [DBCP-562] avoids exposing password via JMX

2020-03-04 Thread GitBox
garydgregory commented on a change in pull request #38: [DBCP-562] avoids exposing password via JMX URL: https://github.com/apache/commons-dbcp/pull/38#discussion_r387964778 ## File path: src/main/java/org/apache/commons/dbcp2/BasicDataSourceMXBean.java ## @@ -201,13

[GitHub] [commons-dbcp] fgdrf opened a new pull request #38: [DBCP-562] avoids exposing password via JMX

2020-03-04 Thread GitBox
fgdrf opened a new pull request #38: [DBCP-562] avoids exposing password via JMX URL: https://github.com/apache/commons-dbcp/pull/38 for see details see https://issues.apache.org/jira/browse/DBCP-562 Signed-off-by: Frank Gasdorf

[jira] [Work logged] (DBCP-562) Password should not be exposed via JMXBean

2020-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DBCP-562?focusedWorklogId=397915=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-397915 ] ASF GitHub Bot logged work on DBCP-562: --- Author: ASF GitHub Bot

[jira] [Commented] (DBCP-562) Password should not be exposed via JMXBean

2020-03-04 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051656#comment-17051656 ] Gary D. Gregory commented on DBCP-562: -- Hi [~fgdrf] Feel-free to provide a patch on GitHub (which

[jira] [Updated] (DBCP-562) Password should not be exposed via JMXBean

2020-03-04 Thread Frank Gasdorf (Jira)
[ https://issues.apache.org/jira/browse/DBCP-562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Gasdorf updated DBCP-562: --- Labels: security (was: ) > Password should not be exposed via JMXBean >

[jira] [Created] (DBCP-562) Password should not be exposed via JMXBean

2020-03-04 Thread Frank Gasdorf (Jira)
Frank Gasdorf created DBCP-562: -- Summary: Password should not be exposed via JMXBean Key: DBCP-562 URL: https://issues.apache.org/jira/browse/DBCP-562 Project: Commons DBCP Issue Type: Bug

[jira] [Comment Edited] (BEANUTILS-533) If expression contains ")", DefaultResolver #getKey return wrong value

2020-03-04 Thread Melloware (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051629#comment-17051629 ] Melloware edited comment on BEANUTILS-533 at 3/4/20, 9:09 PM: -- I just

[jira] [Comment Edited] (BEANUTILS-533) If expression contains ")", DefaultResolver #getKey return wrong value

2020-03-04 Thread Melloware (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051629#comment-17051629 ] Melloware edited comment on BEANUTILS-533 at 3/4/20, 9:07 PM: -- I just

[jira] [Commented] (BEANUTILS-533) If expression contains ")", DefaultResolver #getKey return wrong value

2020-03-04 Thread Melloware (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051629#comment-17051629 ] Melloware commented on BEANUTILS-533: - I just updated the DefaultResolverTestCase unit test with

[jira] [Commented] (BEANUTILS-533) If expression contains ")", DefaultResolver #getKey return wrong value

2020-03-04 Thread Melloware (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051623#comment-17051623 ] Melloware commented on BEANUTILS-533: - Care to submit a PR on the GitHub page fixing the issue

[jira] [Resolved] (JEXL-328) JXLT template scripts evaluation do not process pragmas

2020-03-04 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-328. Resolution: Fixed Changeset: 8e4f41de2f8407bc3b9e42bbbac7749944c1d538 Author:henrib Date:

[GitHub] [commons-lang] garydgregory merged pull request #496: LANG-1523: Avoid unnecessary allocation in StringUtils.wrapIfMissing.

2020-03-04 Thread GitBox
garydgregory merged pull request #496: LANG-1523: Avoid unnecessary allocation in StringUtils.wrapIfMissing. URL: https://github.com/apache/commons-lang/pull/496 This is an automated message from the Apache Git Service. To

[jira] [Work logged] (LANG-1523) Avoid unnecessary allocation in StringUtils.wrapIfMissing

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

[jira] [Resolved] (BSF-45) Error trying to access a MongoDB collection under Apache BSF script

2020-03-04 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/BSF-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved BSF-45. - Resolution: Information Provided > Error trying to access a MongoDB collection under Apache BSF script >

[jira] [Commented] (BSF-45) Error trying to access a MongoDB collection under Apache BSF script

2020-03-04 Thread Bernd Eckenfels (Jira)
[ https://issues.apache.org/jira/browse/BSF-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051134#comment-17051134 ] Bernd Eckenfels commented on BSF-45: hm, strangely i cant edit this issue. I would close it, since the

[jira] [Comment Edited] (BSF-45) Error trying to access a MongoDB collection under Apache BSF script

2020-03-04 Thread Kleyson Rios (Jira)
[ https://issues.apache.org/jira/browse/BSF-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051131#comment-17051131 ] Kleyson Rios edited comment on BSF-45 at 3/4/20, 11:48 AM: --- [~b.eckenfels] your

[jira] [Commented] (BSF-45) Error trying to access a MongoDB collection under Apache BSF script

2020-03-04 Thread Kleyson Rios (Jira)
[ https://issues.apache.org/jira/browse/BSF-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051131#comment-17051131 ] Kleyson Rios commented on BSF-45: - [~b.eckenfels] your suggestion worked fine. Should I keep this as a issue

[GitHub] [commons-lang] nstdio commented on a change in pull request #496: LANG-1523: Avoid unnecessary allocation in StringUtils.wrapIfMissing.

2020-03-04 Thread GitBox
nstdio commented on a change in pull request #496: LANG-1523: Avoid unnecessary allocation in StringUtils.wrapIfMissing. URL: https://github.com/apache/commons-lang/pull/496#discussion_r387595656 ## File path: src/main/java/org/apache/commons/lang3/StringUtils.java ## @@

[jira] [Work logged] (LANG-1523) Avoid unnecessary allocation in StringUtils.wrapIfMissing

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

[jira] [Created] (JEXL-328) JXLT template scripts evaluation do not process pragmas

2020-03-04 Thread Henri Biestro (Jira)
Henri Biestro created JEXL-328: -- Summary: JXLT template scripts evaluation do not process pragmas Key: JEXL-328 URL: https://issues.apache.org/jira/browse/JEXL-328 Project: Commons JEXL Issue

[jira] [Created] (CONFIGURATION-782) OverrideCombiner does not work properly when key contains list

2020-03-04 Thread Gisle Grimen (Jira)
Gisle Grimen created CONFIGURATION-782: -- Summary: OverrideCombiner does not work properly when key contains list Key: CONFIGURATION-782 URL: https://issues.apache.org/jira/browse/CONFIGURATION-782

[GitHub] [commons-codec] coveralls commented on issue #43: CODEC-285 Base32InputStreamTest testReadOutOfBounds

2020-03-04 Thread GitBox
coveralls commented on issue #43: CODEC-285 Base32InputStreamTest testReadOutOfBounds URL: https://github.com/apache/commons-codec/pull/43#issuecomment-594402309 [![Coverage Status](https://coveralls.io/builds/29118864/badge)](https://coveralls.io/builds/29118864) Coverage

[GitHub] [commons-codec] nhojpatrick opened a new pull request #43: CODEC-285 Base32InputStreamTest testReadOutOfBounds

2020-03-04 Thread GitBox
nhojpatrick opened a new pull request #43: CODEC-285 Base32InputStreamTest testReadOutOfBounds URL: https://github.com/apache/commons-codec/pull/43 Follow up for PR https://github.com/apache/commons-codec/pull/39 From experience people write tests that don't check exceptions

[jira] [Work logged] (CODEC-285) Upgrade to JUnit v5.6.0

2020-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CODEC-285?focusedWorklogId=397363=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-397363 ] ASF GitHub Bot logged work on CODEC-285: Author: ASF GitHub Bot

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387521613 ## File path: src/test/java/org/apache/commons/collections4/bloomfilter/hasher/CachingHasherTest.java ## @@ -0,0

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387521443 ## File path: src/test/java/org/apache/commons/collections4/bloomfilter/hasher/CachingHasherTest.java ## @@ -0,0

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387521241 ## File path: src/test/java/org/apache/commons/collections4/bloomfilter/hasher/CachingHasherTest.java ## @@ -0,0

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387520802 ## File path: src/test/java/org/apache/commons/collections4/bloomfilter/hasher/CachingHasherTest.java ## @@ -0,0

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387520915 ## File path: src/test/java/org/apache/commons/collections4/bloomfilter/hasher/CachingHasherTest.java ## @@ -0,0

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387519064 ## File path: src/test/java/org/apache/commons/collections4/bloomfilter/hasher/CachingHasherTest.java ## @@ -0,0

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387518406 ## File path: src/test/java/org/apache/commons/collections4/bloomfilter/hasher/CachingHasherBuilderTest.java ## @@

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387517823 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java ## @@

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387516406 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/CachingHasher.java ## @@ -0,0 +1,233

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387516780 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImpl.java ## @@

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387516238 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/CachingHasher.java ## @@ -0,0 +1,233

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387515514 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/CachingHasher.java ## @@ -0,0 +1,233

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387514135 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/CachingHasher.java ## @@ -0,0 +1,233

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387513930 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/CachingHasher.java ## @@ -0,0 +1,233

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387513815 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/CachingHasher.java ## @@ -0,0 +1,233

[GitHub] [commons-collections] aherbert commented on a change in pull request #131: Added caching hasher

2020-03-04 Thread GitBox
aherbert commented on a change in pull request #131: Added caching hasher URL: https://github.com/apache/commons-collections/pull/131#discussion_r387513578 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/CachingHasher.java ## @@ -0,0 +1,233

[jira] [Commented] (COMPRESS-505) Multiple Reads of One SevenZArchiveEntry Fails

2020-03-04 Thread Peter Alfred Lee (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17050990#comment-17050990 ] Peter Alfred Lee commented on COMPRESS-505: --- This is a problem caused by the random access of