Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1

2022-12-11 Thread Alex Herbert
On Sun, 11 Dec 2022 at 13:23, Gary Gregory wrote: > > > find ~/.m2 -name '*spdx*' -exec rm {} \; > > This command also deletes SPDX files. Was that your intent or did you > only want to delete jar files? Yes. I wanted to clear everything out. Anything needed would be downloaded again. It worked

Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1

2022-12-11 Thread Gary Gregory
This _lazy_ vote passes with one binding +1 vote: - Gary Gregory Gary On Sun, Dec 11, 2022 at 8:23 AM Gary Gregory wrote: > > My +1 > Gary > > On Wed, Dec 7, 2022 at 2:50 PM Gary Gregory wrote: > > > > We made some enhancements since Apache Commons Parent 54 was released, > > so I would like

Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1

2022-12-11 Thread Gary Gregory
My +1 Gary On Wed, Dec 7, 2022 at 2:50 PM Gary Gregory wrote: > > We made some enhancements since Apache Commons Parent 54 was released, > so I would like to release Apache Commons Parent 55. > > This is the parent POM for Apache Commons, it doesn't contain Java > code, and therefore no JApiCmp

Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1

2022-12-11 Thread Gary Gregory
> find ~/.m2 -name '*spdx*' -exec rm {} \; This command also deletes SPDX files. Was that your intent or did you only want to delete jar files? Gary > > This mainly removed a lot of the spdx artifacts under org.apache.commons. > > Now my builds are OK under java 8. So I do not know the reason

Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1

2022-12-09 Thread Gary Gregory
Thanks for the update, Alex. This is confusing indeed but at least it now works. Gary On Fri, Dec 9, 2022 at 6:39 PM Alex Herbert wrote: > > The offending file from my stacktrace was: org.spdx.spdRdfStore.RdfStore > > I have this in my maven cache which is a Java 11 class file: > > unzip

Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1

2022-12-09 Thread Alex Herbert
The offending file from my stacktrace was: org.spdx.spdRdfStore.RdfStore I have this in my maven cache which is a Java 11 class file: unzip ~/.m2/repository/org/spdx/spdx-rdf-store/1.1.2/spdx-rdf-store-1.1.2.jar org/spdx/spdxRdfStore/RdfStore.class javap -v org/spdx/spdxRdfStore/RdfStore.class

Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1

2022-12-08 Thread Gary Gregory
Thanks for the update Alex! Gary On Thu, Dec 8, 2022, 15:11 Alex Herbert wrote: > I can confirm JDK 8 on my macbook is OK for rng, numbers and lang. > > Tried 55-SNAPSHOT from git master and also the tagged 55 RC1 (double > checking). > > Apache Maven 3.6.3

Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1

2022-12-08 Thread Alex Herbert
I can confirm JDK 8 on my macbook is OK for rng, numbers and lang. Tried 55-SNAPSHOT from git master and also the tagged 55 RC1 (double checking). Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /usr/local/apache-maven-3.6.3 Java version: 1.8.0_301, vendor: Oracle

Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1

2022-12-08 Thread Alex Herbert
On Thu, 8 Dec 2022 at 18:18, Gary Gregory wrote: > > Java version: 1.8.0_352, vendor: Private Build > > Private build? What's that? I did not notice that. It is strange. I believe this is the version installed by my package manager on Ubuntu: $ java -version openjdk version "1.8.0_352" OpenJDK

Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1

2022-12-08 Thread Gary Gregory
Java version: 1.8.0_352, vendor: Private Build Private build? What's that? Gary On Thu, Dec 8, 2022, 08:19 Alex Herbert wrote: > Hi Gary, > > I tried with the latest git master for numbers, rng and lang. The > updated spdx-maven-plugin is not compatible with java 8. I get the > following

Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1

2022-12-08 Thread Gary D. Gregory
Hi Alex, Thank you for your review. I cannot reproduce your error. I tested locally now with commons-parent git master 55-SNAPSHOT with commons-text (the component I tested for the RC), commons-lang, and commons-rng. For 'mvn install -DskipTests', I see output like: ... [INFO] <<<

Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1

2022-12-08 Thread Alex Herbert
Hi Gary, I tried with the latest git master for numbers, rng and lang. The updated spdx-maven-plugin is not compatible with java 8. I get the following error: [ERROR] Failed to execute goal org.spdx:spdx-maven-plugin:0.6.3:createSPDX (build-spdx) on project commons-lang3: Execution build-spd x

[VOTE][LAZY] Release Apache Commons Parent 55 based on RC1

2022-12-07 Thread Gary Gregory
We made some enhancements since Apache Commons Parent 54 was released, so I would like to release Apache Commons Parent 55. This is the parent POM for Apache Commons, it doesn't contain Java code, and therefore no JApiCmp API compatibility check or report on the site. Apache Commons Parent 55