Re: [VOTE] Release Apache Commons Compress 1.23.0 based on RC1

2023-03-20 Thread Bruno Kinoshita
+1 Built from the tag with Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/apache-maven-3.8.5 Java version: 17.0.6, vendor: Private Build, runtime: /usr/lib/jvm/java-17-openjdk-amd64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version:

Re: [all] Failed Jenkins builds

2023-03-20 Thread Gary Gregory
Snapshots are a convenience, not a requirement AFAIK, and I'm not going to spin my wheels with Jenkins which is far less reliable than GitHub IMO. I've seen too many builds fail on Jenkins and when I look, I see some weird stack trace or git issue or something that I should not have to worry about

Re: [lang] Considering a new String utility class

2023-03-20 Thread Xeno Amess
Otherwise I doubt the cost... From: Xeno Amess Sent: Monday, March 20, 2023 7:00:14 PM To: Commons Developers List Subject: Re: [lang] Considering a new String utility class I agree if it doesn't hurt more than 5% performance.

Re: [lang] Considering a new String utility class

2023-03-20 Thread Xeno Amess
I agree if it doesn't hurt more than 5% performance. From: Peter Verhas Sent: Monday, March 20, 2023 4:16:17 PM To: Commons Developers List Subject: Re: [lang] Considering a new String utility class A few years ago when I refactored some code in this project, I

Re: [all] Failed Jenkins builds

2023-03-20 Thread Alex Herbert
On Mon, 20 Mar 2023 at 10:26, Gary Gregory wrote: > > All Commons components are Java 8 (or older), so all could be disabled? I > only rely on GitHub builds since it validates PRs. There is a way to make > releases from GH but I've not looked into it yet. I do not want to waste my time fixing

Re: [all] Failed Jenkins builds

2023-03-20 Thread Gary Gregory
All Commons components are Java 8 (or older), so all could be disabled? I only rely on GitHub builds since it validates PRs. There is a way to make releases from GH but I've not looked into it yet. Gary On Mon, Mar 20, 2023, 06:17 Alex Herbert wrote: > A recent update in Jenkins has updated

[all] Failed Jenkins builds

2023-03-20 Thread Alex Herbert
A recent update in Jenkins has updated some part of the Jenkins tooling that reports on the job to a jar file compiled for Java 11. This is making all the Java 8 Jenkins jobs fail. I am not sure of the relevance of many of these Jenkins builds given the use of GH actions for CI builds. The

Re: [lang] Considering a new String utility class

2023-03-20 Thread Peter Verhas
A few years ago when I refactored some code in this project, I created such a class for myself, as I was experimenting at that time with how to generate fluent API automatically. I will look it up where it is and give here a pointer. That may be a starting point and as you can guessed from the