JDK 23 GA, JDK 24 EA builds

2024-10-25 Thread David Delabassee
Welcome to the latest OpenJDK Quality Outreach update. JDK 23 was released last month as planned. You can find "The Arrival of Java 23" announcement here [1], and some additional Java 23 materials in the "Topics of Interest" section at the bottom of this update. You can also rewatch the Java 23

Re: [EXEC][POLL] Raising the Java platform from Java 8 to 11 EXEC-123

2024-10-25 Thread Slawomir Jaranowski
Hi, There is also the possibility to use Multi-Release - as you need a newer version of JDK for one method. exec library can be used in many places which can be not easy to upgrade to newer versions of JDK, like in exec-maven-plugin yes I know Maven 4 require 17+, but for Maven 3 I would like sta

Re: [All] Usage of (Commons) dependencies

2024-10-25 Thread Gilles Sadowski
Hi Gary. Le ven. 25 oct. 2024 à 13:48, Gary Gregory a écrit : > > >The recent flip-flopping changes in [CLI] and [Configuration] > > [CLI] has zero runtime dependencies. Are test dependencies an issue from > your POV? A few days ago, I think I saw another change which you questioned. Sorry for t

Re: [EXEC][POLL] Raising the Java platform from Java 8 to 11 EXEC-123

2024-10-25 Thread Slawomir Jaranowski
On Fri, 25 Oct 2024 at 14:32, Gary Gregory wrote: > > Hi Slawomir, > > Please see my reply in the ticket. thanks > > I dont see commons-exec in my Maven (3.9.9) lib folder. Are you talking > about a specific plugin? Which one? - exec-maven-plugin - is widely used as I know https://www.mojohaus.

Re: [EXEC][POLL] Raising the Java platform from Java 8 to 11 EXEC-123

2024-10-25 Thread Gary Gregory
Hi Slawomir, Please see my reply in the ticket. I dont see commons-exec in my Maven (3.9.9) lib folder. Are you talking about a specific plugin? Which one? Ty, Gary On Fri, Oct 25, 2024, 5:53 AM Slawomir Jaranowski wrote: > Hi, > > There is also the possibility to use Multi-Release - as you n

Re: (commons-configuration) 05/05: Remove the dependency on commons-codec

2024-10-25 Thread Gary Gregory
-1, please revert and stop inlining Commons methods all over itself. Thank you, Gary On Fri, Oct 25, 2024 at 6:06 AM wrote: > This is an automated email from the ASF dual-hosted git repository. > > ebourg pushed a commit to branch master > in repository > https://gitbox.apache.org/repos/asf/com

Re: [All] Usage of (Commons) dependencies

2024-10-25 Thread Emmanuel Bourg
Le 25/10/2024 à 13:23, Gilles Sadowski a écrit : The recent flip-flopping changes in [CLI] and [Configuration] made me wonder if I should, again, try to raise the question of when and how Commons components should depend on other Commons components. > Previous attempts (hinting at "when" and "ho

Re: (commons-configuration) 05/05: Remove the dependency on commons-codec

2024-10-25 Thread Emmanuel Bourg
Le 25/10/2024 à 12:57, Gary Gregory a écrit : -1, please revert and stop inlining Commons methods all over itself. Could you elaborate why in this case please? Vetos to code changes have to be technically justified. You can't just say that you don't like them. In this specific case, Commons

Re: [All] Usage of (Commons) dependencies

2024-10-25 Thread Gary Gregory
>The recent flip-flopping changes in [CLI] and [Configuration] [CLI] has zero runtime dependencies. Are test dependencies an issue from your POV? > try to raise the question of when and how Commons components should depend on other Commons components. Some components are low-level like Lang and

[All] Usage of (Commons) dependencies

2024-10-25 Thread Gilles Sadowski
Hi. The recent flip-flopping changes in [CLI] and [Configuration] made me wonder if I should, again, try to raise the question of when and how Commons components should depend on other Commons components. Previous attempts (hinting at "when" and "how") have been ignored, but shouldn't we at least

Re: [All] Usage of (Commons) dependencies

2024-10-25 Thread Gary Gregory
Hello Gilles, Thank you for your thoughtful message. You raise some interesting points. I've tried to address some and clarify others below. On Fri, Oct 25, 2024 at 8:46 AM Gilles Sadowski wrote: > Hi Gary. > > Le ven. 25 oct. 2024 à 13:48, Gary Gregory a > écrit : > > > > >The recent flip-flo

Retirement of HelpWanted.apache.org

2024-10-25 Thread sebb
[Bcc to commons,curator,cxf,datafu,directory,groovy,httpd,impala,jmeter,mahout,myfaces,oodt,openoffice,poi,sis,tika so replies are directed to comdev only] Comdev have decided that the HelpWanted app should be retired as it is not worth the maintenance effort -- it is barely used. It will be shu

Re: (commons-configuration) 05/05: Remove the dependency on commons-codec

2024-10-25 Thread Gary Gregory
On Fri, Oct 25, 2024 at 7:25 PM Emmanuel Bourg wrote: > Le 25/10/2024 à 12:57, Gary Gregory a écrit : > > -1, please revert and stop inlining Commons methods all over itself. > Allow me to restate and elaborate on what I said in the Compress commit reply and in the thread titled "[All] Usage of