[jira] [Updated] (OGNL-261) OgnlException with "source is null for getProperty" thrown when using compound expression

2021-11-14 Thread Pascal Davoust (Jira)
[ https://issues.apache.org/jira/browse/OGNL-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Davoust updated OGNL-261: Description: Spin-off discussion from WW-5147 and related

[jira] [Created] (OGNL-261) OgnlException with "source is null for getProperty" thrown when using compound expression

2021-11-14 Thread Pascal Davoust (Jira)
Pascal Davoust created OGNL-261: --- Summary: OgnlException with "source is null for getProperty" thrown when using compound expression Key: OGNL-261 URL: https://issues.apache.org/jira/browse/OGNL-261

[GitHub] [commons-lang] ejums commented on pull request #831: feat: list2tree method add

2021-11-14 Thread GitBox
ejums commented on pull request #831: URL: https://github.com/apache/commons-lang/pull/831#issuecomment-968249898 > -1: No idea what this does as the doc is just one short sentence but it seems like some hyper specific collection processing method not generally useful. Feel

[GitHub] [commons-pool] psteitz commented on pull request #115: POOL-393 slow pool creation due to JMX latency

2021-11-14 Thread GitBox
psteitz commented on pull request #115: URL: https://github.com/apache/commons-pool/pull/115#issuecomment-968364926 As noted in POOL-393 JIRA, this PR does not exactly preserve the sequence of names assigned to pools. Current code reuses suffiixes when pools are unregistered, the code in

[jira] [Work logged] (POOL-393) BaseGenericObjectPool.jmxRegister may cost too much time

2021-11-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/POOL-393?focusedWorklogId=681268=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-681268 ] ASF GitHub Bot logged work on POOL-393: --- Author: ASF GitHub Bot

[GitHub] [commons-pool] psteitz closed pull request #115: POOL-393 slow pool creation due to JMX latency

2021-11-14 Thread GitBox
psteitz closed pull request #115: URL: https://github.com/apache/commons-pool/pull/115 -- 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 go to the specific comment. To unsubscribe, e-mail:

[jira] [Created] (STATISTICS-48) Remove isSupportConnected from the distribution interfaces

2021-11-14 Thread Alex Herbert (Jira)
Alex Herbert created STATISTICS-48: -- Summary: Remove isSupportConnected from the distribution interfaces Key: STATISTICS-48 URL: https://issues.apache.org/jira/browse/STATISTICS-48 Project: Apache

[jira] [Commented] (COMMONSRDF-80) Jena version upgrade

2021-11-14 Thread Adam Soroka (Jira)
[ https://issues.apache.org/jira/browse/COMMONSRDF-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17443393#comment-17443393 ] Adam Soroka commented on COMMONSRDF-80: --- Thank you [~mbrandizi] . > Jena version upgrade >

[jira] [Work logged] (POOL-393) BaseGenericObjectPool.jmxRegister may cost too much time

2021-11-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/POOL-393?focusedWorklogId=681274=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-681274 ] ASF GitHub Bot logged work on POOL-393: --- Author: ASF GitHub Bot

[jira] [Work logged] (POOL-393) BaseGenericObjectPool.jmxRegister may cost too much time

2021-11-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/POOL-393?focusedWorklogId=681275=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-681275 ] ASF GitHub Bot logged work on POOL-393: --- Author: ASF GitHub Bot

[GitHub] [commons-pool] psteitz commented on pull request #115: POOL-393 slow pool creation due to JMX latency

2021-11-14 Thread GitBox
psteitz commented on pull request #115: URL: https://github.com/apache/commons-pool/pull/115#issuecomment-968367279 Sorry to waffle on this, but lets hold on merging this. I like the current naming behavior and if we change it, it might break tools that assume the naming sequence has no

[jira] [Comment Edited] (POOL-393) BaseGenericObjectPool.jmxRegister may cost too much time

2021-11-14 Thread Phil Steitz (Jira)
[ https://issues.apache.org/jira/browse/POOL-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17443194#comment-17443194 ] Phil Steitz edited comment on POOL-393 at 11/14/21, 4:55 PM: - I verified that

[jira] [Closed] (COMMONSRDF-80) Jena version upgrade

2021-11-14 Thread Adam Soroka (Jira)
[ https://issues.apache.org/jira/browse/COMMONSRDF-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Soroka closed COMMONSRDF-80. - Resolution: Abandoned > Jena version upgrade > > > Key:

[jira] [Commented] (OGNL-261) OgnlException with "source is null for getProperty" thrown when using compound expression

2021-11-14 Thread Lukasz Lenart (Jira)
[ https://issues.apache.org/jira/browse/OGNL-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17443598#comment-17443598 ] Lukasz Lenart commented on OGNL-261: Also you can post the same or open PR here

[jira] [Commented] (OGNL-261) OgnlException with "source is null for getProperty" thrown when using compound expression

2021-11-14 Thread Lukasz Lenart (Jira)
[ https://issues.apache.org/jira/browse/OGNL-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17443590#comment-17443590 ] Lukasz Lenart commented on OGNL-261: So the whole problem is to suppress the stack trace? I think when

[jira] [Commented] (OGNL-261) OgnlException with "source is null for getProperty" thrown when using compound expression

2021-11-14 Thread Pascal Davoust (Jira)
[ https://issues.apache.org/jira/browse/OGNL-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17443611#comment-17443611 ] Pascal Davoust commented on OGNL-261: - Hi [~lukaszlenart] , Could you please confirm that the logic in

[GitHub] [commons-pool] coveralls commented on pull request #116: Check blockWhenExhausted in hasBorrowWaiters

2021-11-14 Thread GitBox
coveralls commented on pull request #116: URL: https://github.com/apache/commons-pool/pull/116#issuecomment-968465121 [![Coverage Status](https://coveralls.io/builds/44253594/badge)](https://coveralls.io/builds/44253594) Coverage decreased (-0.03%) to 84.995% when pulling

[GitHub] [commons-pool] Cp-John opened a new pull request #116: Check blockWhenExhausted in hasBorrowWaiters

2021-11-14 Thread GitBox
Cp-John opened a new pull request #116: URL: https://github.com/apache/commons-pool/pull/116 Hi, I am a user of Apache commons pool2. I found that the performance of `returnObject(K)` would be improved a lot if I do a pre-check `getBlockWhenExhausted()` in `hasBorrowWaiters()`. The flame

[jira] [Resolved] (COMPRESS-589) 1.21 throws a 'java.io.IOException: Truncated TAR archive' exception while 1.20 not

2021-11-14 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Lee resolved COMPRESS-589. Resolution: Not A Problem > 1.21 throws a 'java.io.IOException: Truncated TAR archive' exception

[GitHub] [commons-dbcp] dependabot[bot] closed pull request #141: Bump spotbugs from 4.4.1 to 4.4.2

2021-11-14 Thread GitBox
dependabot[bot] closed pull request #141: URL: https://github.com/apache/commons-dbcp/pull/141 -- 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 go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-dbcp] dependabot[bot] commented on pull request #141: Bump spotbugs from 4.4.1 to 4.4.2

2021-11-14 Thread GitBox
dependabot[bot] commented on pull request #141: URL: https://github.com/apache/commons-dbcp/pull/141#issuecomment-968532410 Superseded by #145. -- 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 go to

[GitHub] [commons-dbcp] dependabot[bot] opened a new pull request #145: Bump spotbugs from 4.4.1 to 4.5.0

2021-11-14 Thread GitBox
dependabot[bot] opened a new pull request #145: URL: https://github.com/apache/commons-dbcp/pull/145 Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.4.1 to 4.5.0. Release notes Sourced from https://github.com/spotbugs/spotbugs/releases;>spotbugs's releases.