Re: [VOTE] Release Apache Commons Text 1.10.0 based on RC1

2022-09-24 Thread Gary Gregory
Yes, Slack [1] BUT it should only be used for casual purposes, as any decisions should be recorded on this mailing list. Gary [1] https://the-asf.slack.com/archives/C60NVB8AD On Sat, Sep 24, 2022, 19:11 Arun Avanathan wrote: > Apart from email group, do we have Discord / Slack as well for

Re: [VOTE] Release Apache Commons Text 1.10.0 based on RC1

2022-09-24 Thread Arun Avanathan
Apart from email group, do we have Discord / Slack as well for this community? On Sat, Sep 24, 2022 at 4:04 PM Bruno Kinoshita wrote: > Oh, sorry, I realized I didn't check the Maven artefacts, so I went there > to have a look, and noticed new files. I don't think they represent any > issue,

Re: [VOTE] Release Apache Commons Text 1.10.0 based on RC1

2022-09-24 Thread Bruno Kinoshita
Oh, sorry, I realized I didn't check the Maven artefacts, so I went there to have a look, and noticed new files. I don't think they represent any issue, but I couldn't remember seeing them before. - commons-text-1.10.0.spdx.rdf.xml - commons-text-1.10.0-cyclonedx.json I think these are to be

Re: [VOTE] Release Apache Commons Text 1.10.0 based on RC1

2022-09-24 Thread Bruno Kinoshita
[x] +1 Release these artifacts Build passed with no issues, with `mvn clean test install site -e -x` on kinow@ranma:~/Development/java/apache/commons-text$ mvn -v Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/apache-maven-3.8.5 Java version: 17.0.4, vendor:

Re: [rng] simplify pom version management

2022-09-24 Thread Gary Gregory
Note that I do not plan on maintaining any other builds than GitHub. I'm sure there is a way to deploy from GitHub using GitHub secrets, I've heard it discussed, but I have not researched it. Gary On Sat, Sep 24, 2022, 14:40 Alex Herbert wrote: > On Sat, 24 Sept 2022 at 19:29, Gary Gregory >

Re: [rng] simplify pom version management

2022-09-24 Thread Alex Herbert
On Sat, 24 Sept 2022 at 19:29, Gary Gregory wrote: > I sometimes deploy components from the command line, I never use our > Jenkins instance for anything so I can't speak to any builds there, I only > rely on GitHub actions for validating PRs and changes. > Thanks Gary. I checked and the CP

Re: [rng] simplify pom version management

2022-09-24 Thread Gary Gregory
I sometimes deploy components from the command line, I never use our Jenkins instance for anything so I can't speak to any builds there, I only rely on GitHub actions for validating PRs and changes. Gary On Sat, Sep 24, 2022, 14:25 Alex Herbert wrote: > I have updated RNG to the latest CP and

Re: [rng] simplify pom version management

2022-09-24 Thread Alex Herbert
I have updated RNG to the latest CP and reverted the plugin versions to those from CP. The entire build (including examples) is stable and only a few non-POM changes were required. Perl code to replace the current CP with the next increment up: perl -n -i -e '$on = m/commons-parent/ if

Re: [ANNOUNCEMENT] Apache Commons Parent 54

2022-09-24 Thread Gary Gregory
Darn, this is likely because we unfortunately treat our custom plugins and parent POMs differently. See below for updated links. On Sat, Sep 24, 2022 at 11:34 AM Gilles Sadowski wrote: > Le sam. 24 sept. 2022 à 02:15, Gary Gregory a écrit > : > > > > Apache Commons Devs: > > > > The Apache

Re: [ANNOUNCEMENT] Apache Commons Parent 54

2022-09-24 Thread Gilles Sadowski
Le sam. 24 sept. 2022 à 02:15, Gary Gregory a écrit : > > 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

[VOTE] Release Apache Commons Text 1.10.0 based on RC1

2022-09-24 Thread Gary Gregory
We have fixed a few bugs and added some enhancements since Apache Commons Text 1.9 was released, so I would like to release Apache Commons Text 1.10.0. Apache Commons Text 1.10.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/text/1.10.0-RC1 (svn revision

Re: [parent] Remove javadoc plugin

2022-09-24 Thread Alex Herbert
On Sat, 24 Sept 2022 at 01:16, Gary Gregory wrote: > I never build releases on Java 17, only Java 8 these days. Could this be > addressed in a profile? > But we test on all LTS versions. This breaks the JDK 17 build on RNG on certain platforms. Maven configuration is harder to remove than add