We have fixed a few bugs through dependency updates since Apache
Commons Parent 89 was released, so I would like to release Apache
Commons Parent 90.

Apache Commons Parent 90 RC1 is available for review here:
    https://dist.apache.org/repos/dist/dev/commons/parent/90-RC1 (svn
revision 80134)

The Git tag commons-parent-90-RC1 commit for this RC is
9dd0f4ca97955202df31cc4febd9e4bd639f76d9 which you can browse here:
    
https://gitbox.apache.org/repos/asf?p=commons-parent.git;a=commit;h=9dd0f4ca97955202df31cc4febd9e4bd639f76d9
You may checkout this tag using:
    git clone https://gitbox.apache.org/repos/asf/commons-parent.git
--branch commons-parent-90-RC1 commons-parent-90-RC1

Maven artifacts are here:
    
https://repository.apache.org/content/repositories/orgapachecommons-1865/org/apache/commons/commons-parent/90/

These are the artifacts and their hashes:

#Release SHA-512s
#Fri Oct 17 13:12:52 UTC 2025
commons-parent-90-bom.json=66e4eac99a6a754a675294e646966bc8aa99f624e6df979c2ba0129fab0b60bddfe4008310761ee863f0f8e21207b0002d7d52c537d5f23412e5d1106c2dbc74
commons-parent-90-bom.xml=8068b219579dc485ad8b11db33fa4d1a33464a5348da81a6f908129620dc6ab3ead74117c5238fe98083910c74f43897b6533382635a5900f7ae592ac26869c0
commons-parent-90-site.xml=013e428312ff3bda9c7e9bc2f61ddf5e3c3507409169aabf81d899a2d4d851e8a51534ab0458542b42a5b60e64fd50f092993572164157948146829ede0cb8d2
commons-parent-90-src.tar.gz=f27be06ad7f421c742df66b5fd387d002e75be0cb4f3e0d690bc1bf0802d20af56f3ad3981f9c5304430a2f02c641bde5e15dd8e1f1a68867f85913362138ea1
commons-parent-90-src.zip=e28dba9b0bc4ae676bb24391085aec3abe83a6c6e39df681f6c29482b2ac9bfeed756747d5a6aa3fab43b81e7c86c3ae083f8348644e7365bf8a268a46bd1104
org.apache.commons_commons-parent-90.spdx.json=6652b5e9e5ffe8950418ebda5e5989c4baa80585ecb708f5845251878ce40258c70cc008243ae2664249ee0a21db5d1d39a78351f8db487ee34f76d8ed3f312e



I have tested this with 'mvn' and 'mvn -e -V -P release -P test-deploy
clean package site deploy' using:

openjdk version "21.0.8" 2025-07-15
OpenJDK Runtime Environment Homebrew (build 21.0.8)
OpenJDK 64-Bit Server VM Homebrew (build 21.0.8, mixed mode, sharing)

Apache Maven 3.9.11 (3e54c93a704957b63ee3494413a2b544fd3d825b)
Maven home: /opt/homebrew/Cellar/maven/3.9.11/libexec
Java version: 21.0.8, vendor: Homebrew, runtime:
/opt/homebrew/Cellar/openjdk@21/21.0.8/libexec/openjdk.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "15.7.1", arch: "aarch64", family: "mac"

Darwin Garys-MacBook-Pro.local 24.6.0 Darwin Kernel Version 24.6.0:
Mon Aug 11 21:15:09 PDT 2025;
root:xnu-11417.140.69.701.11~1/RELEASE_ARM64_T6041 arm64

Docker version 28.4.0, build d8eb465

Details of changes since 89 are in the release notes:
    
https://dist.apache.org/repos/dist/dev/commons/parent/90-RC1/RELEASE-NOTES.txt
    
https://dist.apache.org/repos/dist/dev/commons/parent/90-RC1/site/changes.html

Site:
    https://dist.apache.org/repos/dist/dev/commons/parent/90-RC1/site/index.html
    (note some *relative* links are broken and the 90 directories are
not yet created - these will be OK once the site is deployed.)

RAT Report:
    
https://dist.apache.org/repos/dist/dev/commons/parent/90-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 86fdc7e2a11262cb)

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/90-RC1/source

1b) Check out the RC tag from git (optional)

This is optional, as a reviewer must at least check source distributions.

git clone https://gitbox.apache.org/repos/asf/commons-parent.git
--branch commons-parent-90-RC1 commons-parent-90-RC1
cd commons-parent-90-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-

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to