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

2025年11月07日 12:58:37 -0800

+1
> On Nov 7, 2025, at 3:39 PM, Gary Gregory <[email protected]> wrote:
> 
> We have fixed a few bugs and added enhancements since Apache Commons
> Parent 91 was released, so I would like to release Apache Commons
> Parent 92.
> 
> Apache Commons Parent 92 RC1 is available for review here:
> https://dist.apache.org/repos/dist/dev/commons/parent/92-RC1 (svn
> revision 80569)
> 
> The Git tag commons-parent-92-RC1 commit for this RC is
> 6bd643e41d724609553fcf7e96fe941815a9e356 which you can browse here:
> 
> https://gitbox.apache.org/repos/asf?p=commons-parent.git;a=commit;h=6bd643e41d724609553fcf7e96fe941815a9e356
> You may checkout this tag using:
> git clone https://gitbox.apache.org/repos/asf/commons-parent.git
> --branch commons-parent-92-RC1 commons-parent-92-RC1
> 
> Maven artifacts are here:
> 
> https://repository.apache.org/content/repositories/orgapachecommons-1872/org/apache/commons/commons-parent/92/
> 
> These are the artifacts and their hashes:
> 
> #Release SHA-512s
> #Fri Nov 07 20:32:34 UTC 2025
> commons-parent-92-bom.json=97ce22772cd18166b6f250be42e46bef96be1352a1c771c16135a86f83cc2e0f7ed42fefcfe956440ed5fe1ec7bac19db0127fb7300bc2e375f9fb71d0c61d9a
> commons-parent-92-bom.xml=d6023f97b8a960e23fda00ffdfd83eac68cc33120666cefb6394da49aeec9d400a9717fcd2d2d9ed684b9bb6d23e63aa38c60475d59e0bae171a203e35a06e5b
> commons-parent-92-site.xml=78fbbc6f0f79a0b7c86f7b298675fba49f01f44f08b2211e41a727835c38c4e32e33fb20cf39284ad33afb427116e6a667888f50f87b5f98d64c23788bb7fd3a
> commons-parent-92-src.tar.gz=a6cb22e2b755de45b773533c5ffdf49a02fbbdf3b4fc07ba1e84d8e48f0b71802b67b3f8d74e5350a0d091ffb8372411bb1d4387a318b17c7c5b182558a42d91
> commons-parent-92-src.zip=94e77490147efe94d7ef808a31560f2945f72a04d13ba4a88a5ef759bc39cec47c770b6ab8da697c4b6b134a49780a1f4a5ca541254687d49d6777ea478dcf5e
> org.apache.commons_commons-parent-92.spdx.json=8df260f91388dab545fca0c380e1f215e42743042fdbb25c32bf64e159985f2b1d3a73d9effd52a0c90dca8f1a1d1343d2ecb1b8e5d856b1109c66d1af0ba268
> 
> 
> 
> I have tested this with 'mvn' and 'mvn clean install site' using:
> 
> 
> Details of changes since 91 are in the release notes:
> 
> https://dist.apache.org/repos/dist/dev/commons/parent/92-RC1/RELEASE-NOTES.txt
> 
> https://dist.apache.org/repos/dist/dev/commons/parent/92-RC1/site/changes.html
> 
> Site:
> 
> https://dist.apache.org/repos/dist/dev/commons/parent/92-RC1/site/index.html
> (note some *relative* links are broken and the 92 directories are
> not yet created - these will be OK once the site is deployed.)
> 
> *** JApiCmp Report (compared to 91):
> 
> https://dist.apache.org/repos/dist/dev/commons/parent/92-RC1/site/japicmp.html
> 
> ***
> Note that the above report notes several errors.
> These are considered OK for the reasons stated below.
> These exceptions are also noted in the Changes and Release Notes.
> 
> Errors reported:
> - methods added to interface: OK because that does not affect
> binary compatibility.
> - etc.
> ***
> 
> RAT Report:
> 
> https://dist.apache.org/repos/dist/dev/commons/parent/92-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,
> 
> Gary Gregory,
> Release Manager (using key 530AA5F25C25011F)
> 
> The following is intended as a helper and refresher for reviewers.
> 
> Validating a release candidate
> ==============================
> 
> These guidelines are NOT complete.
> 
> Requirements: Git, Java, and Maven.
> 
> You can validate a release from a release candidate (RC) tag as follows.
> 
> 1a) Download and decompress the source archive from:
> 
> https://dist.apache.org/repos/dist/dev/commons/parent/92-RC1/source
> 
> 1b) Check out the RC tag from git (optional)
> 
> This is optional, as a reviewer must check source distributions as a minimum.
> 
> git clone https://gitbox.apache.org/repos/asf/commons-parent.git
> --branch commons-parent-92-RC1 commons-parent-92-RC1
> cd commons-parent-92-RC1
> 
> 2) Checking the build
> 
> All components should include a default Maven goal, such that you can
> run 'mvn' from the command line by itself.
> 
> 2) Check Apache licenses
> 
> This step is not required if the site includes a RAT report page which
> you then must check.
> This check should be included in the default Maven build, but you can
> check it with:
> 
> mvn apache-rat:check
> 
> 3) Check binary compatibility
> 
> This step is not required if the site includes a JApiCmp report page
> which you then must check.
> This check should be included in the default Maven build, but you can
> check it with:
> 
> mvn verify -DskipTests -P japicmp japicmp:cmp
> 
> 4) Build the package
> 
> This check should be included in the default Maven build, but you can
> check it with:
> 
> mvn -V clean package
> 
> You can record the Maven and Java version produced by -V in your VOTE reply.
> To gather OS information from a command line:
> Windows: ver
> Linux: uname -a
> 
> 4b) Check reproducibility
> 
> To check that a build is reproducible, run:
> 
> mvn clean verify artifact:compare -DskipTests
> -Dreference.repo=https://repository.apache.org/content/repositories/staging/
> '-Dbuildinfo.ignore=*/*.spdx.json'
> 
> Note that this excludes SPDX files from the check.
> 
> 5) Build the site for a single module project
> 
> Note: Some plugins require the components to be installed instead of packaged.
> 
> mvn site
> Check the site reports in:
> - Windows: target\site\index.html
> - Linux: target/site/index.html
> 
> -the end-
> 
> openjdk version "21.0.9" 2025年10月21日
> OpenJDK Runtime Environment Homebrew (build 21.0.9)
> OpenJDK 64-Bit Server VM Homebrew (build 21.0.9, mixed mode, sharing)
> 
> Apache Maven 3.9.11 (3e54c93a704957b63ee3494413a2b544fd3d825b)
> Maven home: /opt/homebrew/Cellar/maven/3.9.11/libexec
> Java version: 21.0.9, vendor: Homebrew, runtime:
> /opt/homebrew/Cellar/openjdk@21/21.0.9/libexec/openjdk.jdk/Contents/Home
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "15.7.2", arch: "aarch64", family: "mac"
> 
> Darwin ****.local 24.6.0 Darwin Kernel Version 24.6.0: Wed Oct 15
> 21:12:15 PDT 2025; root:xnu-11417.140.69.703.14~1/RELEASE_ARM64_T6041
> arm64
> 
> Docker version 28.4.0, build d8eb465
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to