[ANNOUNCE] Apache Commons Validator 1.7

2020-08-08 Thread sebb AT ASF
The Apache Commons Validator team is pleased to announce the release of Apache Commons Validator 1.7 Apache Commons Validator provides the building blocks for both client side validation and server side data validation. It may be used standalone or with a framework like Struts. This is primarily

[ALL] Please use ANNOUNCE not ANNOUNCEMENT (or ANNOUCEMENT)

2020-08-08 Thread sebb
I've just noticed that several recent announcement emails have used the tags [ANNOUNCEMENT] or even [ANNOUCEMENT] Such prefixes are non-standard and longer than the default of [ANNOUNCE] which most other projects use. Thanks! Sebb.

Re: [IO] Test failures on Windows

2020-08-08 Thread Matt Sicker
Even if it’s fixed upstream, it’ll never get backported most likely. Even compiler bugs aren’t backported (see for example a bug related to reflection on intersection types that was fixed in Java 9; I can’t find an exact reference, but multiple bugs related to this were all address in 9). On Fri,

Re: [IO] Test failures on Windows

2020-08-08 Thread Gary Gregory
FWIW, there recently was a bug found by Commons Lang in Java 15 and 16. Java 16 has now fixed the bug but it will not be fixed in Java 15, at least not before GA. Gary On Sat, Aug 8, 2020, 11:45 Matt Sicker wrote: > Even if it’s fixed upstream, it’ll never get backported most likely. Even > c

Re: [IO] Test failures on Windows

2020-08-08 Thread sebb
The question is, what do we do about File.lastModified() calls in Commons non-test code? On Sat, 8 Aug 2020 at 16:50, Gary Gregory wrote: > > FWIW, there recently was a bug found by Commons Lang in Java 15 and 16. > Java 16 has now fixed the bug but it will not be fixed in Java 15, at > least no

Re: [IO] Test failures on Windows

2020-08-08 Thread Matt Sicker
That's what I meant; bug fixes will be included in normal releases. It's actually fairly similar to how the Jenkins LTS process works in that LTS releases are basically just points chosen in time to maintain as branches for backporting security fixes (slight difference being that in Jenkins, we "up

Re: [ALL] Please use ANNOUNCE not ANNOUNCEMENT (or ANNOUCEMENT)

2020-08-08 Thread Rob Tompkins
> On Aug 8, 2020, at 7:22 AM, sebb wrote: > > I've just noticed that several recent announcement emails have used the tags > [ANNOUNCEMENT] > or even > [ANNOUCEMENT] > > Such prefixes are non-standard and longer than the default of > [ANNOUNCE] which most other projects use. > Thanks for t

[COMPRESS] Java 7- > 8

2020-08-08 Thread Gary Gregory
Hi All: I reimplement the Archiver class using Java NIO tree walking instead of the custom file system traversal that was there because (1) it was painful when dealing with large directories and calls to File.listFiles() and (2) I want to use Path objects. The class has cruft still, due to the fa

Re: [COMPRESS] Java 7- > 8

2020-08-08 Thread Eitan Adler
On Sat, 8 Aug 2020 at 13:05, Gary Gregory wrote: > > Hi All: > If we can update to Java 8, I can drop some code duplication very cleanly. +1 to moving to Java 8. -- Eitan Adler - To unsubscribe, e-mail: dev-unsubscr...@common

Re: [EXEC] Java 6 to 7

2020-08-08 Thread Gary Gregory
Done. Gary On Thu, Aug 6, 2020 at 9:53 AM sebb wrote: > I agree that a minimal bump to Java 7 is reasonable here. > > On Thu, 6 Aug 2020 at 14:46, Gary Gregory wrote: > > > > On Thu, Aug 6, 2020 at 9:37 AM Xeno Amess wrote: > > > > > why not go directly to 8? > > > I don't think there be lots

Re: [CRYPTO] Random AEADBadTagException in GcmCipherTest?

2020-08-08 Thread Alex Remily
The test is fixed. It's included in my PR #103, along with the revised Dockerfile. On Thu, Aug 6, 2020 at 11:03 AM Rob Tompkins wrote: > > Precisely. That’s another technique we’ve used in rng. > > -Ropb > > > On Aug 6, 2020, at 11:01 AM, Matt Sicker wrote: > > > > Or alternatively, if using ra

Re: [ALL] Please use ANNOUNCE not ANNOUNCEMENT (or ANNOUCEMENT)

2020-08-08 Thread Bruno P. Kinoshita
Roger that. Will try to remember for the next release, or maybe we should include a note in the release instructions. Bruno On Saturday, 8 August 2020, 11:22:06 pm NZST, sebb wrote: I've just noticed that several recent announcement emails have used the tags [ANNOUNCEMENT] or even [