[jira] [Commented] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-03-08 Thread Anthony Dahanne (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17824836#comment-17824836 ] Anthony Dahanne commented on COMPRESS-666: -- hello! I can see [1.26.1-RC1|https://github.com

[jira] [Comment Edited] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-03-08 Thread Anthony Dahanne (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17824836#comment-17824836 ] Anthony Dahanne edited comment on COMPRESS-666 at 3/8/24 4:57 PM

[jira] [Comment Edited] (CLI-221) cli's with last option as list type values and have argument are not parsed correctly

2024-03-08 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/CLI-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17824678#comment-17824678 ] Claude Warren edited comment on CLI-221 at 3/8/24 9:20 AM: --- We could change

[jira] [Commented] (CLI-221) cli's with last option as list type values and have argument are not parsed correctly

2024-03-08 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/CLI-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17824678#comment-17824678 ] Claude Warren commented on CLI-221: --- We could change the function of the double '{-}'.  Currently it stops

[jira] [Commented] (CLI-285) Multiple Options in Option Group

2024-03-07 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/CLI-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17824636#comment-17824636 ] Claude Warren commented on CLI-285: --- Upon further reflection I think that to complete the set of check

[jira] [Commented] (CLI-285) Multiple Options in Option Group

2024-03-07 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/CLI-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17824298#comment-17824298 ] Claude Warren commented on CLI-285: --- First, let's introduce the Interface OptionCollection – Simply

[jira] [Resolved] (CLI-254) "test" gets parsed as test, quotes die :-(

2024-03-06 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/CLI-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren resolved CLI-254. --- Resolution: Fixed The solution was to add a  DefaultParser.Builder with the option

[jira] [Commented] (CLI-254) "test" gets parsed as test, quotes die :-(

2024-03-06 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/CLI-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17824283#comment-17824283 ] Claude Warren commented on CLI-254: --- The solution was to add a  DefaultParser.Builder with the option

[jira] (CLI-254) "test" gets parsed as test, quotes die :-(

2024-03-06 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/CLI-254 ] Claude Warren deleted comment on CLI-254: --- was (Author: claudenw): The solution was to add a  DefaultParser.Builder with the option setStripLeadingAndTrailingQuotes to change the way quotes

[jira] [Commented] (COMPRESS-669) Allow usage of non-Pack200 features without Commons Lang 3

2024-03-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17824126#comment-17824126 ] Michael Osipov commented on COMPRESS-669: - I agree with Gary > Allow usage of non-Pack

[jira] [Commented] (COMPRESS-669) Allow usage of non-Pack200 features without Commons Lang 3

2024-03-06 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17824122#comment-17824122 ] Gary D. Gregory commented on COMPRESS-669: -- My preferred longer-term plan is to separate

[jira] [Commented] (CLI-221) cli's with last option as list type values and have argument are not parsed correctly

2024-03-06 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/CLI-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17824006#comment-17824006 ] Claude Warren commented on CLI-221: --- [~ggregory] The consensus here seems to be that the value separator

[jira] [Commented] (CLI-306) Issue parsing numeric options following an option which accepts multiple args in DefaultParser

2024-03-06 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/CLI-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17824004#comment-17824004 ] Claude Warren commented on CLI-306: --- The issue arises because: * --one allows multiple args/values * we

[jira] [Resolved] (CLI-327) Date processing tests fail on some systems

2024-03-06 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/CLI-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren resolved CLI-327. --- Resolution: Fixed Closed with pull request #244 > Date processing tests fail on some syst

[jira] [Resolved] (CLI-326) Make options.getKey() public

2024-03-06 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/CLI-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren resolved CLI-326. --- Resolution: Fixed Resolved with pull #239 > Make options.getKey() pub

[jira] [Updated] (CLI-328) CommandLine does not have a getParsedOptionValues option

2024-03-06 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/CLI-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren updated CLI-328: -- Assignee: Claude Warren > CommandLine does not have a getParsedOptionValues opt

[jira] [Created] (CLI-328) CommandLine does not have a getParsedOptionValues option

2024-03-06 Thread Claude Warren (Jira)
Claude Warren created CLI-328: - Summary: CommandLine does not have a getParsedOptionValues option Key: CLI-328 URL: https://issues.apache.org/jira/browse/CLI-328 Project: Commons CLI Issue Type

[jira] [Commented] (COMPRESS-661) ArchiveInputStream markSupported should always return false

2024-03-05 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823655#comment-17823655 ] Tilman Hausherr commented on COMPRESS-661: -- I made a small mistake, I forgot to add "t

[jira] [Resolved] (COMPRESS-661) ArchiveInputStream markSupported should always return false

2024-03-05 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved COMPRESS-661. -- Fix Version/s: 1.26.1 Resolution: Fixed > ArchiveInputStream markSuppor

[jira] [Updated] (COMPRESS-661) ArchiveInputStream markSupported should always return false

2024-03-05 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated COMPRESS-661: - Summary: ArchiveInputStream markSupported should always return false (was: commons

[jira] [Commented] (COMPRESS-661) ArchiveInputStream markSupported should always return false

2024-03-05 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823617#comment-17823617 ] Gary D. Gregory commented on COMPRESS-661: -- * Changed title to "ArchiveInputS

[jira] [Created] (COMPRESS-670) Support mark() and reset() in ArchiveInputStream

2024-03-05 Thread Gary D. Gregory (Jira)
Gary D. Gregory created COMPRESS-670: Summary: Support mark() and reset() in ArchiveInputStream Key: COMPRESS-670 URL: https://issues.apache.org/jira/browse/COMPRESS-670 Project: Commons Compress

[jira] [Commented] (COMPRESS-661) commons-compress 1.26.0 breaks Apache Tika 2.9.1

2024-03-05 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823610#comment-17823610 ] Gary D. Gregory commented on COMPRESS-661: -- TY [~tilman] I'll check it out later today/tonight

[jira] [Commented] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-03-05 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823589#comment-17823589 ] Gary D. Gregory commented on COMPRESS-666: -- Hello [~wilx] I could create a release candidate

[jira] [Commented] (COMPRESS-661) commons-compress 1.26.0 breaks Apache Tika 2.9.1

2024-03-05 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823588#comment-17823588 ] Tilman Hausherr commented on COMPRESS-661: -- {code:java} @Test public void testCompress661

[jira] [Commented] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-03-05 Thread Jira
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823583#comment-17823583 ] Václav Haisman commented on COMPRESS-666: - This defect is a real pain. We had to downgrade

[jira] [Commented] (COMPRESS-661) commons-compress 1.26.0 breaks Apache Tika 2.9.1

2024-03-05 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823575#comment-17823575 ] Gary D. Gregory commented on COMPRESS-661: -- [~tilman] Can you come up with a test case I can

[jira] [Comment Edited] (COMPRESS-661) commons-compress 1.26.0 breaks Apache Tika 2.9.1

2024-03-05 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823501#comment-17823501 ] Tilman Hausherr edited comment on COMPRESS-661 at 3/5/24 8:56 AM: -- I

[jira] [Commented] (COMPRESS-661) commons-compress 1.26.0 breaks Apache Tika 2.9.1

2024-03-05 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823501#comment-17823501 ] Tilman Hausherr commented on COMPRESS-661: -- I built it locally and the tika build problems

[jira] [Commented] (COMPRESS-669) Allow usage of non-Pack200 features without Commons Lang 3

2024-03-04 Thread Basil Crow (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823359#comment-17823359 ] Basil Crow commented on COMPRESS-669: - I agree. I would be willing to review a PR as well. > Al

[jira] [Commented] (COMPRESS-669) Allow usage of non-Pack200 features without Commons Lang 3

2024-03-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823355#comment-17823355 ] Michael Osipov commented on COMPRESS-669: - Nope, but as said if the code isn't too complex

[jira] [Commented] (COMPRESS-669) Allow usage of non-Pack200 features without Commons Lang 3

2024-03-04 Thread Basil Crow (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823349#comment-17823349 ] Basil Crow commented on COMPRESS-669: - I have not. Have you? > Allow usage of non-Pack200 featu

[jira] [Commented] (COMPRESS-669) Allow usage of non-Pack200 features without Commons Lang 3

2024-03-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823347#comment-17823347 ] Michael Osipov commented on COMPRESS-669: - Have you tried to change that spot? > Allow us

[jira] [Commented] (COMPRESS-661) commons-compress 1.26.0 breaks Apache Tika 2.9.1

2024-03-04 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823334#comment-17823334 ] Gary D. Gregory commented on COMPRESS-661: -- Hi All I added the attached jar file as a test

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

2024-03-04 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-598 ] Gary D. Gregory deleted comment on COMPRESS-598: -- was (Author: garydgregory): I added the attached jar file as a test fixture for {{org.apache.commons.compress.archivers.ListerTest

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

2024-03-04 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1782#comment-1782 ] Gary D. Gregory commented on COMPRESS-598: -- I added the attached jar file as a test fixture

[jira] [Commented] (COMPRESS-669) Allow usage of non-Pack200 features without Commons Lang 3

2024-03-04 Thread Basil Crow (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823320#comment-17823320 ] Basil Crow commented on COMPRESS-669: - Yes, that is the problematic usage. > Allow usage of

[jira] [Commented] (COMPRESS-669) Allow usage of non-Pack200 features without Commons Lang 3

2024-03-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823310#comment-17823310 ] Michael Osipov commented on COMPRESS-669: - Are we talking about: https://github.com/apache

[jira] [Created] (COMPRESS-669) Allow usage of non-Pack200 features without Commons Lang 3

2024-03-04 Thread Basil Crow (Jira)
Basil Crow created COMPRESS-669: --- Summary: Allow usage of non-Pack200 features without Commons Lang 3 Key: COMPRESS-669 URL: https://issues.apache.org/jira/browse/COMPRESS-669 Project: Commons Compress

[jira] [Created] (CODEC-320) Wrong output of DoubleMetaphone in 1.16.1

2024-03-04 Thread Martin Frydl (Jira)
Martin Frydl created CODEC-320: -- Summary: Wrong output of DoubleMetaphone in 1.16.1 Key: CODEC-320 URL: https://issues.apache.org/jira/browse/CODEC-320 Project: Commons Codec Issue Type: Bug

[jira] [Commented] (CODEC-318) Possible path traversal vulnerability in the Digest class CLI

2024-03-04 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CODEC-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823216#comment-17823216 ] Gary D. Gregory commented on CODEC-318: --- [~arthur.chan]  If you want to report a vulnerability, you

[jira] [Resolved] (COMPRESS-644) ArchiveStreamFactory.detect(InputStream) returns TAR for ICO file

2024-03-04 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved COMPRESS-644. -- Fix Version/s: 1.26.1 Resolution: Fixed > ArchiveStreamFactory.det

[jira] [Updated] (COMPRESS-644) ArchiveStreamFactory.detect(InputStream) returns TAR for ICO file

2024-03-04 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated COMPRESS-644: - Summary: ArchiveStreamFactory.detect(InputStream) returns TAR for ICO file

[jira] [Commented] (CODEC-319) DeferredFileOutputStream does not delete the temporary file created

2024-03-04 Thread Sheung Chi Chan (Jira)
[ https://issues.apache.org/jira/browse/CODEC-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823194#comment-17823194 ] Sheung Chi Chan commented on CODEC-319: --- Wrong issue, should post to Commons-IO instead

[jira] [Created] (IO-849) DeferredFileOutputStream does not delete the temporary file created

2024-03-04 Thread Sheung Chi Chan (Jira)
Sheung Chi Chan created IO-849: -- Summary: DeferredFileOutputStream does not delete the temporary file created Key: IO-849 URL: https://issues.apache.org/jira/browse/IO-849 Project: Commons IO

[jira] [Closed] (CODEC-319) DeferredFileOutputStream does not delete the temporary file created

2024-03-04 Thread Sheung Chi Chan (Jira)
[ https://issues.apache.org/jira/browse/CODEC-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sheung Chi Chan closed CODEC-319. - Resolution: Abandoned > DeferredFileOutputStream does not delete the temporary file crea

[jira] [Created] (CODEC-319) DeferredFileOutputStream does not delete the temporary file created

2024-03-04 Thread Sheung Chi Chan (Jira)
Sheung Chi Chan created CODEC-319: - Summary: DeferredFileOutputStream does not delete the temporary file created Key: CODEC-319 URL: https://issues.apache.org/jira/browse/CODEC-319 Project: Commons

[jira] [Created] (CODEC-318) Possible path traversal vulnerability in the Digest class CLI

2024-03-04 Thread Sheung Chi Chan (Jira)
Sheung Chi Chan created CODEC-318: - Summary: Possible path traversal vulnerability in the Digest class CLI Key: CODEC-318 URL: https://issues.apache.org/jira/browse/CODEC-318 Project: Commons Codec

[jira] [Commented] (COMPRESS-659) TarArchiveOutputStream should use Commons IO Charsets instead of Commons Codec Charsets

2024-03-04 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823146#comment-17823146 ] Gary D. Gregory commented on COMPRESS-659: -- [~norrisjeremy]  I should be able to get

[jira] [Commented] (COMPRESS-659) TarArchiveOutputStream should use Commons IO Charsets instead of Commons Codec Charsets

2024-03-04 Thread Jeremy Norris (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823137#comment-17823137 ] Jeremy Norris commented on COMPRESS-659: Just checking again if there is any progress

[jira] [Comment Edited] (DBCP-597) Validation query not timing out on connections managed by SharedPoolDataSource

2024-03-03 Thread Xiaotian Bai (Jira)
[ https://issues.apache.org/jira/browse/DBCP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823032#comment-17823032 ] Xiaotian Bai edited comment on DBCP-597 at 3/4/24 5:39 AM: --- A quick simple test

[jira] [Comment Edited] (DBCP-597) Validation query not timing out on connections managed by SharedPoolDataSource

2024-03-03 Thread Xiaotian Bai (Jira)
[ https://issues.apache.org/jira/browse/DBCP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823032#comment-17823032 ] Xiaotian Bai edited comment on DBCP-597 at 3/4/24 5:20 AM: --- A quick simple test

[jira] [Comment Edited] (DBCP-597) Validation query not timing out on connections managed by SharedPoolDataSource

2024-03-03 Thread Xiaotian Bai (Jira)
[ https://issues.apache.org/jira/browse/DBCP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823032#comment-17823032 ] Xiaotian Bai edited comment on DBCP-597 at 3/4/24 5:11 AM: --- A quick simple test

[jira] [Comment Edited] (DBCP-597) Validation query not timing out on connections managed by SharedPoolDataSource

2024-03-03 Thread Xiaotian Bai (Jira)
[ https://issues.apache.org/jira/browse/DBCP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823032#comment-17823032 ] Xiaotian Bai edited comment on DBCP-597 at 3/4/24 5:08 AM: --- A quick simple test

[jira] [Commented] (DBCP-597) Validation query not timing out on connections managed by SharedPoolDataSource

2024-03-03 Thread Xiaotian Bai (Jira)
[ https://issues.apache.org/jira/browse/DBCP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823032#comment-17823032 ] Xiaotian Bai commented on DBCP-597: --- A quick simple test would be  {quote}SharedPoolDataSource ds = new

[jira] [Comment Edited] (DBCP-597) Validation query not timing out on connections managed by SharedPoolDataSource

2024-03-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823024#comment-17823024 ] Gary D. Gregory edited comment on DBCP-597 at 3/4/24 3:15 AM: -- Hello

[jira] [Commented] (DBCP-597) Validation query not timing out on connections managed by SharedPoolDataSource

2024-03-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823024#comment-17823024 ] Gary D. Gregory commented on DBCP-597: -- Hello [~xiaotianbai]  Thank you for reaching out. Would you

[jira] [Updated] (DBCP-597) Validation query not timing out on connections managed by SharedPoolDataSource

2024-03-03 Thread Xiaotian Bai (Jira)
[ https://issues.apache.org/jira/browse/DBCP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaotian Bai updated DBCP-597: -- Description: We are running a Java application that uses *org.apache.commons.dbcp2

[jira] [Commented] (LANG-1730) DateUtils.parseDateWithLeniency() doesn't accept "GMT" as "zzz" timezone on Android

2024-03-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823023#comment-17823023 ] Gary D. Gregory commented on LANG-1730: --- We test on Java LTS versions 8, 11, 17, and 21. See

[jira] [Updated] (DBCP-597) Validation query not timing out on connections managed by SharedPoolDataSource

2024-03-03 Thread Xiaotian Bai (Jira)
[ https://issues.apache.org/jira/browse/DBCP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaotian Bai updated DBCP-597: -- Description: We are running a Java application that uses *org.apache.commons.dbcp2

[jira] [Created] (DBCP-597) Validation query not timing out on connections managed by SharedPoolDataSource

2024-03-03 Thread Xiaotian Bai (Jira)
Xiaotian Bai created DBCP-597: - Summary: Validation query not timing out on connections managed by SharedPoolDataSource Key: DBCP-597 URL: https://issues.apache.org/jira/browse/DBCP-597 Project: Commons

[jira] [Closed] (COMPRESS-667) ZipFile Builder lacks convenience constructors for File/Path

2024-03-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed COMPRESS-667. > ZipFile Builder lacks convenience constructors for File/P

[jira] [Commented] (COMPRESS-667) ZipFile Builder lacks convenience constructors for File/Path

2024-03-03 Thread Daniel Lowe (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822987#comment-17822987 ] Daniel Lowe commented on COMPRESS-667: -- {quote}It does, look for all callers of {{ZipFile.builder

[jira] [Updated] (LANG-1730) DateUtils.parseDateWithLeniency() doesn't accept "GMT" as "zzz" timezone on Android

2024-03-02 Thread Hai Zhang (Jira)
[ https://issues.apache.org/jira/browse/LANG-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hai Zhang updated LANG-1730: Description: Commons Lang3 3.14.0 DateUtils, i.e. FastDateParser under the hood, doesn't accept &quo

[jira] [Updated] (LANG-1730) DateUtils.parseDateWithLeniency() doesn't accept "GMT" as "zzz" timezone on Android

2024-03-02 Thread Hai Zhang (Jira)
[ https://issues.apache.org/jira/browse/LANG-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hai Zhang updated LANG-1730: Description: Commons Lang3 3.14.0 DateUtils, i.e. FastDateParser under the hood, doesn't accept &quo

[jira] [Created] (LANG-1730) DateUtils.parseDateWithLeniency() doesn't accept "GMT" as "zzz" timezone on Android

2024-03-02 Thread Hai Zhang (Jira)
Hai Zhang created LANG-1730: --- Summary: DateUtils.parseDateWithLeniency() doesn't accept "GMT" as "zzz" timezone on Android Key: LANG-1730 URL: https://issues.apache.org/jira/browse/LANG-1730

[jira] [Commented] (CLI-327) Date processing tests fail on some systems

2024-03-02 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CLI-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822855#comment-17822855 ] Gary D. Gregory commented on CLI-327: - Hi [~claude]  This could be the same type of fun issues we see

[jira] [Commented] (CLI-327) Date processing tests fail on some systems

2024-03-02 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/CLI-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822854#comment-17822854 ] Claude Warren commented on CLI-327: --- Errors include   {{[ERROR] Tests run: 55, Failures: 1, Errors: 0

[jira] [Updated] (CLI-327) Date processing tests fail on some systems

2024-03-02 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/CLI-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren updated CLI-327: -- Assignee: Claude Warren > Date processing tests fail on some syst

[jira] [Created] (CLI-327) Date processing tests fail on some systems

2024-03-02 Thread Claude Warren (Jira)
Claude Warren created CLI-327: - Summary: Date processing tests fail on some systems Key: CLI-327 URL: https://issues.apache.org/jira/browse/CLI-327 Project: Commons CLI Issue Type: Bug

[jira] [Resolved] (COMPRESS-668) Commons-Compress is missing OSGI export packages for some Java packages

2024-03-02 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved COMPRESS-668. -- Fix Version/s: 1.26.1 Resolution: Fixed > Commons-Compress is missing O

[jira] [Commented] (COMPRESS-668) Commons-Compress is missing OSGI export packages for some Java packages

2024-03-02 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822836#comment-17822836 ] Gary D. Gregory commented on COMPRESS-668: -- [~stevon]  If all goes well, 1.26.1 will be out

[jira] [Commented] (COMPRESS-668) Commons-Compress is missing OSGI export packages for some Java packages

2024-03-01 Thread Stevon (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822778#comment-17822778 ] Stevon commented on COMPRESS-668: - I do see it there when building 1.26.1, but our issue is with 1.26.0

[jira] [Resolved] (CONFIGURATION-838) Properties parser stack overflows on large single-key inputs

2024-03-01 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved CONFIGURATION-838. --- Fix Version/s: 2.9.1 Resolution: Fixed > Properties par

[jira] [Commented] (CONFIGURATION-838) Properties parser stack overflows on large single-key inputs

2024-03-01 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822741#comment-17822741 ] Gary D. Gregory commented on CONFIGURATION-838: --- For example: {noformat

[jira] [Comment Edited] (COMPRESS-668) Commons-Compress is missing OSGI export packages for some Java packages

2024-03-01 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822737#comment-17822737 ] Gary D. Gregory edited comment on COMPRESS-668 at 3/2/24 2:11 AM

[jira] [Updated] (COMPRESS-668) Commons-Compress is missing OSGI export packages for some Java packages

2024-03-01 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated COMPRESS-668: - Affects Version/s: 1.26.0 > Commons-Compress is missing OSGI export packages for s

[jira] [Commented] (COMPRESS-668) Commons-Compress is missing OSGI export packages for some Java packages

2024-03-01 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822737#comment-17822737 ] Gary D. Gregory commented on COMPRESS-668: -- In the "Export-Package", sec

[jira] [Commented] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-03-01 Thread Cosmin Carabet (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822726#comment-17822726 ] Cosmin Carabet commented on COMPRESS-666: - Hey. The master branch looks very promising, thanks

[jira] [Resolved] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-03-01 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved COMPRESS-666. -- Fix Version/s: 1.26.1 Resolution: Fixed [~cosmin79]  Thank you for your help

[jira] [Updated] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-03-01 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated COMPRESS-666: - Assignee: Gary D. Gregory > Multithreaded access to Tar archive thr

[jira] [Created] (COMPRESS-668) Commons-Compress is missing OSGI export packages for some Java packages

2024-03-01 Thread Stevon (Jira)
Stevon created COMPRESS-668: --- Summary: Commons-Compress is missing OSGI export packages for some Java packages Key: COMPRESS-668 URL: https://issues.apache.org/jira/browse/COMPRESS-668 Project: Commons

[jira] [Commented] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-03-01 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822697#comment-17822697 ] Gary D. Gregory commented on COMPRESS-666: -- Thank your [~cosmin79] I'll take a look

[jira] [Comment Edited] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-03-01 Thread Cosmin Carabet (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822644#comment-17822644 ] Cosmin Carabet edited comment on COMPRESS-666 at 3/1/24 6:00 PM: - I've

[jira] [Comment Edited] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-03-01 Thread Cosmin Carabet (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822644#comment-17822644 ] Cosmin Carabet edited comment on COMPRESS-666 at 3/1/24 5:48 PM: - I've

[jira] [Comment Edited] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-03-01 Thread Cosmin Carabet (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822644#comment-17822644 ] Cosmin Carabet edited comment on COMPRESS-666 at 3/1/24 5:39 PM: - I've

[jira] [Commented] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-03-01 Thread Cosmin Carabet (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822644#comment-17822644 ] Cosmin Carabet commented on COMPRESS-666: - I've done a binary search on the master branch

[jira] [Commented] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-03-01 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822634#comment-17822634 ] Gary D. Gregory commented on COMPRESS-666: -- I don't see any shared state, aside from constants

[jira] [Commented] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-03-01 Thread Cosmin Carabet (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822626#comment-17822626 ] Cosmin Carabet commented on COMPRESS-666: - That's an interesting theory. So with the above

[jira] [Commented] (BEANUTILS-439) Save Logger in static field in MethodUtils instead of requesting it on every method invocation

2024-03-01 Thread Samael Bate (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822530#comment-17822530 ] Samael Bate commented on BEANUTILS-439: --- the logger in MethodUtils is currently static

[jira] [Commented] (IMAGING-373) OutOfMemory with invalid ICO input file

2024-02-29 Thread Milan Nikl (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822423#comment-17822423 ] Milan Nikl commented on IMAGING-373: I'm using the library to load selected types of images (GIF

[jira] [Comment Edited] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-02-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17821892#comment-17821892 ] Gary D. Gregory edited comment on COMPRESS-666 at 3/1/24 2:23 AM

[jira] [Updated] (DBCP-421) java.sql.SQLException: Closed Connection

2024-02-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated DBCP-421: - Fix Version/s: (was: 1.3.1) (was: 1.4.1) > java.sql.SQLExcept

[jira] [Resolved] (DBCP-467) Add OSGi integration tests

2024-02-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved DBCP-467. -- Fix Version/s: 2.11.0 Resolution: Fixed Done a while back. > Add OSGi integration te

[jira] [Resolved] (DBCP-473) Data source bean creation failed due to mismatched return type of setter and getter for connectionInitSqls in BasicDataSource

2024-02-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved DBCP-473. -- Fix Version/s: 2.12.0 Resolution: Fixed Added {{Add BasicDataSource.setConnectionInitSqls

[jira] [Updated] (DBCP-473) Data source bean creation failed due to mismatched return type of setter and getter for connectionInitSqls in BasicDataSource

2024-02-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated DBCP-473: - Summary: Data source bean creation failed due to mismatched return type of setter and getter

[jira] [Resolved] (DBCP-477) Documentation out of date and confusing

2024-02-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved DBCP-477. -- Fix Version/s: 2.11.1 Resolution: Fixed > Documentation out of date and confus

[jira] [Resolved] (DBCP-583) The "DelegatingConnection.getCatalog" method can return incorrect cached values

2024-02-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved DBCP-583. -- Resolution: Information Provided > The "DelegatingConnection.getCatalog" meth

[jira] [Comment Edited] (DBCP-583) The "DelegatingConnection.getCatalog" method can return incorrect cached values

2024-02-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17481982#comment-17481982 ] Gary D. Gregory edited comment on DBCP-583 at 2/29/24 7:17 PM: --- Hello

[jira] [Commented] (COMPRESS-666) Multithreaded access to Tar archive throws java.util.zip.ZipException: Corrupt GZIP trailer

2024-02-28 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17821892#comment-17821892 ] Gary D. Gregory commented on COMPRESS-666: -- BTW how big is the new file that has an issue

<    6   7   8   9   10   11   12   13   14   15   >