[jira] [Comment Edited] (POOL-419) GenericObjectPoolConfig getNumActive return negative value

2025-02-03 Thread Raju Gupta (Jira)
[ https://issues.apache.org/jira/browse/POOL-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923370#comment-17923370 ] Raju Gupta edited comment on POOL-419 at 2/3/25 11:12 PM: -- Hi [~gg

[jira] [Comment Edited] (POOL-419) GenericObjectPoolConfig getNumActive return negative value

2025-02-03 Thread Raju Gupta (Jira)
[ https://issues.apache.org/jira/browse/POOL-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923370#comment-17923370 ] Raju Gupta edited comment on POOL-419 at 2/3/25 10:36 PM: -- Hi [~gg

[jira] [Comment Edited] (POOL-419) GenericObjectPoolConfig getNumActive return negative value

2025-02-03 Thread Raju Gupta (Jira)
[ https://issues.apache.org/jira/browse/POOL-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923370#comment-17923370 ] Raju Gupta edited comment on POOL-419 at 2/3/25 10:36 PM: -- Hi [~gg

Re: [PR] [POOL-419] Add failing tests for POOL-419. [commons-pool]

2025-02-03 Thread via GitHub
rajucomp closed pull request #385: [POOL-419] Add failing tests for POOL-419. URL: https://github.com/apache/commons-pool/pull/385 -- 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

Re: [PR] [POOL-419] Add failing tests for POOL-419. [commons-pool]

2025-02-03 Thread via GitHub
rajucomp commented on PR #385: URL: https://github.com/apache/commons-pool/pull/385#issuecomment-2631532943 Hi [ggregory](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ggregory). Hope you are well. I really thought about your comment last year to focus on bug fixes. I have tr

[jira] [Commented] (POOL-419) GenericObjectPoolConfig getNumActive return negative value

2025-02-03 Thread Raju Gupta (Jira)
[ https://issues.apache.org/jira/browse/POOL-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923370#comment-17923370 ] Raju Gupta commented on POOL-419: - Hi [~ggregory]. Hope you are well. I really thought abou

[PR] [POOL-419] Add failing tests for POOL-419. [commons-pool]

2025-02-03 Thread via GitHub
rajucomp opened a new pull request, #385: URL: https://github.com/apache/commons-pool/pull/385 Thanks for your contribution to [Apache Commons](https://commons.apache.org/)! Your help is appreciated! Before you push a pull request, review this list: - [ ] Read the [cont

Re: [PR] [Work In Progress] [POOL-238] Improve test generics [commons-pool]

2025-02-03 Thread via GitHub
rajucomp closed pull request #374: [Work In Progress] [POOL-238] Improve test generics URL: https://github.com/apache/commons-pool/pull/374 -- 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 specif

Re: [PR] COMPRESS-692: Add support for zstd compression in zip archives [commons-compress]

2025-02-03 Thread via GitHub
garydgregory commented on code in PR #634: URL: https://github.com/apache/commons-compress/pull/634#discussion_r1939568142 ## src/test/java/org/apache/commons/compress/archivers/zip/ZstdCompressorTest.java: ## @@ -0,0 +1,142 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Updated] (COMPRESS-598) NullPointerException in ZipArchiveInputStream.getCompressedCount()

2025-02-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated COMPRESS-598: - Priority: Major (was: Critical) > NullPointerException in ZipArchiveInputStream.getCom

[jira] [Resolved] (COMPRESS-692) Add support for zstd compression in zip archives

2025-02-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved COMPRESS-692. -- Fix Version/s: 1.28.0 Assignee: Gary D. Gregory Resolution: Fixed [~m

Re: [PR] COMPRESS-692: Add support for zstd compression in zip archives [commons-compress]

2025-02-03 Thread via GitHub
garydgregory commented on code in PR #634: URL: https://github.com/apache/commons-compress/pull/634#discussion_r1939506624 ## src/main/java/org/apache/commons/compress/archivers/zip/ZipMethod.java: ## @@ -124,6 +124,24 @@ public enum ZipMethod { */ LZMA(14), +/*

[jira] [Updated] (COMPRESS-692) Add support for zstd compression in zip archives

2025-02-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated COMPRESS-692: - Summary: Add support for zstd compression in zip archives (was: Zstd support for Zip A

Re: [PR] Update ClassParser.java [commons-bcel]

2025-02-03 Thread via GitHub
jjestrada2 commented on PR #406: URL: https://github.com/apache/commons-bcel/pull/406#issuecomment-2631052665 Thanks I will look into it, sorry for the delay response. I will start working on it this week On Mon, Feb 3, 2025 at 8:33 AM Gary Gregory ***@***.***> wrote: > If

Re: [PR] COMPRESS-692: Implemented support for zstd compression in zip archives [commons-compress]

2025-02-03 Thread via GitHub
mehmet-karaman commented on PR #634: URL: https://github.com/apache/commons-compress/pull/634#issuecomment-2631040797 @garydgregory just a friendly reminder :) do you have time to check this PR, please? -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] Update ClassParser.java [commons-bcel]

2025-02-03 Thread via GitHub
garydgregory commented on PR #406: URL: https://github.com/apache/commons-bcel/pull/406#issuecomment-2631020843 If you're looking for something to do here, you could see why `ConstantPoolModuleAccessTestCase` fails on Java 23. -- This is an automated message from the Apache Git Servic

[jira] [Commented] (DBCP-571) Back to OSGi import of `javax.transaction.xa` package

2025-02-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923285#comment-17923285 ] Gary D. Gregory commented on DBCP-571: -- I'd be happy to help integrate changes the com

Re: [PR] Bump jakarta.mail from 1.6.5 to 2.0.1 [commons-email]

2025-02-03 Thread via GitHub
ramazangirgin-check24 commented on PR #43: URL: https://github.com/apache/commons-email/pull/43#issuecomment-2630312118 > garydgregor Thank you for the answer. We will be waiting for the release version, hoping it will be released soon. Thanks in advance. -- This is an automated me