[GitHub] [commons-lang] coveralls edited a comment on issue #501: Expand Streams functionality

2020-03-07 Thread GitBox
coveralls edited a comment on issue #501: Expand Streams functionality URL: https://github.com/apache/commons-lang/pull/501#issuecomment-595538858 [![Coverage Status](https://coveralls.io/builds/29203361/badge)](https://coveralls.io/builds/29203361) Coverage decreased (-0.2%) to

[jira] [Comment Edited] (MATH-1516) Define an interface for ranking a list of clusters

2020-03-07 Thread Chen Tao (Jira)
[ https://issues.apache.org/jira/browse/MATH-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054258#comment-17054258 ] Chen Tao edited comment on MATH-1516 at 3/8/20, 2:28 AM: - {quote}I don't

[jira] [Comment Edited] (MATH-1516) Define an interface for ranking a list of clusters

2020-03-07 Thread Chen Tao (Jira)
[ https://issues.apache.org/jira/browse/MATH-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054258#comment-17054258 ] Chen Tao edited comment on MATH-1516 at 3/8/20, 2:22 AM: - {quote}I don't

[jira] [Commented] (MATH-1516) Define an interface for ranking a list of clusters

2020-03-07 Thread Chen Tao (Jira)
[ https://issues.apache.org/jira/browse/MATH-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054258#comment-17054258 ] Chen Tao commented on MATH-1516: ??I don't understand what you mean.?? If the evaluator do not implement

[jira] [Resolved] (MATH-1518) Method to compute centroid is duplicated

2020-03-07 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Sadowski resolved MATH-1518. --- Resolution: Done Commit aafc49afd764351668045c0fadf2ad6222490ba7 ("master" branch). > Method

[jira] [Created] (MATH-1518) Method to compute centroid is duplicated

2020-03-07 Thread Gilles Sadowski (Jira)
Gilles Sadowski created MATH-1518: - Summary: Method to compute centroid is duplicated Key: MATH-1518 URL: https://issues.apache.org/jira/browse/MATH-1518 Project: Commons Math Issue Type:

[GitHub] [commons-collections] aherbert commented on a change in pull request #137: WIP: CountingBloomFilter

2020-03-07 Thread GitBox
aherbert commented on a change in pull request #137: WIP: CountingBloomFilter URL: https://github.com/apache/commons-collections/pull/137#discussion_r389322748 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java ## @@

[jira] [Created] (MATH-1517) "Cluster" leaks internal data

2020-03-07 Thread Gilles Sadowski (Jira)
Gilles Sadowski created MATH-1517: - Summary: "Cluster" leaks internal data Key: MATH-1517 URL: https://issues.apache.org/jira/browse/MATH-1517 Project: Commons Math Issue Type: Bug

[GitHub] [commons-collections] aherbert commented on a change in pull request #137: WIP: CountingBloomFilter

2020-03-07 Thread GitBox
aherbert commented on a change in pull request #137: WIP: CountingBloomFilter URL: https://github.com/apache/commons-collections/pull/137#discussion_r389319599 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java ## @@

[jira] [Comment Edited] (MATH-1516) Define an interface for ranking a list of clusters

2020-03-07 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054174#comment-17054174 ] Gilles Sadowski edited comment on MATH-1516 at 3/7/20, 7:47 PM: {quote}the

[jira] [Commented] (MATH-1516) Define an interface for ranking a list of clusters

2020-03-07 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054187#comment-17054187 ] Gilles Sadowski commented on MATH-1516: --- Please have a look at the changes (commit

[jira] [Commented] (MATH-1516) Define an interface for ranking a list of clusters

2020-03-07 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054174#comment-17054174 ] Gilles Sadowski commented on MATH-1516: --- bq. the evaluator algorithm has the responsibility to

[GitHub] [commons-collections] Claudenw commented on issue #137: WIP: CountingBloomFilter

2020-03-07 Thread GitBox
Claudenw commented on issue #137: WIP: CountingBloomFilter URL: https://github.com/apache/commons-collections/pull/137#issuecomment-596121410 All in all this looks like a good change to me. This is an automated message from

[GitHub] [commons-collections] Claudenw commented on a change in pull request #137: WIP: CountingBloomFilter

2020-03-07 Thread GitBox
Claudenw commented on a change in pull request #137: WIP: CountingBloomFilter URL: https://github.com/apache/commons-collections/pull/137#discussion_r389299774 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java ## @@

[GitHub] [commons-compress] bodewig commented on issue #96: Add testcases for ZipUtil, ZipFile, ZipArchiveOutputStream and ZipArchiveEntry

2020-03-07 Thread GitBox
bodewig commented on issue #96: Add testcases for ZipUtil, ZipFile, ZipArchiveOutputStream and ZipArchiveEntry URL: https://github.com/apache/commons-compress/pull/96#issuecomment-596111716 Thanks @PeterAlfreadLee - I've just added a few comments about unnecessary new imports. BTW,

[GitHub] [commons-compress] bodewig commented on a change in pull request #96: Add testcases for ZipUtil, ZipFile, ZipArchiveOutputStream and ZipArchiveEntry

2020-03-07 Thread GitBox
bodewig commented on a change in pull request #96: Add testcases for ZipUtil, ZipFile, ZipArchiveOutputStream and ZipArchiveEntry URL: https://github.com/apache/commons-compress/pull/96#discussion_r389294213 ## File path:

[GitHub] [commons-compress] bodewig commented on a change in pull request #96: Add testcases for ZipUtil, ZipFile, ZipArchiveOutputStream and ZipArchiveEntry

2020-03-07 Thread GitBox
bodewig commented on a change in pull request #96: Add testcases for ZipUtil, ZipFile, ZipArchiveOutputStream and ZipArchiveEntry URL: https://github.com/apache/commons-compress/pull/96#discussion_r389293600 ## File path:

[jira] [Comment Edited] (MATH-1516) Define an interface for ranking a list of clusters

2020-03-07 Thread Chen Tao (Jira)
[ https://issues.apache.org/jira/browse/MATH-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054157#comment-17054157 ] Chen Tao edited comment on MATH-1516 at 3/7/20, 5:23 PM: - There are many clusters

[jira] [Commented] (MATH-1516) Define an interface for ranking a list of clusters

2020-03-07 Thread Chen Tao (Jira)
[ https://issues.apache.org/jira/browse/MATH-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054157#comment-17054157 ] Chen Tao commented on MATH-1516: There are many clusters evaluation algorithm: [scikit-learn

[GitHub] [commons-collections] Claudenw commented on a change in pull request #137: WIP: CountingBloomFilter

2020-03-07 Thread GitBox
Claudenw commented on a change in pull request #137: WIP: CountingBloomFilter URL: https://github.com/apache/commons-collections/pull/137#discussion_r389283827 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java ## @@

[jira] [Commented] (GEOMETRY-56) Create distribution archive

2020-03-07 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054148#comment-17054148 ] Gilles Sadowski commented on GEOMETRY-56: - I guess that it will work when the URL exists, but

[jira] [Commented] (GEOMETRY-56) Create distribution archive

2020-03-07 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054144#comment-17054144 ] Matt Juntunen commented on GEOMETRY-56: --- I used the rng module as a template so they should be

[jira] [Resolved] (LANG-1526) Add 1 and 0 in toBooleanObject(final String str) #502

2020-03-07 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved LANG-1526. --- Fix Version/s: 3.10 Resolution: Fixed > Add 1 and 0 in toBooleanObject(final String

[jira] [Created] (LANG-1526) Add 1 and 0 in toBooleanObject(final String str) #502

2020-03-07 Thread Gary D. Gregory (Jira)
Gary D. Gregory created LANG-1526: - Summary: Add 1 and 0 in toBooleanObject(final String str) #502 Key: LANG-1526 URL: https://issues.apache.org/jira/browse/LANG-1526 Project: Commons Lang

[GitHub] [commons-lang] garydgregory commented on issue #502: Added 1 and 0 in toBooleanObject(final String str)

2020-03-07 Thread GitBox
garydgregory commented on issue #502: Added 1 and 0 in toBooleanObject(final String str) URL: https://github.com/apache/commons-lang/pull/502#issuecomment-596102613 https://issues.apache.org/jira/browse/LANG-1526 This is

[GitHub] [commons-lang] garydgregory merged pull request #502: Added 1 and 0 in toBooleanObject(final String str)

2020-03-07 Thread GitBox
garydgregory merged pull request #502: Added 1 and 0 in toBooleanObject(final String str) URL: https://github.com/apache/commons-lang/pull/502 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [commons-lang] garydgregory commented on issue #502: Added 1 and 0 in toBooleanObject(final String str)

2020-03-07 Thread GitBox
garydgregory commented on issue #502: Added 1 and 0 in toBooleanObject(final String str) URL: https://github.com/apache/commons-lang/pull/502#issuecomment-596102522 OK by me as it also matches `javax.xml.bind.DatatypeConverter.parseBoolean(String)`

[GitHub] [commons-compress] bodewig commented on issue #94: Deprecated constructors of ZstdOutputStream fix

2020-03-07 Thread GitBox
bodewig commented on issue #94: Deprecated constructors of ZstdOutputStream fix URL: https://github.com/apache/commons-compress/pull/94#issuecomment-596102333 many thanks This is an automated message from the Apache Git

[GitHub] [commons-compress] bodewig merged pull request #94: Deprecated constructors of ZstdOutputStream fix

2020-03-07 Thread GitBox
bodewig merged pull request #94: Deprecated constructors of ZstdOutputStream fix URL: https://github.com/apache/commons-compress/pull/94 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [commons-lang] coveralls commented on issue #502: Added 1 and 0 in toBooleanObject(final String str)

2020-03-07 Thread GitBox
coveralls commented on issue #502: Added 1 and 0 in toBooleanObject(final String str) URL: https://github.com/apache/commons-lang/pull/502#issuecomment-596100034 [![Coverage Status](https://coveralls.io/builds/29198299/badge)](https://coveralls.io/builds/29198299) Coverage

[jira] [Updated] (MATH-1515) Enhance clustering API

2020-03-07 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Sadowski updated MATH-1515: -- Description: It had been noted (cf. other JIRA reports) quite some ago that the API defined in

[jira] [Updated] (MATH-1515) Enhance clustering API

2020-03-07 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Sadowski updated MATH-1515: -- Summary: Enhance clustering API (was: Simplify clustering API) > Enhance clustering API >

[GitHub] [commons-lang] dscham opened a new pull request #502: Added 1 and 0 in toBooleanObject(final String str)

2020-03-07 Thread GitBox
dscham opened a new pull request #502: Added 1 and 0 in toBooleanObject(final String str) URL: https://github.com/apache/commons-lang/pull/502 I stubmled over this during the week and am wondering why 1 and 0 are not a default true and false representation. So I created this PR. I'm not

[jira] [Created] (MATH-1516) Define an interface for ranking a list of clusters

2020-03-07 Thread Gilles Sadowski (Jira)
Gilles Sadowski created MATH-1516: - Summary: Define an interface for ranking a list of clusters Key: MATH-1516 URL: https://issues.apache.org/jira/browse/MATH-1516 Project: Commons Math

[jira] [Created] (MATH-1515) Simplify clustering API

2020-03-07 Thread Gilles Sadowski (Jira)
Gilles Sadowski created MATH-1515: - Summary: Simplify clustering API Key: MATH-1515 URL: https://issues.apache.org/jira/browse/MATH-1515 Project: Commons Math Issue Type: Improvement

[jira] [Commented] (GEOMETRY-56) Create distribution archive

2020-03-07 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054095#comment-17054095 ] Gilles Sadowski commented on GEOMETRY-56: - Yes, trying this command: {noformat}

[jira] [Commented] (GEOMETRY-56) Create distribution archive

2020-03-07 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054024#comment-17054024 ] Matt Juntunen commented on GEOMETRY-56: --- Do you see any issues with this dist-archive module? >

[GitHub] [commons-math] coveralls edited a comment on issue #122: Implement the Calinski-Harabasz Evaluator algorithm for Cluster

2020-03-07 Thread GitBox
coveralls edited a comment on issue #122: Implement the Calinski-Harabasz Evaluator algorithm for Cluster URL: https://github.com/apache/commons-math/pull/122#issuecomment-595858824 [![Coverage Status](https://coveralls.io/builds/29197288/badge)](https://coveralls.io/builds/29197288)

[jira] [Closed] (GEOMETRY-90) Slerp Wrapper

2020-03-07 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed GEOMETRY-90. - > Slerp Wrapper > - > > Key: GEOMETRY-90 > URL:

[jira] [Commented] (GEOMETRY-90) Slerp Wrapper

2020-03-07 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054019#comment-17054019 ] Matt Juntunen commented on GEOMETRY-90: --- Looks good to me! > Slerp Wrapper > - > >

[jira] [Resolved] (GEOMETRY-90) Slerp Wrapper

2020-03-07 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen resolved GEOMETRY-90. --- Resolution: Done > Slerp Wrapper > - > > Key: GEOMETRY-90 >

[GitHub] [commons-lang] coveralls edited a comment on issue #501: Expand Streams functionality

2020-03-07 Thread GitBox
coveralls edited a comment on issue #501: Expand Streams functionality URL: https://github.com/apache/commons-lang/pull/501#issuecomment-595538858 [![Coverage Status](https://coveralls.io/builds/29197065/badge)](https://coveralls.io/builds/29197065) Coverage decreased (-0.2%) to

[GitHub] [commons-compress] coveralls commented on issue #96: Add testcases for ZipUtil, ZipFile, ZipArchiveOutputStream and ZipArchiveEntry

2020-03-07 Thread GitBox
coveralls commented on issue #96: Add testcases for ZipUtil, ZipFile, ZipArchiveOutputStream and ZipArchiveEntry URL: https://github.com/apache/commons-compress/pull/96#issuecomment-596072872 [![Coverage

[GitHub] [commons-compress] PeterAlfreadLee opened a new pull request #96: Add testcases for ZipUtil, ZipFile, ZipArchiveOutputStream and ZipArchiveEntry

2020-03-07 Thread GitBox
PeterAlfreadLee opened a new pull request #96: Add testcases for ZipUtil, ZipFile, ZipArchiveOutputStream and ZipArchiveEntry URL: https://github.com/apache/commons-compress/pull/96 Add testcases for zip, including ZipUtil, ZipFile, ZipArchiveOutputStream and ZipArchiveEntry

[GitHub] [commons-collections] aherbert commented on a change in pull request #138: Update the package-info.java

2020-03-07 Thread GitBox
aherbert commented on a change in pull request #138: Update the package-info.java URL: https://github.com/apache/commons-collections/pull/138#discussion_r389244501 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/package-info.java

[GitHub] [commons-collections] aherbert commented on a change in pull request #138: Update the package-info.java

2020-03-07 Thread GitBox
aherbert commented on a change in pull request #138: Update the package-info.java URL: https://github.com/apache/commons-collections/pull/138#discussion_r389244609 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/package-info.java ## @@

[GitHub] [commons-collections] coveralls commented on issue #139: Make BloomFilterIndexer and HashFunctionValidator public

2020-03-07 Thread GitBox
coveralls commented on issue #139: Make BloomFilterIndexer and HashFunctionValidator public URL: https://github.com/apache/commons-collections/pull/139#issuecomment-596071207 [![Coverage Status](https://coveralls.io/builds/29196283/badge)](https://coveralls.io/builds/29196283)

[GitHub] [commons-collections] Claudenw opened a new pull request #139: Make BloomFilterIndexer and HashFunctionValidator public

2020-03-07 Thread GitBox
Claudenw opened a new pull request #139: Make BloomFilterIndexer and HashFunctionValidator public URL: https://github.com/apache/commons-collections/pull/139 fix for Collections-755 This is an automated message from the

[jira] [Created] (COLLECTIONS-755) Make Bloom filter helper functions public

2020-03-07 Thread Claude Warren (Jira)
Claude Warren created COLLECTIONS-755: - Summary: Make Bloom filter helper functions public Key: COLLECTIONS-755 URL: https://issues.apache.org/jira/browse/COLLECTIONS-755 Project: Commons

[GitHub] [commons-collections] coveralls commented on issue #138: Update the package-info.java

2020-03-07 Thread GitBox
coveralls commented on issue #138: Update the package-info.java URL: https://github.com/apache/commons-collections/pull/138#issuecomment-596069578 [![Coverage Status](https://coveralls.io/builds/29195975/badge)](https://coveralls.io/builds/29195975) Coverage remained the same

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[GitHub] [commons-collections] dota17 opened a new pull request #138: Update the package-info.java

2020-03-07 Thread GitBox
dota17 opened a new pull request #138: Update the package-info.java URL: https://github.com/apache/commons-collections/pull/138 This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Commented] (DAEMON-416) prunsrv.exe adding special character while executing in windows 2019

2020-03-07 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17053944#comment-17053944 ] Mark Thomas commented on DAEMON-416: See also DAEMON-413. > prunsrv.exe adding special character

[jira] [Commented] (DAEMON-416) prunsrv.exe adding special character while executing in windows 2019

2020-03-07 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17053942#comment-17053942 ] Mark Thomas commented on DAEMON-416: Please re-test with the latest DAEMON release (1.2.2 as I type

[jira] [Commented] (CSV-148) CSVFormat.ignoreSurroundingSpaces is ignored when printing

2020-03-07 Thread Chen (Jira)
[ https://issues.apache.org/jira/browse/CSV-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17053939#comment-17053939 ] Chen commented on CSV-148: -- just replaceĀ  {code:java} .withIgnoreSurroundingSpaces(true) {code} to {code:java}