Re: [parent] Remove javadoc plugin

2022-09-23 Thread Gary Gregory
I never build releases on Java 17, only Java 8 these days. Could this be addressed in a profile? Gary On Fri, Sep 23, 2022, 18:14 Alex Herbert wrote: > Commons parent configures links [1] in the maven javadoc plugin: > > > > ${commons.javadoc.java.link} > >

[ANNOUNCEMENT] Apache Commons Parent 54

2022-09-23 Thread Gary Gregory
Apache Commons Devs: The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 54. The Apache Commons Parent POM provides common settings for all Apache Commons components. Version 54 contains changes for SBOMs, drops JDepend, replaces FindBugs with SpotBugs,

[parent] Remove javadoc plugin

2022-09-23 Thread Alex Herbert
Commons parent configures links [1] in the maven javadoc plugin: ${commons.javadoc.java.link} ${commons.javadoc.javaee.link} These default to standard locations for the JDK API docs and can be configured using available properties in CP.

Re: [rng] simplify pom version management

2022-09-23 Thread Alex Herbert
On Fri, 23 Sept 2022 at 17:24, Gilles Sadowski wrote: > > Oops sorry, I had modified the wrong line. > Within the section, it doesn't work. :-( > Good to know. I could not reproduce. I think I may have to hack a single line perl program to perform the replacement. It would at least allow a

Re: [rng] simplify pom version management

2022-09-23 Thread Alex Herbert
> > By the way (but totally unrelated): the [RNG] build fails because RAT > stumbles > on a ".gitattributes" file. > Another bug I noted when testing CP 54. I have added the suppression to the apache-rat config in the CP 55-SNAPSHOT. Alex

Re: [rng] simplify pom version management

2022-09-23 Thread Gilles Sadowski
Le ven. 23 sept. 2022 à 18:18, Gilles Sadowski a écrit : > > Le ven. 23 sept. 2022 à 18:08, Alex Herbert a > écrit : > > > > On Fri, 23 Sept 2022 at 16:02, Alex Herbert > > wrote: > > > > > > > > > > > I wonder if we can set up a Jenkins build to use the current CP snapshot > > > for a

Re: [rng] simplify pom version management

2022-09-23 Thread Gilles Sadowski
Le ven. 23 sept. 2022 à 18:08, Alex Herbert a écrit : > > On Fri, 23 Sept 2022 at 16:02, Alex Herbert > wrote: > > > > > > > I wonder if we can set up a Jenkins build to use the current CP snapshot > > for a project. The mvn:versions command can change the project parent. > > However this does

Re: [rng] simplify pom version management

2022-09-23 Thread Alex Herbert
On Fri, 23 Sept 2022 at 16:02, Alex Herbert wrote: > > > I wonder if we can set up a Jenkins build to use the current CP snapshot > for a project. The mvn:versions command can change the project parent. > However this does not work for RNG: > > mvn versions:update-parent -DallowSnapshots=true >

Re: [rng] simplify pom version management

2022-09-23 Thread Alex Herbert
On Fri, 23 Sept 2022 at 15:19, Gilles Sadowski wrote: > Hello. > > Le ven. 23 sept. 2022 à 15:18, Alex Herbert a > écrit : > > > > On Fri, 23 Sept 2022 at 13:53, Gilles Sadowski > wrote: > > > > > Hello. > > > > > > Le ven. 23 sept. 2022 à 12:25, Alex Herbert > a > > > écrit : > > > > > > > >

Re: [rng] simplify pom version management

2022-09-23 Thread Gilles Sadowski
Hello. Le ven. 23 sept. 2022 à 15:18, Alex Herbert a écrit : > > On Fri, 23 Sept 2022 at 13:53, Gilles Sadowski wrote: > > > Hello. > > > > Le ven. 23 sept. 2022 à 12:25, Alex Herbert a > > écrit : > > > > > > The pom for RNG has many plugins that explicitly manage a version. IIUC > > > this

Re: [rng] simplify pom version management

2022-09-23 Thread Alex Herbert
On Fri, 23 Sept 2022 at 13:53, Gilles Sadowski wrote: > Hello. > > Le ven. 23 sept. 2022 à 12:25, Alex Herbert a > écrit : > > > > The pom for RNG has many plugins that explicitly manage a version. IIUC > > this was done to surpass the version in commons parent. However this is > no > > longer

Re: [rng] simplify pom version management

2022-09-23 Thread Gilles Sadowski
Hello. Le ven. 23 sept. 2022 à 12:25, Alex Herbert a écrit : > > The pom for RNG has many plugins that explicitly manage a version. IIUC > this was done to surpass the version in commons parent. However this is no > longer required. The following plugins all have a higher version in CP 54 >

[rng] simplify pom version management

2022-09-23 Thread Alex Herbert
The pom for RNG has many plugins that explicitly manage a version. IIUC this was done to surpass the version in commons parent. However this is no longer required. The following plugins all have a higher version in CP 54 (version shown at the end of the line): 3.14.0 3.19.0 6.37.0 6.49.0

JDK 19 GA, JDK 20 EAb16, and some heads-up!

2022-09-23 Thread David Delabassee
Greetings! JDK 19 has been released (General Availability) on September 2Oth as planned, the release cadence is working like clockwork! You can find the "The Arrival of Java 19" announcement here [1], and some additional Java 19 material in the "Topics of Interest" section below. On behalf of