[GitHub] [commons-lang] codecov-commenter commented on pull request #993: NumberUtils check if Number is null or zero

2022-11-30 Thread GitBox
codecov-commenter commented on PR #993: URL: https://github.com/apache/commons-lang/pull/993#issuecomment-1333129356 #

[jira] [Commented] (JCS-232) ClassNotFoundException When Using Custom Log Adapter

2022-11-30 Thread Jeremy Long (Jira)
[ https://issues.apache.org/jira/browse/JCS-232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641608#comment-17641608 ] Jeremy Long commented on JCS-232: - I believe the solution to the problem is split the log4j adapter and

[GitHub] [commons-lang] PiMaDaum opened a new pull request, #993: NumberUtils check if Number is null or zero

2022-11-30 Thread GitBox
PiMaDaum opened a new pull request, #993: URL: https://github.com/apache/commons-lang/pull/993 Added new methods in NumberUtils to check whether an number is null or zero -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [commons-bcel] nbauma109 commented on a diff in pull request #178: Verifier tests on various opcodes and fixed typo testCommonsLang1->2

2022-11-30 Thread GitBox
nbauma109 commented on code in PR #178: URL: https://github.com/apache/commons-bcel/pull/178#discussion_r1036425276 ## src/test/java/org/apache/bcel/verifier/VerifierTestCase.java: ## @@ -126,6 +126,16 @@ public void testDefinitionImpl() throws ClassNotFoundException {

[GitHub] [commons-bcel] garydgregory commented on a diff in pull request #178: Verifier tests on various opcodes and fixed typo testCommonsLang1->2

2022-11-30 Thread GitBox
garydgregory commented on code in PR #178: URL: https://github.com/apache/commons-bcel/pull/178#discussion_r1036422816 ## src/test/java/org/apache/bcel/verifier/VerifierTestCase.java: ## @@ -126,6 +126,16 @@ public void testDefinitionImpl() throws ClassNotFoundException {

[jira] [Commented] (JEXL-388) v3.3-SNAPSHOT doesn't find public getter as property

2022-11-30 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641473#comment-17641473 ] Henri Biestro commented on JEXL-388: Documentation for permissions is in the 3.3 Javadoc which can be

[jira] [Comment Edited] (JEXL-388) v3.3-SNAPSHOT doesn't find public getter as property

2022-11-30 Thread Garret Wilson (Jira)
[ https://issues.apache.org/jira/browse/JEXL-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641437#comment-17641437 ] Garret Wilson edited comment on JEXL-388 at 11/30/22 4:35 PM: -- {quote}… to

[jira] [Resolved] (COLLECTIONS-817) BloomFilter: Converting Double to Int

2022-11-30 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Herbert resolved COLLECTIONS-817. -- Resolution: Done BloomFilter estimate computations have been updated to correct

[jira] [Commented] (JEXL-388) v3.3-SNAPSHOT doesn't find public getter as property

2022-11-30 Thread Garret Wilson (Jira)
[ https://issues.apache.org/jira/browse/JEXL-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641437#comment-17641437 ] Garret Wilson commented on JEXL-388: {quote}… to restrict what JEXL can see using permissions …{quote}

[GitHub] [commons-collections] asfgit closed pull request #358: Collections-817: Reworked calculations and updated javadoc for estimateN(), estimateIntersection() and estimateUnion()

2022-11-30 Thread GitBox
asfgit closed pull request #358: Collections-817: Reworked calculations and updated javadoc for estimateN(), estimateIntersection() and estimateUnion() URL: https://github.com/apache/commons-collections/pull/358 -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Resolved] (STATISTICS-14) BigDecimalStatistics

2022-11-30 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Herbert resolved STATISTICS-14. Fix Version/s: 1.0 Resolution: Won't Do No use case provided. >

[jira] [Commented] (JCS-232) ClassNotFoundException When Using Custom Log Adapter

2022-11-30 Thread Jeremy Long (Jira)
[ https://issues.apache.org/jira/browse/JCS-232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641286#comment-17641286 ] Jeremy Long commented on JCS-232: - Additionally, the documentation for the logging abstraction is incorrect.

[jira] [Resolved] (STATISTICS-61) Exponential distribution parameterized by the rate (1 / mean)

2022-11-30 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Herbert resolved STATISTICS-61. Resolution: Won't Do The difference between the exponential distribution evaluated

[jira] [Created] (JCS-232) ClassNotFoundException When Using Custom Log Adapter

2022-11-30 Thread Jeremy Long (Jira)
Jeremy Long created JCS-232: --- Summary: ClassNotFoundException When Using Custom Log Adapter Key: JCS-232 URL: https://issues.apache.org/jira/browse/JCS-232 Project: Commons JCS Issue Type: Bug

[jira] [Commented] (COMPRESS-635) switch system.err/system.out printlns to be log4j or slf4j logging

2022-11-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641249#comment-17641249 ] Michael Osipov commented on COMPRESS-635: - Don't get me started :-D > switch

[jira] [Commented] (COMPRESS-635) switch system.err/system.out printlns to be log4j or slf4j logging

2022-11-30 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641242#comment-17641242 ] Gary D. Gregory commented on COMPRESS-635: -- Log4j _is_ a facade API:

[jira] [Commented] (COMPRESS-635) switch system.err/system.out printlns to be log4j or slf4j logging

2022-11-30 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641220#comment-17641220 ] PJ Fanning commented on COMPRESS-635: - [~michael-o] I'm neutral about which logging framework to

[jira] [Updated] (COMPRESS-635) switch system.err/system.out printlns to be log4j or slf4j logging

2022-11-30 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PJ Fanning updated COMPRESS-635: Summary: switch system.err/system.out printlns to be log4j or slf4j logging (was: switch