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

2018-10-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16648995#comment-16648995 ] Gary Gregory commented on COLLECTIONS-698: -- Hi [~belugabehr], Do you plan on providing a

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

2018-10-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16648993#comment-16648993 ] Gary Gregory commented on COLLECTIONS-699: -- Hi [~belugabehr], Do you plan on providing a

[jira] [Created] (COLLECTIONS-700) Add a ConcurrentWeakHashMap

2018-10-13 Thread Gary Gregory (JIRA)
Gary Gregory created COLLECTIONS-700: Summary: Add a ConcurrentWeakHashMap Key: COLLECTIONS-700 URL: https://issues.apache.org/jira/browse/COLLECTIONS-700 Project: Commons Collections

[jira] [Updated] (COLLECTIONS-700) Add a ConcurrentWeakHashMap

2018-10-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated COLLECTIONS-700: - Description: Add a {{ConcurrentWeakHashMap}}: A concurrent

[jira] [Updated] (COLLECTIONS-700) Add a ConcurrentWeakHashMap

2018-10-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated COLLECTIONS-700: - Description: Add a {{ConcurrentWeakHashMap}}: A concurrent

[jira] [Commented] (BEANUTILS-509) WeakHashmap enters into infinite loop in WrapDynaClass.java

2018-10-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16649046#comment-16649046 ] Gary Gregory commented on BEANUTILS-509: For now, I can see that wrapping the weak map into a

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

2018-10-13 Thread BELUGA BEHR (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16649002#comment-16649002 ] BELUGA BEHR commented on COLLECTIONS-699: - As always, if I have time.  I put it out there in

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

2018-10-13 Thread BELUGA BEHR (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16649001#comment-16649001 ] BELUGA BEHR commented on COLLECTIONS-698: - As always, if I have time.  I put it out there in

[GitHub] commons-lang issue #376: Test cleanup

2018-10-13 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/376 [![Coverage Status](https://coveralls.io/builds/19506146/badge)](https://coveralls.io/builds/19506146) Coverage decreased (-0.02%) to 95.233% when pulling

[GitHub] commons-lang issue #376: Test cleanup

2018-10-13 Thread mureinik
Github user mureinik commented on the issue: https://github.com/apache/commons-lang/pull/376 > Looks great, thank you very much! 👍 > > There are just some checkstyle errors related to unused imports left to fix (see failed travis build). Missed a couple of unused

[jira] [Updated] (BEANUTILS-509) WeakHashmap enters into infinite loop in WrapDynaClass.java

2018-10-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated BEANUTILS-509: --- Attachment: 2018-10-13T11-43-27_961-jvmRun1.dump

[jira] [Updated] (BEANUTILS-509) WeakHashmap enters into infinite loop in WrapDynaClass.java

2018-10-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated BEANUTILS-509: --- Attachment: BEANUTILS-509.diff > WeakHashmap enters into infinite loop in

[GitHub] commons-lang issue #376: Test cleanup

2018-10-13 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/376 Looks great, thank you very much! 👍 There are just some checkstyle errors related to unused imports left to fix (see failed travis build). ---

[GitHub] commons-lang issue #376: Test cleanup

2018-10-13 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/376 Thanks! 👍 ---

[GitHub] commons-lang pull request #376: Test cleanup

2018-10-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/376 ---

[jira] [Comment Edited] (BEANUTILS-509) WeakHashmap enters into infinite loop in WrapDynaClass.java

2018-10-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16649046#comment-16649046 ] Gary Gregory edited comment on BEANUTILS-509 at 10/13/18 5:53 PM: --

[jira] [Commented] (BEANUTILS-509) WeakHashmap enters into infinite loop in WrapDynaClass.java

2018-10-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16649052#comment-16649052 ] Gary Gregory commented on BEANUTILS-509: Here is something handy, in the {{pom.xml}}, I

[GitHub] commons-lang pull request #376: Test cleanup

2018-10-13 Thread mureinik
GitHub user mureinik opened a pull request: https://github.com/apache/commons-lang/pull/376 Test cleanup Following up after the migration of the test suite to JUnit Jupiter, some test code could be cleaned up to make it clearer and easier to maintain. This PR contains several