[RESULT][VOTE][LAZY] Release Apache Commons Parent 69 based on RC1

2024-04-01 Thread Gary Gregory
This lazy vote thread passes with the following +1 votes:

- Gary Gregory (ggregory), binding
- Tomas Lanik, non-binding

Gary

On Mon, Apr 1, 2024 at 12:25 AM Tomas Lanik  wrote:
>
> My vote: +1
>
> On Sun, Mar 31, 2024 at 6:09 PM Gary Gregory  wrote:
>
> > My +1
> >
> > Gary
> >
> > On Fri, Mar 29, 2024 at 9:08 AM Gary Gregory  wrote:
> > >
> > > We have fixed a few bugs and added enhancements since Apache Commons
> > > Parent 68 was released, so I would like to release Apache Commons
> > > Parent 69.
> > >
> > > Apache Commons Parent 69 RC1 is available for review here:
> > > https://dist.apache.org/repos/dist/dev/commons/parent/69-RC1 (svn
> > > revision 68202)
> > >
> > > The Git tag commons-parent-69-RC1 commit for this RC is
> > > e562e692afef1f6d28cfdd30cd6854c27dba189a which you can browse here:
> > >
> > https://gitbox.apache.org/repos/asf?p=commons-parent.git;a=commit;h=e562e692afef1f6d28cfdd30cd6854c27dba189a
> > > You may checkout this tag using:
> > > git clone https://gitbox.apache.org/repos/asf/commons-parent.git
> > > --branch commons-parent-69-RC1 commons-parent-69-RC1
> > >
> > > Maven artifacts are here:
> > >
> > https://repository.apache.org/content/repositories/orgapachecommons-1709/org/apache/commons/commons-parent/69/
> > >
> > > These are the artifacts and their hashes:
> > >
> > > #Release SHA-512s
> > > #Fri Mar 29 13:00:58 UTC 2024
> > >
> > commons-parent-69-src.tar.gz=a07b225d4db5280ece61d58f96d4caa63710fa5a451c31b37088cb42218662a51bb2a83a41317904bf5a88d326ae3a40475dbe2aac141dbc4647da6708518031
> > >
> > commons-parent-69-site.xml=5f045989b2c281c567467548678fe8685efabf5c13104299eea87b6ab6b6a75c9e98b590d7b288b8ec3a06934061709d0851a6dd9d9b45100ee2950908ec2d6c
> > >
> > commons-parent-69-src.zip=b7a90318720156646a3b141d891544ce913bb53088696116552024c858755a0280b933a74e6f5c1a2d130779ed9048416b05ce6f8f3e7e55b0810379e9ca5339
> > >
> > org.apache.commons_commons-parent-69.spdx.json=923f916ebae1c712ed8a1a0f79de95c56e683f0b00b67f71d899cab59462407252acab856d29725dc6cabfb97bc039ca222eec655213201d6570d08ff07afc65
> > >
> > commons-parent-69-bom.json=f73ef951837fb13a9ea4357fd90fb1034b53ed9bf97641c98dffb8d7a20d62c1ae8a334cc38fc156e4cb5724ee9c852de5292f2288114ed0665fa84cbe71b219
> > >
> > commons-parent-69-bom.xml=d898f2fcf94a55ff845a7b23fe729b949bbc3d8cbb51014b9603551ae6ac6aac41de26b1c213006e40ba2a75e620cf88073505b28385bcca0b9a8f6bca40fa69
> > >
> > > I have tested this with ''mvn' and 'mvn -V -Prelease -Ptest-deploy -P
> > > jacoco -P japicmp clean package site deploy' using:
> > >
> > > openjdk version "17.0.10" 2024-01-16
> > > OpenJDK Runtime Environment Homebrew (build 17.0.10+0)
> > > OpenJDK 64-Bit Server VM Homebrew (build 17.0.10+0, mixed mode, sharing)
> > >
> > > Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
> > > Maven home: /usr/local/Cellar/maven/3.9.6/libexec
> > > Java version: 17.0.10, vendor: Homebrew, runtime:
> > > /usr/local/Cellar/openjdk@17/17.0.10/libexec/openjdk.jdk/Contents/Home
> > > Default locale: en_US, platform encoding: UTF-8
> > > OS name: "mac os x", version: "14.4.1", arch: "x86_64", family: "mac"
> > >
> > > Darwin  23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:11:05
> > > PDT 2024; root:xnu-10063.101.17~1/RELEASE_X86_64 x86_64
> > >
> > > Details of changes since 68 are in the release notes:
> > >
> > https://dist.apache.org/repos/dist/dev/commons/parent/69-RC1/RELEASE-NOTES.txt
> > >
> > https://dist.apache.org/repos/dist/dev/commons/parent/69-RC1/site/changes-report.html
> > >
> > > Site:
> > >
> > https://dist.apache.org/repos/dist/dev/commons/parent/69-RC1/site/index.html
> > > (note some *relative* links are broken and the 69 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/69-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-parent.git
> > > --branch commons-parent-69-RC1 commons-parent-69-RC1
> > > cd commons-parent-69-RC1
> > >
> > > 1b) Download and unpack the source archive from:
> > >
> > > 

Re: [VOTE] Release Apache Commons Collections 4.5.0-M1 based on RC1

2024-04-01 Thread Rob Tompkins
+1 all looks good.

> On Mar 31, 2024, at 12:19 PM, Gary Gregory  wrote:
> 
> We have fixed a few bugs and added enhancements since Apache Commons
> Collections 4.4 was released, so I would like to release Apache
> Commons Collections 4.5.0-M1.
> 
> Apache Commons Collections 4.5.0-M1 RC1 is available for review here:
>https://dist.apache.org/repos/dist/dev/commons/collections/4.5.0-M1-RC1
> (svn revision 68212)
> 
> The Git tag commons-collections-4.5.0-M1-RC1 commit for this RC is
> 2f8305d6a268d51e4b41e183f6d8b61c3c1ef99b which you can browse here:
>
> https://gitbox.apache.org/repos/asf?p=commons-collections.git;a=commit;h=2f8305d6a268d51e4b41e183f6d8b61c3c1ef99b
> You may checkout this tag using:
>git clone https://gitbox.apache.org/repos/asf/commons-collections.git
> --branch commons-collections-4.5.0-M1-RC1
> commons-collections-4.5.0-M1-RC1
> 
> Maven artifacts are here:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1711/org/apache/commons/commons-collections4/4.5.0-M1/
> 
> These are the artifacts and their hashes:
> 
> #Release SHA-512s
> #Sun Mar 31 16:04:35 UTC 2024
> commons-collections4-4.5.0-M1-javadoc.jar=c5bc0c8d481c4120e2e16d9f7c762dd6bdca8e215f9782a6d4da0444133839c9f25ef97d1b981b16fefa306969aba7bfefad42f261990897e06250e7a0c893c0
> commons-collections4-4.5.0-M1-test-sources.jar=63e6c0888b1c8ed992968a329ff61e1309292dbac1743de68180d66a4b945baa7c7b5c415a14f179fe8ad27a782374f6a78e36e7d1fb34ec5133fe0a86d836aa
> org.apache.commons_commons-collections4-4.5.0-M1.spdx.json=5bbb207506f97064a04da82b9f6be20610818f07f77e00a18c33aea65cc1e6228860088bdfefd6ee52411563ab1f96ae9baea688806c2c6ba2d15278ba1d2706
> commons-collections4-4.5.0-M1-src.zip=51cf6b96a2110d5c0f73bda94d377fb96391bb5b3f2636fb253fc1beaca23a50f6988008d4e824b3a709aecd9df316df0fb8c71925f0d7a970014a33fce7fcde
> commons-collections4-4.5.0-M1-bom.xml=fc7d0a283aaa4e7559705cdf4b69479379a9deda422123222af87f121f70600bc1939c055e6add0ef900abb7c2172af7ecfa53f2bd0f5808db9d4befd9fc4486
> commons-collections4-4.5.0-M1-bom.json=965229073d7f9fd63212ad65fcc943d76ed9569a2e1cbbe7ebd97ff442461914be83a96ac957095d478dbfdb9c805b30325fd3f5e3118d50ce50c91d06ec7e3b
> commons-collections4-4.5.0-M1-bin.zip=a016e7cde33c7ffcf03b9f899582babff802d98f22d9a292ce204dc0867b050c83cc8815f2cfc66d7ba721c7792cf81963405bdbe9f4cde1eaf376be3db6fd4c
> commons-collections4-4.5.0-M1-tests.jar=02f4d82750827b4c322a03ea52de1d4ae9c28168480ee49c20e790bb8fe9cf6df41f00cb4d44d90486e9eb17c7df1ed38e000aafea247109b92970f48db64611
> commons-collections4-4.5.0-M1-bin.tar.gz=fe8ddd1a9ca34e43753a41718e56e408ff7f9a1ca1c9e2fb0a457ebb07e4debed2ed95a214e78e07e03609048b92076dedfda1065f69cba7ef82d1b615554e8e
> commons-collections4-4.5.0-M1-sources.jar=f041903fcf3702f15f0a042d96880c1f84aed249d05a6c791cb0b099d711bda43b0d3ca7d1fbac14b1ab3780f6032eafe5045c559b68308a692634d9475535f3
> commons-collections4-4.5.0-M1-src.tar.gz=0aefd67c7f027ebfa90ec975f9088d17326d2599c56d3d2f926597f69247290bdda5fc601f740997315514b8e3bfae9511afda61680e90d0b466df17220854a9
> 
> I have tested this with 'mvn' and 'mvn -V -Prelease -Ptest-deploy -P
> jacoco -P japicmp clean package site deploy' using:
> 
> openjdk version "17.0.10" 2024-01-16
> OpenJDK Runtime Environment Homebrew (build 17.0.10+0)
> OpenJDK 64-Bit Server VM Homebrew (build 17.0.10+0, mixed mode, sharing)
> 
> Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
> Maven home: /usr/local/Cellar/maven/3.9.6/libexec
> Java version: 17.0.10, vendor: Homebrew, runtime:
> /usr/local/Cellar/openjdk@17/17.0.10/libexec/openjdk.jdk/Contents/Home
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "14.4.1", arch: "x86_64", family: "mac"
> 
> Darwin  23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:11:05
> PDT 2024; root:xnu-10063.101.17~1/RELEASE_X86_64 x86_64
> 
> Details of changes since 4.4 are in the release notes:
>
> https://dist.apache.org/repos/dist/dev/commons/collections/4.5.0-M1-RC1/RELEASE-NOTES.txt
>
> https://dist.apache.org/repos/dist/dev/commons/collections/4.5.0-M1-RC1/site/changes-report.html
> 
> Site:
>
> https://dist.apache.org/repos/dist/dev/commons/collections/4.5.0-M1-RC1/site/index.html
>(note some *relative* links are broken and the 4.5.0-M1
> directories are not yet created - these will be OK once the site is
> deployed.)
> 
> JApiCmp Report (compared to 4.4):
>
> https://dist.apache.org/repos/dist/dev/commons/collections/4.5.0-M1-RC1/site/japicmp.html
> 
> RAT Report:
>
> https://dist.apache.org/repos/dist/dev/commons/collections/4.5.0-M1-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 

Re: [VOTE] Release Apache Commons Collections 4.5.0-M1 based on RC1

2024-04-01 Thread Bruno Kinoshita
+1

Build passing from tag on

Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/apache-maven-3.8.5
Java version: 17.0.10, vendor: Private Build, runtime:
/usr/lib/jvm/java-17-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.0-101-generic", arch: "amd64", family:
"unix"

The release notes text looks really good, kudos for that

>This milestone release requires Java 8 and adds the package
`org.apache.commons.collections4.bloomfilter` for review.

Inspected files from dist area, and site reports, found no issues.

Thanks!

Bruno


On Sun, 31 Mar 2024 at 18:20, Gary Gregory  wrote:

> We have fixed a few bugs and added enhancements since Apache Commons
> Collections 4.4 was released, so I would like to release Apache
> Commons Collections 4.5.0-M1.
>
> Apache Commons Collections 4.5.0-M1 RC1 is available for review here:
>
> https://dist.apache.org/repos/dist/dev/commons/collections/4.5.0-M1-RC1
> (svn revision 68212)
>
> The Git tag commons-collections-4.5.0-M1-RC1 commit for this RC is
> 2f8305d6a268d51e4b41e183f6d8b61c3c1ef99b which you can browse here:
>
> https://gitbox.apache.org/repos/asf?p=commons-collections.git;a=commit;h=2f8305d6a268d51e4b41e183f6d8b61c3c1ef99b
> You may checkout this tag using:
> git clone https://gitbox.apache.org/repos/asf/commons-collections.git
> --branch
> 
> commons-collections-4.5.0-M1-RC1
> commons-collections-4.5.0-M1-RC1
>
> Maven artifacts are here:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1711/org/apache/commons/commons-collections4/4.5.0-M1/
>
> These are the artifacts and their hashes:
>
> #Release SHA-512s
> #Sun Mar 31 16:04:35 UTC 2024
>
> commons-collections4-4.5.0-M1-javadoc.jar=c5bc0c8d481c4120e2e16d9f7c762dd6bdca8e215f9782a6d4da0444133839c9f25ef97d1b981b16fefa306969aba7bfefad42f261990897e06250e7a0c893c0
>
> commons-collections4-4.5.0-M1-test-sources.jar=63e6c0888b1c8ed992968a329ff61e1309292dbac1743de68180d66a4b945baa7c7b5c415a14f179fe8ad27a782374f6a78e36e7d1fb34ec5133fe0a86d836aa
>
> org.apache.commons_commons-collections4-4.5.0-M1.spdx.json=5bbb207506f97064a04da82b9f6be20610818f07f77e00a18c33aea65cc1e6228860088bdfefd6ee52411563ab1f96ae9baea688806c2c6ba2d15278ba1d2706
>
> commons-collections4-4.5.0-M1-src.zip=51cf6b96a2110d5c0f73bda94d377fb96391bb5b3f2636fb253fc1beaca23a50f6988008d4e824b3a709aecd9df316df0fb8c71925f0d7a970014a33fce7fcde
>
> commons-collections4-4.5.0-M1-bom.xml=fc7d0a283aaa4e7559705cdf4b69479379a9deda422123222af87f121f70600bc1939c055e6add0ef900abb7c2172af7ecfa53f2bd0f5808db9d4befd9fc4486
>
> commons-collections4-4.5.0-M1-bom.json=965229073d7f9fd63212ad65fcc943d76ed9569a2e1cbbe7ebd97ff442461914be83a96ac957095d478dbfdb9c805b30325fd3f5e3118d50ce50c91d06ec7e3b
>
> commons-collections4-4.5.0-M1-bin.zip=a016e7cde33c7ffcf03b9f899582babff802d98f22d9a292ce204dc0867b050c83cc8815f2cfc66d7ba721c7792cf81963405bdbe9f4cde1eaf376be3db6fd4c
>
> commons-collections4-4.5.0-M1-tests.jar=02f4d82750827b4c322a03ea52de1d4ae9c28168480ee49c20e790bb8fe9cf6df41f00cb4d44d90486e9eb17c7df1ed38e000aafea247109b92970f48db64611
>
> commons-collections4-4.5.0-M1-bin.tar.gz=fe8ddd1a9ca34e43753a41718e56e408ff7f9a1ca1c9e2fb0a457ebb07e4debed2ed95a214e78e07e03609048b92076dedfda1065f69cba7ef82d1b615554e8e
>
> commons-collections4-4.5.0-M1-sources.jar=f041903fcf3702f15f0a042d96880c1f84aed249d05a6c791cb0b099d711bda43b0d3ca7d1fbac14b1ab3780f6032eafe5045c559b68308a692634d9475535f3
>
> commons-collections4-4.5.0-M1-src.tar.gz=0aefd67c7f027ebfa90ec975f9088d17326d2599c56d3d2f926597f69247290bdda5fc601f740997315514b8e3bfae9511afda61680e90d0b466df17220854a9
>
> I have tested this with 'mvn' and 'mvn -V -Prelease -Ptest-deploy -P
> jacoco -P japicmp clean package site deploy' using:
>
> openjdk version "17.0.10" 2024-01-16
> OpenJDK Runtime Environment Homebrew (build 17.0.10+0)
> OpenJDK 64-Bit Server VM Homebrew (build 17.0.10+0, mixed mode, sharing)
>
> Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
> Maven home: /usr/local/Cellar/maven/3.9.6/libexec
> Java version: 17.0.10, vendor: Homebrew, runtime:
> /usr/local/Cellar/openjdk@17/17.0.10/libexec/openjdk.jdk/Contents/Home
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "14.4.1", arch: "x86_64", family: "mac"
>
> Darwin  23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:11:05
> PDT 2024; root:xnu-10063.101.17~1/RELEASE_X86_64 x86_64
>
> Details of changes since 4.4 are in the release notes:
>
> https://dist.apache.org/repos/dist/dev/commons/collections/4.5.0-M1-RC1/RELEASE-NOTES.txt
>
> https://dist.apache.org/repos/dist/dev/commons/collections/4.5.0-M1-RC1/site/changes-report.html
>
> Site:
>
> https://dist.apache.org/repos/dist/dev/commons/collections/4.5.0-M1-RC1/site/index.html
> (note some *relative* links are broken and the 4.5.0-M1
> directories are not yet created - these will be OK once the site is
> 

Re: [VOTE] Release Apache Commons Imaging 1.0.0-alpha4 based on RC1

2024-04-01 Thread Rob Tompkins
+1


> On Mar 30, 2024, at 6:01 PM, Tomas Lanik  wrote:
> 
> +1  for 1.0.0-alpha4
> 
> On Sat, Mar 30, 2024 at 3:14 PM Gary Gregory  wrote:
> 
>> We have fixed a few bugs and added enhancements since Apache Commons
>> Imaging 1.0-alpha3 was released, so I would like to release Apache
>> Commons Imaging 1.0.0-alpha4.
>> 
>> Apache Commons Imaging 1.0.0-alpha4 RC1 is available for review here:
>> 
>> https://dist.apache.org/repos/dist/dev/commons/imaging/1.0.0-alpha4-RC1
>> (svn revision 68205)
>> 
>> The Git tag commons-imaging-1.0.0-alpha4-RC1 commit for this RC is
>> 728c798cf747ec7de559a80cc54e39e88cc3a4e0 which you can browse here:
>> 
>> https://gitbox.apache.org/repos/asf?p=commons-imaging.git;a=commit;h=728c798cf747ec7de559a80cc54e39e88cc3a4e0
>> You may checkout this tag using:
>>git clone https://gitbox.apache.org/repos/asf/commons-imaging.git
>> --branch 
>> commons-imaging-1.0.0-alpha4-RC1
>> commons-imaging-1.0.0-alpha4-RC1
>> 
>> Maven artifacts are here:
>> 
>> https://repository.apache.org/content/repositories/orgapachecommons-1710/org/apache/commons/commons-imaging/1.0.0-alpha4/
>> 
>> These are the artifacts and their hashes:
>> 
>> #Release SHA-512s
>> #Sat Mar 30 13:51:49 UTC 2024
>> 
>> commons-imaging-1.0.0-alpha4-tests.jar=97dea4f77e55d93397eda51f9b0716a59996355e6f03135c076e6c3c927d4f6ad42e09bf43046c235b3cf01de896357a8dc3c640354e34fd70c4ab09d8bc6dca
>> 
>> commons-imaging-1.0.0-alpha4-bom.xml=c54a0c2f58c931ec77df713b1649cefb43f2d297ef23b778d97c56ef0c4e73c79b62431bf8c80cb0c6b67c9cdc603e421c4fb46ade3b928f05b236cb23cf
>> 
>> commons-imaging-1.0.0-alpha4-bin.zip=72306aa7cd554826dd11203f7d84a3d39bbbd64bfb31785f7c8464d8b5e3f9aba45cf8bc7143c639707355df73c42d907c8588a83f33545273ba550c62a629b1
>> 
>> commons-imaging-1.0.0-alpha4-test-sources.jar=40f44d7987756b90713314a647c582a6ced6122e149cc60d69972d783860519ed6f46f787c98795cfab26ac255be4cf3c75679457b680bb0dcfed476b6addb19
>> 
>> commons-imaging-1.0.0-alpha4-src.tar.gz=908b7cd56d7bcc9832e60fbf3bba289286c6878941cd246d92abc1017d924dec8aded9abb1300fb0242549616506d9a9ccf0d159b5e86b5936ace6f4d2c365e3
>> 
>> commons-imaging-1.0.0-alpha4-sources.jar=7e02544b312d3ba496a7c9e874a785dc75a5869584101ec7d86072a9da13adb8ff357729534c4ba70a1d5348cdfd50a72ac4e702ddc842add9eb30064b7b030d
>> 
>> commons-imaging-1.0.0-alpha4-bom.json=62de378483ec6e6a67c3eb6dc57230028d3fbdb36f38dd9cb403e23df3c9f123beb4f38ba2666a301ca29729e51ecc1b4201c0eba1c98f4edf3f610d42f20b87
>> 
>> org.apache.commons_commons-imaging-1.0.0-alpha4.spdx.json=a180644d6b9424685c2ad612bb60def14117e58cabc602fd3c3d4d588ac484609781a87c83a307dce51d3639f6ac8cee2842d93bc49f381e9fe563cbfc268ce7
>> 
>> commons-imaging-1.0.0-alpha4-javadoc.jar=6144bf7d7456316b25664fdbedcd0241b6e68ab24738c92db239c9aa196e4ba439eb4b7be9f5325cff37a9ab2ac8bf44ac17f4cb6665bb7f505744e13a456641
>> 
>> commons-imaging-1.0.0-alpha4-bin.tar.gz=9500955b498cd3d35a9116d0c46e89d6ea721f697b7270fdab24b06e84b2e387c33f8a46114f7cc85754ac58cca86911b579533d1a9eab2c6715410f535ff8e9
>> 
>> commons-imaging-1.0.0-alpha4-src.zip=4552b5defa39049a8acfb8db0644c60e0ece9b92225203bd9f1a735a67080decae0fcf725dd6f4959ef6fcdc4a33c7c2c63487866626995b4c61fe0f288795dd
>> 
>> I have tested this with 'mvn' and 'mvn -V -Prelease -Ptest-deploy -P
>> jacoco clean package site deploy' using:
>> 
>> openjdk version "17.0.10" 2024-01-16
>> OpenJDK Runtime Environment Homebrew (build 17.0.10+0)
>> OpenJDK 64-Bit Server VM Homebrew (build 17.0.10+0, mixed mode, sharing)
>> 
>> Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
>> Maven home: /usr/local/Cellar/maven/3.9.6/libexec
>> Java version: 17.0.10, vendor: Homebrew, runtime:
>> /usr/local/Cellar/openjdk@17/17.0.10/libexec/openjdk.jdk/Contents/Home
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "mac os x", version: "14.4.1", arch: "x86_64", family: "mac"
>> 
>> Darwin  23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:11:05
>> PDT 2024; root:xnu-10063.101.17~1/RELEASE_X86_64 x86_64
>> 
>> Details of changes since 1.0-alpha3 are in the release notes:
>> 
>> https://dist.apache.org/repos/dist/dev/commons/imaging/1.0.0-alpha4-RC1/RELEASE-NOTES.txt
>> 
>> https://dist.apache.org/repos/dist/dev/commons/imaging/1.0.0-alpha4-RC1/site/changes-report.html
>> 
>> Site:
>> 
>> https://dist.apache.org/repos/dist/dev/commons/imaging/1.0.0-alpha4-RC1/site/index.html
>>(note some *relative* links are broken and the 1.0.0-alpha4
>> directories are not yet created - these will be OK once the site is
>> deployed.)
>> 
>> RAT Report:
>> 
>> https://dist.apache.org/repos/dist/dev/commons/imaging/1.0.0-alpha4-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