We have fixed one bug and added one enhancement since Apache Commons Parent 86 was released, so I would like to release Apache Commons Parent 87.
Apache Commons Parent 87 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/parent/87-RC1 (svn revision 78764) The Git tag commons-parent-87-RC1 commit for this RC is 4a70afaed938661c2308f8605196bf8726cde6cf which you can browse here: https://gitbox.apache.org/repos/asf?p=commons-parent.git;a=commit;h=4a70afaed938661c2308f8605196bf8726cde6cf You may checkout this tag using: git clone https://gitbox.apache.org/repos/asf/commons-parent.git --branch commons-parent-87-RC1 commons-parent-87-RC1 Maven artifacts are here: https://repository.apache.org/content/repositories/orgapachecommons-1858/org/apache/commons/commons-parent/87/ These are the artifacts and their hashes: #Release SHA-512s #Wed Aug 20 12:13:17 UTC 2025 commons-parent-87-bom.json=a875ae8b2e5a4ad72b7c03892d190a8e66590dea41896af232631d2f69d7a53a4f7697aa6775d03994d96254af1047d08056060978e54984ad4a11d722987b47 commons-parent-87-bom.xml=29917d7fcca421822a7bb6154550bc776121f4f0fde1959272e24da62916cc725ae192f327c67432e265442d68ba0de3960641c9f282b80928784e00820f8306 commons-parent-87-site.xml=07c3de38227fd28664777636162d583dc0cb5061c8133f827023ca3188b641a53ee2aed1192a8842f76071b2db8c5aeef7d4c58457c8688c89d577ae23d51a86 commons-parent-87-src.tar.gz=a1b5000e7eb280b5d7cd2a0340ce89cb7fd657b985f8316a0d76b490de89599d457c8f56a8bd32935123b97d326615c64ffff5b30772e42bc2cc95481f5d559c commons-parent-87-src.zip=b11d113127b8dc02c77ac244a38786487124b820f6a212d16309569fc52a21165f7015f1c6caa54d1aca3572669bbab7aa307858360b221bf087caf0b89b5e94 org.apache.commons_commons-parent-87.spdx.json=511fe4297aab2ffa3cf476f1823f2366f86d7e4c2a30991d4c860ac1a9e005b6819b0a449e6155ed18d3839d683994681ebbec557edcedeb64e1606e9b9067b4 I have tested this with 'mvn' and 'mvn clean install site' using: openjdk version "17.0.16" 2025-07-15 OpenJDK Runtime Environment Homebrew (build 17.0.16+0) OpenJDK 64-Bit Server VM Homebrew (build 17.0.16+0, mixed mode, sharing) Apache Maven 3.9.11 (3e54c93a704957b63ee3494413a2b544fd3d825b) Maven home: /opt/homebrew/Cellar/maven/3.9.11/libexec Java version: 17.0.16, vendor: Homebrew, runtime: /opt/homebrew/Cellar/openjdk@17/17.0.16/libexec/openjdk.jdk/Contents/Home Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "15.6", arch: "aarch64", family: "mac" Darwin ****.local 24.6.0 Darwin Kernel Version 24.6.0: Mon Jul 14 11:30:40 PDT 2025; root:xnu-11417.140.69~1/RELEASE_ARM64_T6041 arm64 Docker version 28.3.2, build 578ccf6 Details of changes since 86 are in the release notes: https://dist.apache.org/repos/dist/dev/commons/parent/87-RC1/RELEASE-NOTES.txt https://dist.apache.org/repos/dist/dev/commons/parent/87-RC1/site/changes.html Site: https://dist.apache.org/repos/dist/dev/commons/parent/87-RC1/site/index.html (note some *relative* links are broken and the 87 directories are not yet created - these will be OK once the site is deployed.) JApiCmp Report (compared to 86): https://dist.apache.org/repos/dist/dev/commons/parent/87-RC1/site/japicmp.html This is an empty report. RAT Report: https://dist.apache.org/repos/dist/dev/commons/parent/87-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/87-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-87-RC1 commons-parent-87-RC1 cd commons-parent-87-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: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org