We have fixed a few bugs and added binaries for ARM64 Windows since the release of Apache Commons Daemon 1.5.1, so I would like to release Apache Commons Daemon 1.6.0.

Apache Commons Daemon 1.6.0 RC5 is available for review here:
https://dist.apache.org/repos/dist/dev/commons/daemon/1.6.0-RC5 (svn revision 84719)

The Git tag commons-daemon-1.6.0-RC5 commit for this RC is 1ddf8efc31487ed3be6e641e74dd16198aacf88c, which you can browse here: https://gitbox.apache.org/repos/asf?p=commons-daemon.git;a=commit;h=1ddf8efc31487ed3be6e641e74dd16198aacf88c
You may checkout this tag using:
git clone https://gitbox.apache.org/repos/asf/commons-daemon.git --branch commons-daemon-1.6.0-RC5 commons-daemon-1.6.0-RC5

Maven artifacts are here:
https://repository.apache.org/content/repositories/orgapachecommons-1943/commons-daemon/commons-daemon/1.6.0/

These are the artifacts and their hashes:

#Release SHA-512s
#Mon May 25 18:11:41 BST 2026
commons-daemon-1.6.0-bin-windows.zip=aac8c8a84668ded13c95826de8c81f2a121c64650ad56390b05d7b58dcaf9b76ac8fca3c895080ab393593623687b60c4137675934a79963e303da345e58e644
commons-daemon-1.6.0-bin.tar.gz=1bbafd2b51b38c68159d1a895c66173ee9e0787039aa98b11f05b230cc3504130cc5c8c41874639f8bd2ffb42991621a96dfe98f5f2928be9aac8ced7abd9b27
commons-daemon-1.6.0-bin.zip=9359a53267e61b7502b65874b08286ef75c1ef9a69325c8a527008c200ead736ed2269e388b1fdb09a5b1eb4529249779a7ee71447e3dbc28d63ba204f7a3120
commons-daemon-1.6.0-bom.json=86ccf86e011bb4a3a8441ddc059ceb096a3230c18db412351bd8d1f5e9ccbcc7dd7cd47eabdb9dd36f45462623526cdd8ff157156eec5e171a427f51ddfbbbce
commons-daemon-1.6.0-bom.xml=64fa302148549171b67572edd963e1562c6bf539e52ec9e4f43d235e3c518f06ee414f683d04160bb827b30aa02201cbe34b631178f98ca898bdb9b61f907fb1
commons-daemon-1.6.0-javadoc.jar=735a2f1ca503a9e04dca749e37f35dfd3c9753d0d9ba35febd686cd331160ca164a01bde8a4791b3995ef22544408cb266ffb6abd5fa83589291b465ea0fc9a0
commons-daemon-1.6.0-native-src.tar.gz=b07d0aa67aa381c48a08fc19f8108d4c3218f8720623b9bbf4d33447b97a6b4ac915478b6b17362b77e982159d224dd2b99ddd8aba97733f58759974127a5271
commons-daemon-1.6.0-native-src.zip=e679ea961d756bb809034c5c9abe21b51df404600b0abc63c8941c67f3f96181dacd533164f98654ee1898b7df1c3dd879d11b662c31f87cda5f9a4a45f1ae09
commons-daemon-1.6.0-sources.jar=9d0cf4e08a452a73c560f9698e832ef284f92275e9a20c784d17b5fab2291c5d6972714b990817bdb15c19bddfe99d5a2ee7c11da5b739ec940174d242700a37
commons-daemon-1.6.0-src.tar.gz=0d43e32d69924311e38cf8f5a2737a371fe593e54c16f197bffc5c2a73874b9c145a929db010dfc1a5679080c55924f0242fb012f19858e3eeec2e74adb29986
commons-daemon-1.6.0-src.zip=87beb28a360b480b5d7b819fe9a085c888c4c0fe5c1f3eeafb533bfb5f4ea60b04f8cdba95cc26cd98201e87a3fec8d0563cd3ceeea7708021d32bf4d895e193
commons-daemon_commons-daemon-1.6.0.spdx.json=e92702d9df34538e3694640be09dab44e9b7c60a37963695580a3760f77f54890287a1eaf4a39dc64fd90a02218b8e1898844973122893c18dc09d61f0ff41f2



I have tested this with 'mvn' using:
***
Maven home: /opt/sdkman/candidates/maven/current
Java version: 25.0.3, vendor: Eclipse Adoptium, runtime: /opt/sdkman/candidates/java/25.0.3-tem
Default locale: en_GB, platform encoding: UTF-8
OS name: "linux", version: "6.8.0-111-generic", arch: "amd64", family: "unix"
***

Details of changes since 1.5.1 are in the release notes:
https://dist.apache.org/repos/dist/dev/commons/daemon/1.6.0-RC5/RELEASE-NOTES.txt

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,

Mark Thomas,
Release Manager (using key 10C01C5A2F6059E7)

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/daemon/1.6.0-RC5/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-daemon.git --branch commons-daemon-1.6.0-RC5 commons-daemon-1.6.0-RC5
cd commons-daemon-1.6.0-RC5

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

6) Build the site for a multi-module project

mvn site
mvn site:stage
Check the site reports in:
- Windows: target\site\index.html
- Linux: target/site/index.html

Note that the project reports are created for each module.
Modules can be accessed using the 'Project Modules' link under
the 'Project Information' menu (see <path-to-site>/modules.html).

-the end-

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

Reply via email to