[GitHub] [commons-collections] Claudenw commented on issue #83: WIP: Initial bloom filter code contribution

2019-10-23 Thread GitBox
Claudenw commented on issue #83: WIP: Initial bloom filter code contribution URL: https://github.com/apache/commons-collections/pull/83#issuecomment-545770968 Ok, first I think there is a misunderstanding. In most cases when constructing the Bloom filter there will be more than one hash

[GitHub] [commons-numbers] bkrogh commented on issue #69: Big fraction unit tests

2019-10-23 Thread GitBox
bkrogh commented on issue #69: Big fraction unit tests URL: https://github.com/apache/commons-numbers/pull/69#issuecomment-545761501 I confirm the that commit 2f5a658 fixes the reported issue. :) Thanks. This is an auto

[GitHub] [commons-collections] SilverNarcissus commented on issue #83: WIP: Initial bloom filter code contribution

2019-10-23 Thread GitBox
SilverNarcissus commented on issue #83: WIP: Initial bloom filter code contribution URL: https://github.com/apache/commons-collections/pull/83#issuecomment-545711492 Let's make the situation more clear. In my consideration, I have a bloom filter (just call it b) which comprised of the mer

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

2019-10-23 Thread Chen (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16958460#comment-16958460 ] Chen commented on COLLECTIONS-698: -- hi [~belugabehr] how can we define one loop? if

[GitHub] [commons-beanutils] garydgregory commented on a change in pull request #14: [BEANUTILS-515] Java8 Time converters

2019-10-23 Thread GitBox
garydgregory commented on a change in pull request #14: [BEANUTILS-515] Java8 Time converters URL: https://github.com/apache/commons-beanutils/pull/14#discussion_r338320637 ## File path: src/test/java/org/apache/commons/beanutils2/converters/ZoneIdConverterTestCase.java ##

[GitHub] [commons-beanutils] garydgregory commented on a change in pull request #14: [BEANUTILS-515] Java8 Time converters

2019-10-23 Thread GitBox
garydgregory commented on a change in pull request #14: [BEANUTILS-515] Java8 Time converters URL: https://github.com/apache/commons-beanutils/pull/14#discussion_r338320464 ## File path: src/test/java/org/apache/commons/beanutils2/converters/PeriodConverterTestCase.java ##

[GitHub] [commons-beanutils] garydgregory commented on a change in pull request #14: [BEANUTILS-515] Java8 Time converters

2019-10-23 Thread GitBox
garydgregory commented on a change in pull request #14: [BEANUTILS-515] Java8 Time converters URL: https://github.com/apache/commons-beanutils/pull/14#discussion_r338320192 ## File path: src/test/java/org/apache/commons/beanutils2/converters/LocalTimeConverterTestCase.java ###

[GitHub] [commons-beanutils] garydgregory commented on a change in pull request #14: [BEANUTILS-515] Java8 Time converters

2019-10-23 Thread GitBox
garydgregory commented on a change in pull request #14: [BEANUTILS-515] Java8 Time converters URL: https://github.com/apache/commons-beanutils/pull/14#discussion_r338320922 ## File path: src/main/java/org/apache/commons/beanutils2/ConvertUtilsBean.java ## @@ -460,23 +499,4

[GitHub] [commons-beanutils] garydgregory commented on a change in pull request #14: [BEANUTILS-515] Java8 Time converters

2019-10-23 Thread GitBox
garydgregory commented on a change in pull request #14: [BEANUTILS-515] Java8 Time converters URL: https://github.com/apache/commons-beanutils/pull/14#discussion_r338319693 ## File path: src/main/java/org/apache/commons/beanutils2/converters/ZoneOffsetConverter.java ## @@

[GitHub] [commons-beanutils] garydgregory commented on a change in pull request #14: [BEANUTILS-515] Java8 Time converters

2019-10-23 Thread GitBox
garydgregory commented on a change in pull request #14: [BEANUTILS-515] Java8 Time converters URL: https://github.com/apache/commons-beanutils/pull/14#discussion_r338321255 ## File path: src/main/java/org/apache/commons/beanutils2/ConvertUtilsBean.java ## @@ -460,23 +499,4

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

2019-10-23 Thread Joseph Petersen (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16958263#comment-16958263 ] Joseph Petersen commented on BEANUTILS-521: --- [~melloware] yes yes it did: [

[jira] [Work logged] (BEANUTILS-468) MappedPropertyDescriptor should override hashCode and equals

2019-10-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-468?focusedWorklogId=332890&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-332890 ] ASF GitHub Bot logged work on BEANUTILS-468: Author: ASF GitHu

[GitHub] [commons-beanutils] melloware opened a new pull request #17: [BEANUTILS-468] MappedPropertyDescriptor should override hashCode /equals.

2019-10-23 Thread GitBox
melloware opened a new pull request #17: [BEANUTILS-468] MappedPropertyDescriptor should override hashCode /equals. URL: https://github.com/apache/commons-beanutils/pull/17 This is an automated message from the Apache Git Se

[jira] [Work logged] (BEANUTILS-346) Enum type is not supported

2019-10-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-346?focusedWorklogId=332763&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-332763 ] ASF GitHub Bot logged work on BEANUTILS-346: Author: ASF GitHu

[GitHub] [commons-beanutils] melloware opened a new pull request #16: [BEANUTILS-346] New converter for Enum

2019-10-23 Thread GitBox
melloware opened a new pull request #16: [BEANUTILS-346] New converter for Enum URL: https://github.com/apache/commons-beanutils/pull/16 This is an automated message from the Apache Git Service. To respond to the message, ple

[jira] [Closed] (BEANUTILS-402) Double-Checked Locking anti pattern in WeakFastHashMap

2019-10-23 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed BEANUTILS-402. - Resolution: Fixed > Double-Checked Locking anti pattern in WeakFastHashMap > -

[jira] [Work logged] (BEANUTILS-402) Double-Checked Locking anti pattern in WeakFastHashMap

2019-10-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-402?focusedWorklogId=332708&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-332708 ] ASF GitHub Bot logged work on BEANUTILS-402: Author: ASF GitHu

[jira] [Closed] (BEANUTILS-361) BeanMap.defaultTransformers should be final

2019-10-23 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed BEANUTILS-361. - Resolution: Fixed 2.0.0 removes deprecated code. > BeanMap.defaultTransformers should

[GitHub] [commons-beanutils] garydgregory merged pull request #15: [BEANUTILS-402] Double-Checked Locking anti pattern in WeakFastHashMap.

2019-10-23 Thread GitBox
garydgregory merged pull request #15: [BEANUTILS-402] Double-Checked Locking anti pattern in WeakFastHashMap. URL: https://github.com/apache/commons-beanutils/pull/15 This is an automated message from the Apache Git Service.

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

2019-10-23 Thread Melloware (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16958020#comment-16958020 ] Melloware commented on BEANUTILS-521: - Did this ever accept a Lamba? We are just

[jira] [Commented] (BEANUTILS-514) Remove deprecated code for 2.0.0

2019-10-23 Thread Melloware (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16957983#comment-16957983 ] Melloware commented on BEANUTILS-514: - [~ggregory] You can close BEANUTILS-361 as

[jira] [Commented] (BEANUTILS-361) BeanMap.defaultTransformers should be final

2019-10-23 Thread Melloware (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16957982#comment-16957982 ] Melloware commented on BEANUTILS-361: - This ticket can be closed as BEANUTILS-514

[jira] [Work logged] (BEANUTILS-402) Double-Checked Locking anti pattern in WeakFastHashMap

2019-10-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-402?focusedWorklogId=332645&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-332645 ] ASF GitHub Bot logged work on BEANUTILS-402: Author: ASF GitHu

[GitHub] [commons-beanutils] melloware opened a new pull request #15: [BEANUTILS-402] Double-Checked Locking anti pattern in WeakFastHashMap.

2019-10-23 Thread GitBox
melloware opened a new pull request #15: [BEANUTILS-402] Double-Checked Locking anti pattern in WeakFastHashMap. URL: https://github.com/apache/commons-beanutils/pull/15 This is an automated message from the Apache Git Servi

[GitHub] [commons-numbers] asfgit closed pull request #69: Big fraction unit tests

2019-10-23 Thread GitBox
asfgit closed pull request #69: Big fraction unit tests URL: https://github.com/apache/commons-numbers/pull/69 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[jira] [Commented] (VFS-687) HttpClient 5 based FileSystemProvider

2019-10-23 Thread Woonsan Ko (Jira)
[ https://issues.apache.org/jira/browse/VFS-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16957873#comment-16957873 ] Woonsan Ko commented on VFS-687: Hi, I've submitted a PR - https://github.com/apache/common

[jira] [Updated] (VFS-687) HttpClient 5 based FileSystemProvider

2019-10-23 Thread Woonsan Ko (Jira)
[ https://issues.apache.org/jira/browse/VFS-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Woonsan Ko updated VFS-687: --- Labels: (was: pull) > HttpClient 5 based FileSystemProvider > - > >

[jira] [Updated] (VFS-687) HttpClient 5 based FileSystemProvider

2019-10-23 Thread Woonsan Ko (Jira)
[ https://issues.apache.org/jira/browse/VFS-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Woonsan Ko updated VFS-687: --- Labels: pull-request-available (was: ) > HttpClient 5 based FileSystemProvider > --

[jira] [Updated] (VFS-687) HttpClient 5 based FileSystemProvider

2019-10-23 Thread Woonsan Ko (Jira)
[ https://issues.apache.org/jira/browse/VFS-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Woonsan Ko updated VFS-687: --- Labels: pull (was: ) > HttpClient 5 based FileSystemProvider > - > >

[jira] [Work logged] (VFS-687) HttpClient 5 based FileSystemProvider

2019-10-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/VFS-687?focusedWorklogId=332573&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-332573 ] ASF GitHub Bot logged work on VFS-687: -- Author: ASF GitHub Bot

[GitHub] [commons-vfs] woonsan opened a new pull request #74: VFS-687: adding http5 and http5s providers

2019-10-23 Thread GitBox
woonsan opened a new pull request #74: VFS-687: adding http5 and http5s providers URL: https://github.com/apache/commons-vfs/pull/74 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [commons-beanutils] melloware opened a new pull request #14: [BEANUTILS-515] Java8 Time converters

2019-10-23 Thread GitBox
melloware opened a new pull request #14: [BEANUTILS-515] Java8 Time converters URL: https://github.com/apache/commons-beanutils/pull/14 Added the rest of the Java8 Time classes for conversion. This is an automated message from

[GitHub] [commons-numbers] bkrogh opened a new pull request #69: Big fraction unit tests

2019-10-23 Thread GitBox
bkrogh opened a new pull request #69: Big fraction unit tests URL: https://github.com/apache/commons-numbers/pull/69 Commit 44ea3e26fa7610f3635aa225d24c4573ad5e54f2 breaks BigFraction so that division does not work anymore. The snapshot release of this repository is used by other apache

[jira] [Comment Edited] (COLLECTIONS-674) Add Collections Drain Method

2019-10-23 Thread Chen (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16938352#comment-16938352 ] Chen edited comment on COLLECTIONS-674 at 10/23/19 7:29 AM: --

[GitHub] [commons-collections] dota17 opened a new pull request #91: Add drain method to CollectionUtils

2019-10-23 Thread GitBox
dota17 opened a new pull request #91: Add drain method to CollectionUtils URL: https://github.com/apache/commons-collections/pull/91 For [COLLECTIONS-674](https://issues.apache.org/jira/projects/COLLECTIONS/issues/COLLECTIONS-674?filter=allopenissues) --