Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1
> 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 why, > but clearing out the spdx artifacts used by maven fixed it. > > Alex > > > On Thu, 8 Dec 2022 at 20:31, Gary Gregory wrote: > > > > 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 (cecedd343002696d0abb50b32b541b8a6ba2883f) > > > Maven home: /usr/local/apache-maven-3.6.3 > > > Java version: 1.8.0_301, vendor: Oracle Corporation, runtime: > > > /Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre > > > Default locale: en_US, platform encoding: UTF-8 > > > OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac" > > > > > > I'll investigate a bit more tomorrow why the JDK 8 build on my other > > > machine is loading a Java 11 class. I may have some problem with the > > > maven cache and the jars that are loaded. > > > > > > Alex > > > > > > On Thu, 8 Dec 2022 at 18:30, Alex Herbert > > > wrote: > > > > > > > > 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 Runtime Environment (build 1.8.0_352-8u352-ga-1~18.04-b08) > > > > OpenJDK 64-Bit Server VM (build 25.352-b08, mixed mode) > > > > > > > > $ lsb_release -a > > > > No LSB modules are available. > > > > Distributor ID: Ubuntu > > > > Description:Ubuntu 18.04.6 LTS > > > > Release:18.04 > > > > Codename: bionic > > > > > > > > I'll try on my MacBook as it has a different java 8. > > > > > > > > Otherwise I will try to download a different java 8 for this linux box. > > > > > > > > Alex > > > > > > - > > > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > > > For additional commands, e-mail: dev-h...@commons.apache.org > > > > > > > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org
Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1
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 API compatibility check or report on > the site. > > Apache Commons Parent 55 RC1 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/commons-parent/55-RC1 > (svn revision 58537) > > The Git tag commons-parent-55-RC1 commit for this RC is > 1a8382d227787216d76c1fea62b641158d0a265e which you can browse here: > > https://gitbox.apache.org/repos/asf?p=commons-parent.git;a=commit;h=1a8382d227787216d76c1fea62b641158d0a265e > You may checkout this tag using: > git clone https://gitbox.apache.org/repos/asf/commons-parent.git > --branch commons-parent-55-RC1 commons-parent-55-RC1 > > Maven artifacts are here: > > https://repository.apache.org/content/repositories/orgapachecommons-1611/org/apache/commons/commons-parent/55/ > > These are the artifacts and their hashes: > > #Release SHA-512s > #Wed Dec 07 14:37:02 EST 2022 > commons-parent-55-bom.json=e96e4d8f44b900ae5b12abbf81c1fa9a5c28e13c0767290e85c0f9e0486c9b3d2f6dac6ba8f4ca3f25c00716b5b6c180f16e0cfa17a51b1fd3c63c57f13deded > commons-parent-55-bom.xml=11bdf25c251b8b99f5684740e05fa08e8ad01dddeb6544327083696a578bc48785a8d27d03cd7b1ce8f3ace8f4e1b60d32819e4a3b6bc1ed775be5d549e32d33 > commons-parent-55-site.xml=735ffceca46a0574d430b4e1213a2462b9475143c0788913312b8af117eaf3b7c02a075aaf6d9b30d2560822339651cb511b838f6c9f2bced46de1fc1227c5ff > commons-parent-55-src.tar.gz=1a0307090faca60eaf8a034201521262828c283c8e51dd92a1add0adf48bb55898e0d990daa407648e7b65d6e85a7629ecfb30f4195fbc47d6bf0d14e9664254 > commons-parent-55-src.zip=13c5158f0957853e1df39aa5aa03180b404caa727fef276c969bc811de1e6b3b5465341d544869b338597805b085c21fee63b3d2f6f42dd93dd297fe5e6c8cda > org.apache.commons_commons-parent-55.spdx.json=14f27b64c60287116e84e2ae9b4d66017260287962c29baef621e9e2b06c06578768453a05bafa90cbe1aa2fe04e248aaedf9b64e8683c658452dedd798e8538 > > I have tested this with 'mvn clean install' using: > > Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) > Maven home: /usr/local/Cellar/maven/3.8.6/libexec > Java version: 1.8.0_352, vendor: Homebrew, runtime: > /usr/local/Cellar/openjdk@8/1.8.0+352/libexec/openjdk.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "13.0.1", arch: "x86_64", family: "mac" > Darwin 22.1.0 Darwin Kernel Version 22.1.0: Sun Oct 9 20:14:54 > PDT 2022; root:xnu-8792.41.9~2/RELEASE_X86_64 x86_64 > > Details of changes since 54 are in the release notes: > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/55-RC1/RELEASE-NOTES.txt > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/55-RC1/site/changes-report.html > > Site: > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/55-RC1/site/index.html > (note some *relative* links are broken and the 55 directories are > not yet created - these will be OK once the site is deployed.) > > RAT Report: > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/55-RC1/site/rat-report.html > > KEYS: > https://downloads.apache.org/commons/KEYS > > Please review the release candidate and vote. > This vote will close no sooner than 72 hours from now. > > [ ] +1 Release these artifacts > [ ] +0 OK, but... > [ ] -0 OK, but really should fix... > [ ] -1 I oppose this release because... > > Thank you, > > garydgregory, > Release Manager (using key DEADBEEF) > > For following is intended as a helper and refresher for reviewers. > > Validating a release candidate > == > > These guidelines are NOT complete. > > Requirements: Git, Java, Maven. > > You can validate a release from a release candidate (RC) tag as follows. > > 1a) Clone and checkout the RC tag > > git clone https://gitbox.apache.org/repos/asf/commons-parent.git > --branch commons-parent-55-RC1 commons-parent-55-RC1 > cd commons-parent-55-RC1 > > 1b) Download and unpack the source archive from: > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/55-RC1/source > > 2) Check Apache licenses > > This step is not required if the site includes a RAT report page which > you then must check. > > mvn apache-rat:check > > 3) Check binary compatibility > > Older components still use Apache Clirr: > > This step is not required if the site includes a Clirr report page > which you then must check. > > mvn clirr:check > > Newer components use JApiCmp with the japicmp Maven Profile: > > This step is not required if the site includes a JApiCmp report page > which you then must check. > > mvn install -DskipTests -P japicmp japicmp:cmp > > 4) Build the package > > mvn -V clean package > > You can record the Maven and Java version produced by -V in your VOTE reply. > To ga
Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1
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 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 RC1 is available for review here: > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/55-RC1 > > (svn revision 58537) > > > > The Git tag commons-parent-55-RC1 commit for this RC is > > 1a8382d227787216d76c1fea62b641158d0a265e which you can browse here: > > > > https://gitbox.apache.org/repos/asf?p=commons-parent.git;a=commit;h=1a8382d227787216d76c1fea62b641158d0a265e > > You may checkout this tag using: > > git clone https://gitbox.apache.org/repos/asf/commons-parent.git > > --branch commons-parent-55-RC1 commons-parent-55-RC1 > > > > Maven artifacts are here: > > > > https://repository.apache.org/content/repositories/orgapachecommons-1611/org/apache/commons/commons-parent/55/ > > > > These are the artifacts and their hashes: > > > > #Release SHA-512s > > #Wed Dec 07 14:37:02 EST 2022 > > commons-parent-55-bom.json=e96e4d8f44b900ae5b12abbf81c1fa9a5c28e13c0767290e85c0f9e0486c9b3d2f6dac6ba8f4ca3f25c00716b5b6c180f16e0cfa17a51b1fd3c63c57f13deded > > commons-parent-55-bom.xml=11bdf25c251b8b99f5684740e05fa08e8ad01dddeb6544327083696a578bc48785a8d27d03cd7b1ce8f3ace8f4e1b60d32819e4a3b6bc1ed775be5d549e32d33 > > commons-parent-55-site.xml=735ffceca46a0574d430b4e1213a2462b9475143c0788913312b8af117eaf3b7c02a075aaf6d9b30d2560822339651cb511b838f6c9f2bced46de1fc1227c5ff > > commons-parent-55-src.tar.gz=1a0307090faca60eaf8a034201521262828c283c8e51dd92a1add0adf48bb55898e0d990daa407648e7b65d6e85a7629ecfb30f4195fbc47d6bf0d14e9664254 > > commons-parent-55-src.zip=13c5158f0957853e1df39aa5aa03180b404caa727fef276c969bc811de1e6b3b5465341d544869b338597805b085c21fee63b3d2f6f42dd93dd297fe5e6c8cda > > org.apache.commons_commons-parent-55.spdx.json=14f27b64c60287116e84e2ae9b4d66017260287962c29baef621e9e2b06c06578768453a05bafa90cbe1aa2fe04e248aaedf9b64e8683c658452dedd798e8538 > > > > I have tested this with 'mvn clean install' using: > > > > Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) > > Maven home: /usr/local/Cellar/maven/3.8.6/libexec > > Java version: 1.8.0_352, vendor: Homebrew, runtime: > > /usr/local/Cellar/openjdk@8/1.8.0+352/libexec/openjdk.jdk/Contents/Home/jre > > Default locale: en_US, platform encoding: UTF-8 > > OS name: "mac os x", version: "13.0.1", arch: "x86_64", family: "mac" > > Darwin 22.1.0 Darwin Kernel Version 22.1.0: Sun Oct 9 20:14:54 > > PDT 2022; root:xnu-8792.41.9~2/RELEASE_X86_64 x86_64 > > > > Details of changes since 54 are in the release notes: > > > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/55-RC1/RELEASE-NOTES.txt > > > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/55-RC1/site/changes-report.html > > > > Site: > > > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/55-RC1/site/index.html > > (note some *relative* links are broken and the 55 directories are > > not yet created - these will be OK once the site is deployed.) > > > > RAT Report: > > > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/55-RC1/site/rat-report.html > > > > KEYS: > > https://downloads.apache.org/commons/KEYS > > > > Please review the release candidate and vote. > > This vote will close no sooner than 72 hours from now. > > > > [ ] +1 Release these artifacts > > [ ] +0 OK, but... > > [ ] -0 OK, but really should fix... > > [ ] -1 I oppose this release because... > > > > Thank you, > > > > garydgregory, > > Release Manager (using key DEADBEEF) > > > > For following is intended as a helper and refresher for reviewers. > > > > Validating a release candidate > > == > > > > These guidelines are NOT complete. > > > > Requirements: Git, Java, Maven. > > > > You can validate a release from a release candidate (RC) tag as follows. > > > > 1a) Clone and checkout the RC tag > > > > git clone https://gitbox.apache.org/repos/asf/commons-parent.git > > --branch commons-parent-55-RC1 commons-parent-55-RC1 > > cd commons-parent-55-RC1 > > > > 1b) Download and unpack the source archive from: > > > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/55-RC1/source > > > > 2) Check Apache licenses > > > > This step is not required if the site includes a RAT report page which > > you then must check. > > > > mvn apache-rat:check > > > > 3) Check binary compatibility > > > > Older components still use Apache Clirr: > > > > This step is not required if the site includes a Clirr report page > > which you then must check. > > > > mvn clirr
Re: [VOTE][LAZY] Release Apache Commons Parent 55 based on RC1
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 and I do not know why. Maybe something I built locally using an old version of the plugin when it was first introduced for commons. If it happens again then I may investigate further. Alex - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org