Re: [fileupload] FileUpload2 GA release soon?

2024-05-09 Thread Gary Gregory
-fileupload2-jakarta:2.0.0-M2”, so we left > everything on 2.0.0-M1. We haven’t gotten to the point of regression > testing, so I can’t speak to any issues with either milestone release > currently. > > Travis > > From: Gary Gregory > Date: Thursday, May 9, 2024 at 12:03 PM >

Re: [fileupload] FileUpload2 GA release soon?

2024-05-09 Thread Gary Gregory
Travis, I'd like to know if you are running into any issues running with 2.0.0-M2. Gary On Thu, May 9, 2024, 10:58 AM Travis Boettcher wrote: > Hi! > I am wondering if there is any update on a fileupload2 GA release. > Thanks! > Travis >

Re: Defect in commons-compress 1.26.1 null handling of ZipArchiveOutputStream:setEncoding(String)

2024-04-28 Thread Gary Gregory
On Wed, Apr 24, 2024 at 12:34 PM Jeffrey Adamson wrote: > > I was able to create issue COMPRESS-677 with these details. I did not see > any similar existing issues. Hopefully I followed the relevant > processes correctly. You did and thank you. Gary > > On Wed, Apr 24, 2024 at 11:31 AM Jeffrey

[ANNOUNCE] Apache Commons Codec 1.17.0

2024-04-27 Thread Gary Gregory
://commons.apache.org/proper/commons-codec/ Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi Gary Gregory - Apache Commons Team - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org

Re: [NET] 451-Error during read from data connection

2024-04-23 Thread Gary Gregory
Hello Marcin, What version are you using? Make sure yoy test with the current version 3.10.0. Without a reproducible integration test, we don't have anything to debug. If you can create a PR with a smallest reproducible test case, that would be grea. You can use Docker if it can't all be done in

[ANNOUNCE] Apache Commons Imaging 1.0.0-alpha5

2024-04-18 Thread Gary Gregory
://commons.apache.org/proper/commons-imaging//download_text.cgi Gary Gregory - Apache Commons Team - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h...@commons.apache.org

[ANNOUNCE] Apache Commons CLI Version 1.7.0

2024-04-17 Thread Gary Gregory
on Apache Commons CLI, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CLI website: https://commons.apache.org/proper/commons-cli/ Download page: https://commons.apache.org/proper/commons-cli/download_cli.cgi Gary Gregory

[ANNOUNCE] Apache Commons Text Version 1.12.0

2024-04-17 Thread Gary Gregory
://commons.apache.org/proper/commons-text Download page: https://commons.apache.org/proper/commons-text/download_text.cgi Gary Gregory - Apache Commons Team - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e

Re: [CONFIGURATION] INIConfiguration with empty section key not supported

2024-04-15 Thread Gary Gregory
Hello Thomas, You might want to look at the unit tests to see if there are any expectations regarding empty section names. I don't know off the top of my head. Gary On Mon, Apr 15, 2024, 11:41 AM Steiner Thomas wrote: > Hi, > > should it possible to parse an ini-File with an empty section key

[ANNOUNCE] Apache Commons IO 2.16.1

2024-04-09 Thread Gary Gregory
Reimplement FileSystemUtils using NIO. Thanks to Gary Gregory. o IO-851: FileSystemUtils no longer throws IllegalStateException. Thanks to Sebb, Gary Gregory. o Avoid possible NullPointerException in FileUtils.listAccumulate(File, IOFileFilter, IOFileFilter, FileVisitOption...). Thanks to Gary

Re: [commons-email] Upgrade to java 17 and jakarta mail

2024-04-04 Thread Gary Gregory
a.com> > > [http://signature.cegeka.com/SignatureRO/bannerRO.jpg] > > > > From: Gary Gregory > Sent: Monday, March 18, 2024 7:11 PM > To: Commons Users List > Subject: Re: [commons-email] Upgrade to java 17 and jakarta mail > > I had s

[ANNOUNCE] Apache Commons Collections 4.5.0-M1

2024-04-02 Thread Gary Gregory
, or suggestions for improvement, see the Apache Commons Collections website: https://commons.apache.org/proper/commons-collections/ Download page: https://commons.apache.org/proper/commons-collections/download_collections.cgi Gary Gregory Apache Commons Team

[ANNOUNCE] Apache Commons Imaging 1.0.0-alpha4

2024-04-02 Thread Gary Gregory
://commons.apache.org/proper/commons-imaging//download_text.cgi Have fun! Gary Gregory - Apache Commons Team - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h...@commons.apache.org

Re: Multiple errors while unpacking v1.26.1

2024-04-02 Thread Gary Gregory
I agree with Bindul's analysis. Gary On Tue, Apr 2, 2024, 4:01 AM Bindul Bhowmik wrote: > Sahil, > > It looks like whatever tool you are using is trying to recursively unpack > all files within the archive. I don't think you mean to do that, do you? > The commons compress test source tree

Re: [commons-cli] How to handle deprecating options?

2024-03-22 Thread Gary Gregory
That sounds like a great feature to add to Commons CLI. Gary On Fri, Mar 22, 2024, 10:25 AM Eric Pugh wrote: > We use commons-cli in Apache Solr, and we’re currently trying to > standardize our mash-mash of command line arguments. How do people handle > deprecating an option in the Builder

Re: RE: Re: release of commons-imaging

2024-03-22 Thread Gary Gregory
ork for my purposes. I cannot really make use of a > > SNAPSHOT, so any sort of tagged release, short of a 1.0 release would > > suffice if it contained the WebP support. > > > > Thanks and regards > > > > William > > > > On 2024/02/28 15:43:06 Gary

[ANNOUNCE] Apache Commons Configuration 2.10.1

2024-03-20 Thread Gary Gregory
in various formats; this version requires Java 8. Minor release with new features and updated dependencies; requires Java 8 or above. Changes in this version include: Fixed Bugs * CONFIGURATION-839: java.lang.module.FindException: Module servlet.api not found. Thanks to Bob Marinier, Gary Gregory

Re: commons-compress-1.26.1 false positive on detecting archive

2024-03-19 Thread Gary Gregory
Hello Gren, Feel free to provide a PR on GitHub (with a unit test) so we can see clearly what you suggest. TY! Gary On Tue, Mar 19, 2024, 7:46 AM Gren Elliot wrote: > Hi, > > > > I’m finding that commons-compress-1.26.1 is recognising a utf-16 text file > as a tar archive – unlike the

Re: [commons-email] Upgrade to java 17 and jakarta mail

2024-03-18 Thread Gary Gregory
i Gary, > > I've started adopting 2.0.0-M1, I'll test it within my application and > I'll let you know. > > Thanks > > -Messaggio originale- > Da: Gary Gregory > Inviato: sabato 20 gennaio 2024 21:52 > A: Commons Users List > Oggetto: Re: [commons-email] U

Re: [math] Add module-info.java

2024-03-14 Thread Gary Gregory
The commons-parent POM automatically creates module-info.java files. A Commons component should not have to do anything beyond using a recent version. Gary On Thu, Mar 14, 2024, 8:03 PM Gili Tzabari wrote: > Hi, > > I'd like Commons Math to add module-info.java to all the components. I >

[ANNOUNCE] Apache Commons Configuration 2.10.0

2024-03-13 Thread Gary Gregory
Gary Gregory Apache Commons Team - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h...@commons.apache.org

Re: Processing password protected zipfiles

2024-03-12 Thread Gary Gregory
Hello Sana, Please see https://commons.apache.org/proper/commons-compress/examples.html Gary On Tue, Mar 12, 2024, 5:59 AM Sana Kausar wrote: > Hi Team, > > I have a requirement of extracting a zip file and a .7z file which are > password protected. Does your latest release support

Re: [External] - Re: MultivariateNormalMixtureExpectationMaximization only 1 dimension

2024-03-11 Thread Gary Gregory
nderstanding. Also I definitely do not have enough math chops to > change this type of code, I'm simply trying to do a port from matlab to > java. > > -Craig > > > ____ > From: Gary Gregory > Sent: Monday, March 11, 2024 12:27 PM > To: Co

Re: [External] - Re: MultivariateNormalMixtureExpectationMaximization only 1 dimension

2024-03-11 Thread Gary Gregory
Hi Craig, In general, the fastest way to address an issue you care about is to provide a PR in GitHub, with a unit test  Gary On Mon, Mar 11, 2024, 2:06 PM Craig Brautigam wrote: > Just bumping this up...Would it be possible to get a fix for this? > > > Thx! > > >

[ANNOUNCE] Apache Commons Compress Version 1.26.1

2024-03-09 Thread Gary Gregory
the Apache Commons Compress website: https://commons.apache.org/proper/commons-compress/ Download page: https://commons.apache.org/proper/commons-compress/download_io.cgi Gary Gregory - Apache Commons Team - To unsubscribe, e

Re: common-compress 1.26.1 not available on Maven

2024-03-08 Thread Gary Gregory
The vote is in progress and closes tonight. If all goes well, the files should hit Maven Central later tonight. Gary On Fri, Mar 8, 2024, 10:09 AM Sahib Yar wrote: > Hello Commons Team, > > I can see on github > < >

[ANNOUNCE] Apache Commons DBCP 2.12.0

2024-03-04 Thread Gary Gregory
-dbcp/ Download page: https://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi Gary Gregory Apache Commons Team - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h

Re: release of commons-imaging

2024-02-28 Thread Gary Gregory
Yes: M is for milestone. Gary On Wed, Feb 28, 2024, 10:40 AM Bruno Kinoshita wrote: > > > > Why not continue with experimental releases using the same scheme > > (i.e. "alpha", then "beta") with the agreed on semantics (that > > compatibility > > can be broken)? > > > Sounds good to me too, at

Re: release of commons-imaging

2024-02-28 Thread Gary Gregory
t's necessary to reduce impact to users) with M1/M2/M3, the same > way we did with the alpha releases, then I'm +1 for that already. > > Thanks! > > On Wed, 28 Feb 2024 at 13:50, Gary Gregory wrote: > > > I would like to have an M1 release to push out the current cod

Re: release of commons-imaging

2024-02-28 Thread Gary Gregory
I would like to have an M1 release to push out the current code base. I am not 100% confident that we have the public and protected API right, specifically we might have too much public and protected. YMMV. Gary On Wed, Feb 28, 2024, 6:36 AM Bruno Kinoshita wrote: > BTW, let us know if there

[ANNOUNCE] Apache Commons BCEL 3.8.2

2024-02-26 Thread Gary Gregory
to submit bug reports, patches, or suggestions for improvement, see the Apache Commons BCEL website: https://commons.apache.org/proper/commons-bcel Download it from https://commons.apache.org/proper/commons-bcel/download_bcel.cgi Have fun! Gary Gregory -Apache Commons BCEL team

Re: CVE-2024-25710: Apache Commons Compress: Denial of service caused by an infinite loop for a corrupted DUMP file

2024-02-19 Thread Gary Gregory
Ses also https://github.com/google/oss-fuzz/pull/11616/files Gary On Mon, Feb 19, 2024 at 3:57 PM Gary Gregory wrote: > > Hi Magnus and all, > > This was discovered through fuzz testing, basically if some bits in > some parts of a file follow some pattern, then the infi

Re: CVE-2024-25710: Apache Commons Compress: Denial of service caused by an infinite loop for a corrupted DUMP file

2024-02-19 Thread Gary Gregory
Hi Magnus and all, This was discovered through fuzz testing, basically if some bits in some parts of a file follow some pattern, then the infinite loop kicks in. It only happens if your Commons Compress client code decides to parse a DUMP file. The ticket

Re: [ANNOUNCE] Apache Commons Compress 1.26.0

2024-02-19 Thread Gary Gregory
.snappy > --> org.apache.commons.codec.digest.PureJavaCrc32C * > --> org.apache.commons.codec.digest.PureJavaCrc32C.PureJavaCrc32C() * > --> org.apache.commons.codec.digest.PureJavaCrc32C.getValue() * > --> org.apache.commons.codec.digest.PureJavaCrc32C.reset() * > --> org.apache.commons.codec.digest.Pure

[ANNOUNCE] Apache Commons Compress 1.26.0

2024-02-18 Thread Gary Gregory
, or suggestions for improvement, see the Apache Commons Compress website: https://commons.apache.org/proper/commons-compress/ Download page: https://commons.apache.org/proper/commons-compress/download_io.cgi Have fun! Gary Gregory -Apache Commons Team

[ANNOUNCE] Apache Commons Codec 1.16.1

2024-02-09 Thread Gary Gregory
, or suggestions for improvement, see the Apache Commons Codec website: https://commons.apache.org/proper/commons-codec/ Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi Gary Gregory Apache Commons Team

Re: Missing commons-fileupload2-jakarta-2.0.0-M2.jar in fileupload2 binaries

2024-02-02 Thread Gary Gregory
The next release will address any issues. In the meantime, you can get the jars from a Maven repository. Gary On Fri, Feb 2, 2024, 1:10 AM Subbu V wrote: > I see that commons-fileupload2-jakarta-2.0.0-M2.jar is missing in the > zip/tar binary files for fileupload2 M2 release; in M1 I can see

Re: Evaluating FileAlterationMonitor

2024-01-30 Thread Gary Gregory
gt; > TY! > > Gary > > On 2024/01/29 23:15:17 Gary Gregory wrote: > > YW. I think you could sort files if I refactor the monitor a bit such > that > > you can plug in a custom comparator (it's already there internally)... > > > > Gary > > > > On

Re: Evaluating FileAlterationMonitor

2024-01-29 Thread Gary Gregory
oesn't seem to notify about files that already exist. I will have to > add this as well, although it is optional because it doesn't work correctly > in my current system. > > Thank you, > > Patrick R. Thomas > > -Original Message- > From: Gary Gregory > Sent:

Re: Evaluating FileAlterationMonitor

2024-01-29 Thread Gary Gregory
Sigh, Java document -> Javadoc. Gary On Mon, Jan 29, 2024, 2:04 PM Gary Gregory wrote: > The documentation we have is on the site and the Java document. If you > have improvements on the code or documentation, we welcome them as PRs on > GitHub. > > The monitor thread wake

Re: Evaluating FileAlterationMonitor

2024-01-29 Thread Gary Gregory
The documentation we have is on the site and the Java document. If you have improvements on the code or documentation, we welcome them as PRs on GitHub. The monitor thread wakes up, looks around, and fires events. If a file is not there because a network connection is broken, this will show up as

[IO] Evaluating FileAlterationMonitor

2024-01-29 Thread Gary Gregory
Resetting the subject to include the component. Gafy On Mon, Jan 29, 2024, 1:45 PM Thomas, Patrick R wrote: > Hello, > > Our application monitors multiple folders for new files to import. Once a > new file is detected, it is moved to a working folder where it is processed > and then moved to

Re: [commons-email] Upgrade to java 17 and jakarta mail

2024-01-20 Thread Gary Gregory
Raffael, I'm waiting to hear back ;-) Gary On Thu, Jan 18, 2024 at 8:24 AM Gary Gregory wrote: > > Raffael, > > I can cut 2.0.0-M1 anytime (mod our 72-hour review process). But I > would prefer to have a use case like yours so we can avoid having to > release a 2.0.0-M2 immed

Re: [commons-email] Upgrade to java 17 and jakarta mail

2024-01-18 Thread Gary Gregory
s Gary, > > I have to plan my work, so if you can, could you be more specific when you > say "soon"? Is it a question of weeks or months? > > I need an answer to choose if refactor the code using commons-email without > commons-email. > > Thank you again > > --

Re: [commons-email] Upgrade to java 17 and jakarta mail

2024-01-18 Thread Gary Gregory
Hello Raffael, We have a release 2.0.0 in the works to support Jakarta for which a release candidate for milestone release 1 should be available "soon". In the meantime, the best I can offer is to point you to our snapshot build for version 2.0.0-M1-SNAPSHOT in

[ANNOUNCE] Apache Commons BCEL 6.8.1

2024-01-12 Thread Gary Gregory
instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons BCEL website: https://commons.apache.org/proper/commons-bcel Download it from https://commons.apache.org/proper/commons-bcel/download_bcel.cgi Have fun! Gary Gregory -Apache Commons BCEL team

[ANNOUNCE] Apache Commons BCEL 6.8.1

2024-01-12 Thread Gary Gregory
instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons BCEL website: https://commons.apache.org/proper/commons-bcel Download it from https://commons.apache.org/proper/commons-bcel/download_bcel.cgi Have fun! Gary Gregory -Apache Commons BCEL team

Re: JDK 17 compatibility with commons-cli

2024-01-12 Thread Gary Gregory
I think the next commons-parent will fix that by updating the Maven SpotBugs plugin. Gary On Fri, Jan 12, 2024, 7:06 AM Tamás Cservenák wrote: > Howdy, > > Gary, is that "Maven issue" reported? If so, which one is it? > > Thanks > T > > On Fri, Jan 12, 202

Re: JDK 17 compatibility with commons-cli

2024-01-12 Thread Gary Gregory
The GitHub build tests https://github.com/apache/commons-cli/actions/runs/7501684649 with Java LTS versiosn 8, 11, 17, 21. Also 22-ea as an experiment which currently fails due to a Maven issue. Gary On Fri, Jan 12, 2024, 4:20 AM Hrach Papikyan wrote: > Hey, > > I would like to clarify whether

[ANNOUNCE] Apache Commons Exec Version 1.4.0

2024-01-06 Thread Gary Gregory
, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Exec website: https://commons.apache.org/proper/commons-exec/ Download page: https://commons.apache.org/proper/commons-exec//download_text.cgi Have fun! Gary Gregory -Apache Commons Team

Re: XmlStreamReader encoding regexp does not work anymore without version

2024-01-02 Thread Gary Gregory
I fixed this in git master and 2.16.0-SNAPSHOT builds. Please test and report back!  Gary On Tue, Jan 2, 2024, 11:03 AM Gary Gregory wrote: > Ah, intersection, I'll look into it. > > Gary > > > On Tue, Jan 2, 2024, 9:50 AM Andreas Hubold > wrote: >

Re: XmlStreamReader encoding regexp does not work anymore without version

2024-01-02 Thread Gary Gregory
also > don't have version attributes, so this might still be a valid use case? > > > > > > > Cheers > Andreas > > > Gary Gregory schrieb am 02.01.24 um 15:42: > > [Sie erhalten nicht häufig E-Mails vongarydgreg...@gmail.com. Weitere > Informati

Re: XmlStreamReader encoding regexp does not work anymore without version

2024-01-02 Thread Gary Gregory
for resource consumption, which was a problem in the past IIRC. Whether or not it's a good idea to have a new lenient setting, overload the current one, or have one at all, is a different topic. Gary On Tue, Jan 2, 2024, 9:42 AM Gary Gregory wrote: > Hi Andreas, > > In an "xml&quo

Re: XmlStreamReader encoding regexp does not work anymore without version

2024-01-02 Thread Gary Gregory
Hi Andreas, In an "xml" PI, the "version" is NOT optional, see https://www.w3.org/TR/REC-xml/#sec-pi If we tried to handle all cases of invalid documents, then there would be no end to it. Gary On Tue, Jan 2, 2024 at 9:36 AM Gary Gregory wrote: > > Ah, you a

Re: XmlStreamReader encoding regexp does not work anymore without version

2024-01-02 Thread Gary Gregory
Ah, you are talking about something different, I am sorry about that. Looking... Gary On Tue, Jan 2, 2024 at 9:35 AM Gary Gregory wrote: > > Hello Andrea, > > Please try git master or a 2.16.0-SNAPSHOT build > (https://repository.apache.org/content/repositories/snapshots/common

Re: XmlStreamReader encoding regexp does not work anymore without version

2024-01-02 Thread Gary Gregory
Hello Andrea, Please try git master or a 2.16.0-SNAPSHOT build (https://repository.apache.org/content/repositories/snapshots/commons-io/commons-io/2.16.0-SNAPSHOT) I fixed this today as reported in https://github.com/apache/commons-io/pull/550 TY! Gary On Tue, Jan 2, 2024 at 9:33 AM Andreas

[ANNOUNCE] Apache Commons FileUpload 2.0.0-M2

2023-12-28 Thread Gary Gregory
Commons FileUpload website: https://commons.apache.org/proper/commons-fileupload/ Download it from https://commons.apache.org/proper/commons-fileupload/download_fileupload.cgi Gary Gregory Apache Commons Team - To unsubscribe, e

Re: Release date for commons-fileupload2-jakarta?

2023-12-24 Thread Gary Gregory
cided to switch > to another solution. > > Thanks, > Paolo > > > -Ursprüngliche Nachricht- > Von: Gary Gregory > Gesendet: Montag, 11. Dezember 2023 21:33 > An: Commons Users List > Betreff: Re: Release date for commons-fileupload2-jakarta? > > [Sie er

Re: Release date for commons-fileupload2-jakarta?

2023-12-11 Thread Gary Gregory
First, this needs fixing: https://github.com/apache/commons-fileupload/pull/248 Feel free to provide a fix. There is no schedule ATM. We would like more testing, hence the M1 milestone release to make the jar easily accessible. Do test this version. We can cut a M2 version once the above PR

[ANNOUNCE] Apache Commons BCEL Version 6.8.0

2023-12-09 Thread Gary Gregory
on Apache Commons BCEL, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons BCEL website: https://commons.apache.org/proper/commons-bcel Download it from https://commons.apache.org/proper/commons-bcel/download_bcel.cgi Have fun! Gary

[ANNOUNCE] Apache Commons Logging 1.3.0

2023-12-02 Thread Gary Gregory
, or suggestions for improvement, see the Apache Commons Logging website: https://commons.apache.org/proper/commons-logging/ Gary Gregory Apache Commons Team - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional

Re: Regression/Error on commons-io FileUtils.copyFile ?

2023-11-30 Thread Gary Gregory
Hello Luis, Thank you for your detailed report. An interesting question is to check to see if the file attributes are correctly updated using 2.11 or if the file timestamp is not changed and that fact is not reported as an exception. For a new feature, free to create a PR on GitHub so we can

[ANNOUNCE] Apache Commons Lang Version 3.14.0

2023-11-27 Thread Gary Gregory
://commons.apache.org/proper/commons-lang/ Download page: https://commons.apache.org/proper/commons-lang/download_lang.cgi Have fun! Gary Gregory - Apache Commons Team - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org

Re: Issue in the Compress library extracting sparse tarballs

2023-11-24 Thread Gary Gregory
Hello Xudong Yang, I do not see a pending JIRA request in my inbox for the name "Xudong Yang", maybe someone else approved it already, otherwise, try again, please. In the meantime, the best way to move forward would be to create a PR on GitHub with a failing unit test annotated with @Disabled

[ANNOUNCE] Apache Commons Compress 1.25.0

2023-11-17 Thread Gary Gregory
Commons Compress website: https://commons.apache.org/proper/commons-compress/ Download page: https://commons.apache.org/proper/commons-compress/download_io.cgi Have fun! Gary Gregory - Apache Commons Team - To unsubscribe, e

Re: Dependency problem in commons-text 1.11.0?

2023-10-30 Thread Gary Gregory
The site is up to date and is published after released binaries are propagated to mirrors and maven central. You are likely bringing in Lang transitive from elsewhere. You can either list Text first in your dependencies or add a direct dependency on Lang first. Gary On Mon, Oct 30, 2023, 10:39

[ANNOUNCE] Apache Commons Text 1.11.0

2023-10-30 Thread Gary Gregory
-text Download page: https://commons.apache.org/proper/commons-text/download_text.cgi Have fun! Gary Gregory -Apache Commons Team - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h

Re: commons-text upgrade 1.10.0 -> 1.11.0 java.lang.NoSuchMethodError

2023-10-30 Thread Gary Gregory
Right, you can let Text transitively bring in Lang. Gary On Mon, Oct 30, 2023 at 7:56 AM Alex Herbert wrote: > > On Mon, 30 Oct 2023 at 09:40, Greg Huber wrote: > > > > Hello, > > > > Upgrading commons-text to 1.11.0, I get now this error > > > > SEVERE: Servlet.service() for servlet

[ANNOUNCE] Apache Commons CLI 1.6.0

2023-10-27 Thread Gary Gregory
/download_cli.cgi Have fun! Gary Gregory - The Apache Commons Team - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h...@commons.apache.org

[ANNOUNCE] Apache Commons IO 2.15.0

2023-10-26 Thread Gary Gregory
to submit bug reports, patches, or suggestions for improvement, see the Apache Commons IO website: https://commons.apache.org/proper/commons-io/ Download page: https://commons.apache.org/proper/commons-io/download_io.cgi Have fun! Gary Gregory - Apache Commons Team

Re: [commons-fileupload2-jakarta] JakartaServletFileUpload.getItemIterator() not working in 2.0.0-M1

2023-10-08 Thread Gary Gregory
> ++ " detected."); > +} else { > +System.out.println("File field " + name + " with file > name " > ++ item.getName() + " detected."); > +// Process the

[ANNOUNCEMENT] Apache Commons Net 3.10.0

2023-10-06 Thread Gary Gregory
://commons.apache.org/proper/commons-net/download_net.cgi Historical list of changes: https://commons.apache.org/proper/commons-net/changes-report.html Enjoy! Gary Gregory -Apache Commons Net team - To unsubscribe, e-mail: user-unsubscr

Re: [io] Encoding bug in XmlStreamReader in Commons IO 2.14.0?

2023-10-03 Thread Gary Gregory
Feel free to provide a PR on GitHub where the unit test must fail if main changes are not applied. You can also provide a PR that only contains a unit test. Gary On Tue, Oct 3, 2023, 4:13 AM Laurence Gonsalves wrote: > Hello, > > It looks like XmlStreamReader is not correctly handling several

[ANNOUNCEMENT] Apache Commons IO 2.14.0

2023-09-30 Thread Gary Gregory
instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons IO website: https://commons.apache.org/proper/commons-io/ Download page: https://commons.apache.org/proper/commons-io/download_io.cgi Have fun! Gary Gregory - Apache Commons Team

Re: [commons-fileupload2-jakarta] JakartaServletFileUpload.getItemIterator() not working in 2.0.0-M1

2023-09-29 Thread Gary Gregory
The test is GREEN > > BUT > > if i try to reuse previously created request like this: > > ``` > upload.getItemIterator(request).forEachRemaining(item -> { > ``` > > The test will fail > > > Is it be possible request was already iterated before > `forEachRe

Re: [commons-fileupload2-jakarta] JakartaServletFileUpload.getItemIterator() not working in 2.0.0-M1

2023-09-27 Thread Gary Gregory
Hi, The best way to help would be to provide a PR on GitHub with a failing test, and if you find it, a fix. Gary On Wed, Sep 27, 2023, 7:33 PM Ian Evans wrote: > Using the following library: > > > org.apache.commons > commons-fileupload2-jakarta > 2.0.0-M1 > > > The Streaming API

Re: Updating Apache Commons DBCP 2.10.0

2023-09-26 Thread Gary Gregory
The build works on Java 8 because the moditect plug-in is only invoked on Java 11 and up. Gary On Tue, Sep 26, 2023, 4:00 PM Phil Steitz wrote: > On Tue, Sep 26, 2023 at 4:50 AM Gary Gregory > wrote: > > > (Let's stop high jacking the announcement thread.) > > >

Updating Apache Commons DBCP 2.10.0

2023-09-26 Thread Gary Gregory
t; } > >> > >> /** > >>* Does nothing, thus helping to prevent session closing > and/or > >>* unbinding. > >>*/ > >> public void beforeCompletion() { > >> // do nothin

Re: [ANNOUNCEMENT] Apache Commons DBCP 2.10.0

2023-09-24 Thread Gary Gregory
Server VM Zulu11.64+19-CA (build 11.0.19+7-LTS, mixed mode) > > Not too sure what I need to do to fix this. > > Cheers > > On 03/09/2023 22:51, Gary Gregory wrote: > > The Apache Commons DBCP team is pleased to announce the release of > > Apache Commons

Re: [EMAIL] Jakarta version of commons-email ?

2023-09-22 Thread Gary Gregory
There is no time-line ATM. It's on my too list. With weeks to a few months. Gary On Fri, Sep 22, 2023, 9:19 AM John Muczynski wrote: > Re: commons-email > > My project uses commons-email and I’m upgrading to Sprint Boot 3. This > means the transition from javax.mail -> jakarta.mail > > What’s

Re: Is commons-jxpath still maintained?

2023-09-22 Thread Gary Gregory
It's still alive but there is not much activity. I might push out a release candidate in the future to support JPMS. Gary On Fri, Sep 22, 2023, 7:10 AM Debraj Manna wrote: > Hi > > We are using commons-jxpath 1.3 but the last release was done about 7 years > ago. There are some open

[ANNOUNCEMENT] Apache Commons DbUtils 1.8.1

2023-09-15 Thread Gary Gregory
not declare `uses`. Thanks to mark, Gary Gregory. Changes: o Bump commons-parent from 61 to 62. Thanks to Gary Gregory. For complete information on Apache Commons DbUtils, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons DbUtils

[ANNOUNCEMENT] Apache Commons Compress 1.24.0

2023-09-09 Thread Gary Gregory
the Apache Commons Compress website: https://commons.apache.org/compress/ Download it from https://commons.apache.org/compress/download_compress.cgi Gary Gregory, Apache Commons - To unsubscribe, e-mail: user-unsubscr

Re: [Exec] connect to already running process

2023-09-04 Thread Gary Gregory
I can't say there is enough in the text below to advise you. If you think there is a bug, you could create a failing uni test that anyone watching this list could try to debug or review no guarantees though. If there is a bug in the library, then that's a different iissue ;-) Gary On Sun,

[ANNOUNCEMENT] Apache Commons DBCP 2.10.0

2023-09-03 Thread Gary Gregory
#a2.10.0 For complete information on Apache Commons DBCP, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons DBCP website: https://commons.apache.org/dbcp/ Download page: https://commons.apache.org/dbcp/download_dbcp.cgi Gary Gregory

Re: [COMPRESS] Gracefully handling multiple compressor streams with garbage at end

2023-08-15 Thread Gary Gregory
o.input.ProxyInputStream.read(ProxyInputStream.java:205) > > Thank you! > > On 2023/07/29 14:49:23 Gary Gregory wrote: > > Hi Tim, > > > > Do you have a stack trace? Maybe this is an option we can add... > > > > Gary > > > > On W

[ANNOUNCEMENT] Apache Commons DbUtils 1.8.0

2023-08-09 Thread Gary Gregory
https://commons.apache.org/proper/commons-dbutils/download_dbcp.cgi Enjoy, Gary Gregory Apache Commons Team - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h

Re: [commons-collections4] Next release

2023-08-01 Thread Gary Gregory
K, give me a heads up when you think it is time... Gary On Tue, Aug 1, 2023, 7:19 PM Alex Herbert wrote: > On Tue, 1 Aug 2023 at 14:31, Gary Gregory wrote: > > > > That all sounds good. > > > > Do you all feel the API will be stable and final enough for a 4.5.0 >

Re: [commons-collections4] Next release

2023-08-01 Thread Gary Gregory
ub.com/apache/commons-collections/pull/402 > [3] https://github.com/Claudenw/BloomFilters/tree/stable > > On Sat, Jul 29, 2023 at 2:15 PM Gary Gregory > wrote: > > > I think we are waiting for the new bloom filter package to settle on a > > final public (and protected) API. >

Re: commons-cli: Trouble understanding the purpose of optionalArg method

2023-08-01 Thread Gary Gregory
ere I got confused > > Original Message > On 31 Jul 2023, 8:27 pm, Gary Gregory wrote: > > > Please have a look at the unit tests and the web site, the combination > of those two is a good way to see the API in action. Gary On Mon, Jul 31, > 2023, 9:58 AM S

Re: commons-cli: Trouble understanding the purpose of optionalArg method

2023-07-31 Thread Gary Gregory
Please have a look at the unit tests and the web site, the combination of those two is a good way to see the API in action. Gary On Mon, Jul 31, 2023, 9:58 AM Sruteesh Kumar wrote: > What does it mean when optionalArg(true) is called for building an option? > > As per my understanding, it may

Re: commons daemon - Error (Cannot find any VM in Java Home)

2023-07-31 Thread Gary Gregory
Hello, Can you confirm that the _only_ thing that changes from one test to the other is the JAVA_HOME value? What about the PATH? Gary On Mon, Jul 24, 2023, 5:59 PM Harsha Thota wrote: > Hello, > > I am an active user of the apache commons daemon. > I am trying to get the JSVC run with Java

Re: EOS/EOL Date

2023-07-31 Thread Gary Gregory
Right, this is not an Apache project! Gary On Mon, Jul 31, 2023, 5:41 AM Ruby Paasche wrote: > Hallo Pranav, > > as far as I can, see it's not from apache, > > And looking at the Github page [1] you will see, that is a dead project. > > The README stated: > *IMPORTANT NOTE: cglib is

Re: VFS: Multiple providers registered for URL scheme "file"

2023-07-31 Thread Gary Gregory
Hello Jenny, You should not need to call init(). That's likely the cause of the problem. Gary On Mon, Jul 31, 2023, 12:30 AM Jenny Kwan wrote: > Hi, > > I'm getting started with VFS, using version 2.9.0. I'm calling > `VFS.getManager().init()`, and getting the exception: > >

Re: Issue: Can not find Apache Commons DbUtils version 1.8

2023-07-30 Thread Gary Gregory
There is no version 1.8, what you see on the github site is a reflection of whatever is in the master branch. I'll take a look over the weekend at what tye state of the code is... Gary On Sun, Jul 30, 2023, 5:05 AM sharedata wrote: > Apache Commons DbUtils1.7 version have thread bugs in

Re: [COMPRESS] Gracefully handling multiple compressor streams with garbage at end

2023-07-29 Thread Gary Gregory
Hi Tim, Do you have a stack trace? Maybe this is an option we can add... Gary On Wed, Jul 26, 2023, 3:22 PM Tim Allison wrote: > We recently had a request to change our default behavior to turn on > processing multiple/concatenated compressor streams for gzip, bzip2, etc. > When we made this

Re: [commons-collections4] Next release

2023-07-29 Thread Gary Gregory
I think we are waiting for the new bloom filter package to settle on a final public (and protected) API. Gary On Sat, Jul 29, 2023 at 6:44 AM Vadim Meshcheryakov wrote: > > Hello everyone. > > The latest version of commons-collections4 is 4.4, which was issued four > years ago. When is the next

[ANNOUNCEMENT] Apache Commons Lang 3.13.0

2023-07-28 Thread Gary Gregory
: https://commons.apache.org/proper/commons-lang/download_lang.cgi Have fun! Gary Gregory Apache Commons Team - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h

Re: SCXML maven artifact

2023-07-27 Thread Gary Gregory
And yes, we use Jira for issue tracking. Gary On Thu, Jul 27, 2023, 9:16 AM proton_mail_bridge wrote: > Hello, I am trying to use the latest maven artifact of commons-scxml2. The > projects readme on GitHub suggests to use version 2.0-alpha-1, but [2.0-M1]( >

Re: SCXML maven artifact

2023-07-27 Thread Gary Gregory
Hi Jason, The current version is in git master and the Maven snapshot repository ( https://repository.apache.org/snapshots/) as version 2.0-SNAPSHOT. Gary On Thu, Jul 27, 2023, 9:16 AM proton_mail_bridge wrote: > Hello, I am trying to use the latest maven artifact of commons-scxml2. The >

  1   2   3   4   5   6   >