We have fixed a few bugs and added one enhancement since Apache Commons Compress 1.23.0 was released, so I would like to release Apache Commons Compress 1.24.0.
Apache Commons Compress 1.24.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/compress/1.24.0-RC1 (svn revision 63776) The Git tag commons-compress-1.24.0-RC1 commit for this RC is e52eabe9c0eb47b436e873ad7cb83fe737164dec which you can browse here: https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=commit;h=e52eabe9c0eb47b436e873ad7cb83fe737164dec You may checkout this tag using: git clone https://gitbox.apache.org/repos/asf/commons-compress.git --branch commons-compress-1.24.0-RC1 commons-compress-1.24.0-RC1 Maven artifacts are here: https://repository.apache.org/content/repositories/orgapachecommons-1654/org/apache/commons/commons-compress/1.24.0/ These are the artifacts and their hashes: #Release SHA-512s #Mon Sep 04 08:42:46 EDT 2023 commons-compress-1.24.0-sources.jar=fb6200ff81f7d5f7a511c3974d741afffb330388c438f453c976a1bcbcf0b5c76b97f6eebc79e8911e2b3dd0330b17f09fa6fd5e9963266dcf8b606cba0c8dce commons-compress-1.24.0-src.tar.gz=32770f999edcd598606a1c865db699bbc42711dbd69738fb2cd67faef1dcdd00247d3d5b489bf890e5d8475e31e1b8714823be836fd6a26c561eb9958d3a99dc org.apache.commons_commons-compress-1.24.0.spdx.json=bea3c1c1108a602627986ed7ee8d65541668a617515ac930251f67456c11e757f9a629f9882f5767c60bc86e90c5207a08d11e2f54b3b92097a867edc1edf059 commons-compress-1.24.0-bom.json=476222df412eba639db44a9ba40a0852ec6ff532ed3aff131dae0037259d443f6b453d400bef5cc8f14cbfb961cd031ced96b593c3f86f4b0f14c3f5517cae07 commons-compress-1.24.0-test-sources.jar=1dbac8e9018fc14fa4bca67a793790b2605a2a12d3d4193160e7129d7b4b77698ac37fe103a3fa1aed6cb1902c1cb63160fd7fc99f093f858a8b8293b777ea5c commons-compress-1.24.0-tests.jar=589303cad91f325f6188b9b960a00435564367d48d3181bbfa6b9f308ef9905acd5102a400cf4f4442d647ccf2be606ccd4ef6da4f17e0165283cd30fb71683f commons-compress-1.24.0-src.zip=f5d71fd4f74d2cd19d4c2636f984b58bd3eb397597fa6d2adcd3fcb888702f66ba952e617a1f8375b9e7db8a5c77ede98c01a263df65cea9e5565d9c11e65c5f commons-compress-1.24.0-bom.xml=b0abb60259a7a28093a981dc5c8da4b405e3c501307a64ea4878d42cbdbe377fd5a5aa965ec405aabd7c256609abb2802c05767470ca9290adc91166696b2677 commons-compress-1.24.0-bin.tar.gz=dfd9faf6f1d2606cb7f2c870b88800d87435af6a442603aecbd4910b4f66424aabfdbcbac7440a5a5ea1178871dcc22cdee08bd6da83fe012a47f1f20a96bf99 commons-compress-1.24.0-bin.zip=9504860208d9ffdd45387ccbdc6804115de57676e1cc3313b2ea72186c1e5c90a6c32c0a9fe160436bb87fbec8b6085790a4f18b9d4327600e0cfaf065ffbdc3 commons-compress-1.24.0-javadoc.jar=dd320dca23f2352d0a08b7c771ca96b874b2a1669c15aed1d00568d27c5d597329d82e3b23b9f449c5ee584c76492d95a4d8f61fb0ccaf19761b292486328335 I have tested this with: mvn -V -Prelease -Ptest-deploy -P jacoco -P japicmp clean package site deploy Using: Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9) Maven home: /usr/local/Cellar/maven/3.9.4/libexec Java version: 11.0.20.1, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk@11/11.0.20.1/libexec/openjdk.jdk/Contents/Home Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "13.5.1", arch: "x86_64", family: "mac" Darwin **** 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:21:56 PDT 2023; root:xnu-8796.141.3~6/RELEASE_X86_64 x86_64 Details of changes since 1.23.0 are in the release notes: https://dist.apache.org/repos/dist/dev/commons/compress/1.24.0-RC1/RELEASE-NOTES.txt https://dist.apache.org/repos/dist/dev/commons/compress/1.24.0-RC1/site/changes-report.html Site: https://dist.apache.org/repos/dist/dev/commons/compress/1.24.0-RC1/site/index.html (note some *relative* links are broken and the 1.24.0 directories are not yet created - these will be OK once the site is deployed.) JApiCmp Report (compared to 1.23.0): https://dist.apache.org/repos/dist/dev/commons/compress/1.24.0-RC1/site/japicmp.html RAT Report: https://dist.apache.org/repos/dist/dev/commons/compress/1.24.0-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) 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-compress.git --branch commons-compress-1.24.0-RC1 commons-compress-1.24.0-RC1 cd commons-compress-1.24.0-RC1 1b) Download and unpack the source archive from: https://dist.apache.org/repos/dist/dev/commons/compress/1.24.0-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 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 gather OS information from a command line: Windows: ver Linux: uname -a 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