[jira] [Updated] (NUMBERS-193) Add support for extended precision floating-point numbers

2023-07-17 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Herbert updated NUMBERS-193: - Assignee: Alex Herbert > Add support for extended precision floating-point numbers > ---

[GitHub] [commons-pool] zenghu1chen commented on pull request #230: Support for loom

2023-07-17 Thread via GitHub
zenghu1chen commented on PR #230: URL: https://github.com/apache/commons-pool/pull/230#issuecomment-1639523105 > To help with tracing, could you provide the versions of both Jedis and Commons Pool that you are using? Hello @psteitz The version of Jedis I'm using is 2.8.1.3, the ver

[jira] [Resolved] (NUMBERS-194) JavaDoc change - coprimes check in ArithmeticUtils::gcd

2023-07-17 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Herbert resolved NUMBERS-194. -- Fix Version/s: 1.2 Resolution: Implemented Updated in commit 0437008ed3e901ce700905428

[GitHub] [commons-numbers] asfgit closed pull request #133: NUMBERS-194: GCD JavaDoc mention coprimes check

2023-07-17 Thread via GitHub
asfgit closed pull request #133: NUMBERS-194: GCD JavaDoc mention coprimes check URL: https://github.com/apache/commons-numbers/pull/133 -- 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 c

[GitHub] [commons-pool] psteitz commented on pull request #230: Support for loom

2023-07-17 Thread via GitHub
psteitz commented on PR #230: URL: https://github.com/apache/commons-pool/pull/230#issuecomment-1639007029 To help with tracing, could you provide the versions of both Jedis and Commons Pool that you are using? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [commons-collections] aherbert commented on pull request #406: COLLECTIONS-844 - allow counting Bloom filters with cell size other than Integer.SIZE

2023-07-17 Thread via GitHub
aherbert commented on PR #406: URL: https://github.com/apache/commons-collections/pull/406#issuecomment-1638985470 There are two terms here used through the API: _bit index_ which refers to a position within the shape; and the _count_ of the number of observations of that index. In that co

[GitHub] [commons-text] orionlibs closed pull request #430: TEXT-227: removed unnecessary IF statement

2023-07-17 Thread via GitHub
orionlibs closed pull request #430: TEXT-227: removed unnecessary IF statement URL: https://github.com/apache/commons-text/pull/430 -- 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 commen

[GitHub] [commons-numbers] orionlibs commented on a diff in pull request #133: NUMBERS-194: GCD JavaDoc mention coprimes check

2023-07-17 Thread via GitHub
orionlibs commented on code in PR #133: URL: https://github.com/apache/commons-numbers/pull/133#discussion_r1265957810 ## commons-numbers-core/src/main/java/org/apache/commons/numbers/core/ArithmeticUtils.java: ## @@ -58,6 +58,8 @@ private ArithmeticUtils() { * for the s

[GitHub] [commons-lang] orionlibs commented on a diff in pull request #1071: LANG-1695: NumberUtils::isParseable does not recognise numbers ending in dot

2023-07-17 Thread via GitHub
orionlibs commented on code in PR #1071: URL: https://github.com/apache/commons-lang/pull/1071#discussion_r1265949881 ## src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java: ## @@ -918,7 +918,8 @@ public void testIsParsable() { assertFalse(NumberUtils.isPar

[GitHub] [commons-lang] orionlibs commented on a diff in pull request #1071: LANG-1695: NumberUtils::isParseable does not recognise numbers ending in dot

2023-07-17 Thread via GitHub
orionlibs commented on code in PR #1071: URL: https://github.com/apache/commons-lang/pull/1071#discussion_r1265949881 ## src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java: ## @@ -918,7 +918,8 @@ public void testIsParsable() { assertFalse(NumberUtils.isPar

[GitHub] [commons-email] orionlibs commented on a diff in pull request #153: EMAIL-205: removed dead code

2023-07-17 Thread via GitHub
orionlibs commented on code in PR #153: URL: https://github.com/apache/commons-email/pull/153#discussion_r1265946647 ## src/main/java/org/apache/commons/mail/EmailUtils.java: ## @@ -295,10 +295,6 @@ static String encodeUrl(final String input) throws UnsupportedEncodingException

[GitHub] [commons-collections] Claudenw commented on pull request #406: COLLECTIONS-844 - allow counting Bloom filters with cell size other than Integer.SIZE

2023-07-17 Thread via GitHub
Claudenw commented on PR #406: URL: https://github.com/apache/commons-collections/pull/406#issuecomment-1638721687 @aherbert Cell is a standard term in the literature. I am preparing two more pull requests. 1. A stable Bloom filter (weird beast) that acts sorta like a coun

[jira] [Updated] (STATISTICS-78) Create JMH benchmarks for alternative summation algorithms

2023-07-17 Thread Anirudh Joshi (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anirudh Joshi updated STATISTICS-78: Summary: Create JMH benchmarks for alternative summation algorithms (was: JMH benchmark

[jira] [Created] (STATISTICS-78) JMH benchmarks for alternative summation algorithms

2023-07-17 Thread Anirudh Joshi (Jira)
Anirudh Joshi created STATISTICS-78: --- Summary: JMH benchmarks for alternative summation algorithms Key: STATISTICS-78 URL: https://issues.apache.org/jira/browse/STATISTICS-78 Project: Commons Statist

[jira] [Updated] (STATISTICS-77) Implement Sum

2023-07-17 Thread Anirudh Joshi (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anirudh Joshi updated STATISTICS-77: Description: This implementation uses {{commons-numbers}}  [Sum|https://github.com/apach

[jira] [Updated] (STATISTICS-77) Implement Sum

2023-07-17 Thread Anirudh Joshi (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anirudh Joshi updated STATISTICS-77: Description: This implementation uses {{commons-numbers}}  [Sum|https://github.com/apach

[jira] [Updated] (STATISTICS-77) Implement Sum

2023-07-17 Thread Anirudh Joshi (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anirudh Joshi updated STATISTICS-77: Description: This implementation uses {{commons-numbers}}  [Sum|https://github.com/apach

[jira] [Updated] (STATISTICS-77) Implement Sum

2023-07-17 Thread Anirudh Joshi (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anirudh Joshi updated STATISTICS-77: Description: This implementation uses {{commons-numbers}}  [Sum|https://github.com/apach

[jira] [Created] (STATISTICS-77) Implement Sum

2023-07-17 Thread Anirudh Joshi (Jira)
Anirudh Joshi created STATISTICS-77: --- Summary: Implement Sum Key: STATISTICS-77 URL: https://issues.apache.org/jira/browse/STATISTICS-77 Project: Commons Statistics Issue Type: Sub-task

[jira] [Commented] (IMAGING-358) "RationalNumber" class is "public"

2023-07-17 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17743888#comment-17743888 ] Gilles Sadowski commented on IMAGING-358: - bq.  I cited concerns that the altern

[jira] [Updated] (STATISTICS-72) Implement Min

2023-07-17 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Herbert updated STATISTICS-72: --- Fix Version/s: 1.1 > Implement Min > - > > Key: STATISTICS-72

[jira] [Resolved] (STATISTICS-76) Implement Max

2023-07-17 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Herbert resolved STATISTICS-76. Fix Version/s: 1.1 Resolution: Implemented Added in commit: 4633d9bb7989dc7b168a

[GitHub] [commons-statistics] aherbert merged pull request #49: STATISTICS-76: Max Implementation

2023-07-17 Thread via GitHub
aherbert merged PR #49: URL: https://github.com/apache/commons-statistics/pull/49 -- 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: issues-unsubscr...@com

[jira] [Commented] (IMAGING-356) TIFF reading extremely slow in version 1.0-SNAPSHOT

2023-07-17 Thread Gary Lucas (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17743841#comment-17743841 ] Gary Lucas commented on IMAGING-356: Gary, I think you are correct in identifying I

[GitHub] [commons-statistics] aherbert commented on a diff in pull request #49: [STATISTICS-76]: Max Implementation

2023-07-17 Thread via GitHub
aherbert commented on code in PR #49: URL: https://github.com/apache/commons-statistics/pull/49#discussion_r1265505789 ## commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/MaxTest.java: ## @@ -0,0 +1,188 @@ +/* + * Licensed to the Apache Soft

[GitHub] [commons-lang] garydgregory commented on pull request #786: Lang-1657: Diff Result Type Constraint

2023-07-17 Thread via GitHub
garydgregory commented on PR #786: URL: https://github.com/apache/commons-lang/pull/786#issuecomment-1638309110 @greatmastermario Don't worry about git for now since GitHub does seem to see conflicts for a merge. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [commons-lang] greatmastermario commented on pull request #786: Lang-1657: Diff Result Type Constraint

2023-07-17 Thread via GitHub
greatmastermario commented on PR #786: URL: https://github.com/apache/commons-lang/pull/786#issuecomment-1638302422 No problem, thought I would check. I typically use git pull to merge a remote branch, so I'm not used to the rebase command. I can continue to work through the rebate conf

[jira] [Commented] (COLLECTIONS-844) Counting Bloom filter expects counts (cells) to be ints

2023-07-17 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17743827#comment-17743827 ] Alex Herbert commented on COLLECTIONS-844: -- The functional changes in the P

[GitHub] [commons-collections] aherbert commented on pull request #406: COLLECTIONS-844 - allow counting Bloom filters with cell size other than Integer.SIZE

2023-07-17 Thread via GitHub
aherbert commented on PR #406: URL: https://github.com/apache/commons-collections/pull/406#issuecomment-1638300622 The functional changes are fine, i.e. expose some measure of the capacity of the counts. But without an exact use case I am not certain of how it would be used. I think

[GitHub] [commons-lang] garydgregory commented on pull request #786: Lang-1657: Diff Result Type Constraint

2023-07-17 Thread via GitHub
garydgregory commented on PR #786: URL: https://github.com/apache/commons-lang/pull/786#issuecomment-1638297185 No, please don't open and close PRs and create noise. Just Google on how to use git and you'll get there, but for now, see my comment https://github.com/apache/commons-lang/pull/7

[GitHub] [commons-lang] greatmastermario commented on a diff in pull request #786: Lang-1657: Diff Result Type Constraint

2023-07-17 Thread via GitHub
greatmastermario commented on code in PR #786: URL: https://github.com/apache/commons-lang/pull/786#discussion_r1265397528 ## src/test/java/org/apache/commons/lang3/builder/DiffBuilderTest.java: ## @@ -495,4 +519,16 @@ public void testTriviallyEqualTestEnabled() { asser

[GitHub] [commons-lang] greatmastermario commented on pull request #786: Lang-1657: Diff Result Type Constraint

2023-07-17 Thread via GitHub
greatmastermario commented on PR #786: URL: https://github.com/apache/commons-lang/pull/786#issuecomment-1638189350 > @greatmastermario I'm having trouble applying the patch locally on master with `git apply`. Would you rebase on master, please? Hi Gary, I am trying to do a git rebase

[jira] [Comment Edited] (IMAGING-358) "RationalNumber" class is "public"

2023-07-17 Thread Gary Lucas (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17743803#comment-17743803 ] Gary Lucas edited comment on IMAGING-358 at 7/17/23 1:17 PM: -

[jira] [Commented] (IMAGING-358) "RationalNumber" class is "public"

2023-07-17 Thread Gary Lucas (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17743803#comment-17743803 ] Gary Lucas commented on IMAGING-358: So what you are proposing is to  replace code t

[jira] [Comment Edited] (IMAGING-358) "RationalNumber" class is "public"

2023-07-17 Thread Gary Lucas (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17743803#comment-17743803 ] Gary Lucas edited comment on IMAGING-358 at 7/17/23 1:16 PM: -

[jira] [Closed] (GEOMETRY-155) Implement getMidpoint(Vector x)

2023-07-17 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimitrios Efthymiou closed GEOMETRY-155. Resolution: Abandoned > Implement getMidpoint(Vector x) > ---

[jira] [Updated] (GEOMETRY-150) implement isCodirectionalWith(Vector y)

2023-07-17 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimitrios Efthymiou updated GEOMETRY-150: - Description: implement isCodirectionalWith(Vector y) method in the Vector inter

[jira] [Updated] (GEOMETRY-150) implement isCodirectionalWith(Vector y)

2023-07-17 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimitrios Efthymiou updated GEOMETRY-150: - Summary: implement isCodirectionalWith(Vector y) (was: implement isCodirection

[jira] [Closed] (GEOMETRY-154) Implement divideVectorWithRatio(Vector x, double ratio)

2023-07-17 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimitrios Efthymiou closed GEOMETRY-154. Resolution: Abandoned > Implement divideVectorWithRatio(Vector x, double ratio) >

[jira] [Resolved] (EXEC-105) Small mistakes in the documentation for Apache Commons Exec 1.3

2023-07-17 Thread Bernd Eckenfels (Jira)
[ https://issues.apache.org/jira/browse/EXEC-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Eckenfels resolved EXEC-105. -- Fix Version/s: 1.4 Assignee: Gary D. Gregory Resolution: Fixed Remaining issues h

[jira] [Commented] (EXEC-105) Small mistakes in the documentation for Apache Commons Exec 1.3

2023-07-17 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/EXEC-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17743778#comment-17743778 ] Gary D. Gregory commented on EXEC-105: -- [~b.eckenfels] OK to resolve this issue now?

[jira] [Commented] (JCS-235) Thread leakage in JCS 3.1 with primary and secondary server configuration

2023-07-17 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/JCS-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17743775#comment-17743775 ] Gary D. Gregory commented on JCS-235: - Hello [~Amol D] Thank you for the report. The fas

[GitHub] [commons-pool] garydgregory commented on a diff in pull request #230: Support for loom

2023-07-17 Thread via GitHub
garydgregory commented on code in PR #230: URL: https://github.com/apache/commons-pool/pull/230#discussion_r1265218231 ## src/main/java/org/apache/commons/pool2/PooledObject.java: ## @@ -33,6 +34,8 @@ */ public interface PooledObject extends Comparable> { +ReentrantLock

[jira] [Commented] (IMAGING-358) "RationalNumber" class is "public"

2023-07-17 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17743693#comment-17743693 ] Gilles Sadowski commented on IMAGING-358: - bq. It's been two years [...] I recal

[jira] [Updated] (JCS-235) Thread leakage in JCS 3.1 with primary and secondary server configuration

2023-07-17 Thread Amol D (Jira)
[ https://issues.apache.org/jira/browse/JCS-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amol D updated JCS-235: --- Description: We are using Apache JCS as a primary cache server in our application. The version we are using is apache-c

[jira] [Created] (JCS-235) Thread leakage in JCS 3.1 with primary and secondary server configuration

2023-07-17 Thread Amol D (Jira)
Amol D created JCS-235: -- Summary: Thread leakage in JCS 3.1 with primary and secondary server configuration Key: JCS-235 URL: https://issues.apache.org/jira/browse/JCS-235 Project: Commons JCS Issue Ty