You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <ga...@gmail.com> on 2023/03/26 00:40:08 UTC

[VOTE] Release Apache Commons Configuration 2.9.0 based on RC1

We have fixed a few bugs and made some enhancements since Apache
Commons Configuration 2.8.0 was released, so I would like to release
Apache Commons Configuration 2.9.0.

Apache Commons Configuration 2.9.0 RC1 is available for review here:
    https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1
(svn revision 60824)

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

Maven artifacts are here:
    https://repository.apache.org/content/repositories/orgapachecommons-1629/org/apache/commons/commons-configuration2/2.9.0/

These are the artifacts and their hashes:

#Release SHA-512s
#Sat Mar 25 20:26:08 EDT 2023
org.apache.commons_commons-configuration2-2.9.0.spdx.json=e44968793cfc3e76e7219f3eee77b9ea9cf563f08210145443d688d31a227fa034c7406508a94454b9b1c61c1e673ef7ea6a057aef909e1a6733010c164a6b1d
commons-configuration2-2.9.0-test-sources.jar=81afa85b7e9106456d2f39e0048acd952ce61c91a399472ce1dcf85658ddddb56e6f8490b78d8dda7a7ac55bd1c15e84e7547c9aedf813aada2c34576dfdfc12
commons-configuration2-2.9.0-src.zip=df79d8a2d51029bae1700b67e2567a219a4d74fb1cc91ea92998ecd9c68c50c5ddfa67f06533348a03292c2c097fe8baa7fba1a441ceb84c741c80f7e293349a
commons-configuration2-2.9.0-sources.jar=1057ff30b5bd3ed49a9e7a374a26ed4d34caaa7ab7efa11b0c674843ca1cb5d6ce00e434e014a6758d697d66686c1f511025f07f1840c3fb29c06fef7c73b669
commons-configuration2-2.9.0-bin.zip=aa3d52bd9ceb0dfdc1cba953e1819a0296240c3d75f0bcb65b32f636d7394c65885397c44439be3276d532fcd95e5aaa628b2084b7f96d426979ecf8a856bdf6
commons-configuration2-2.9.0-bom.json=fa7030cf2fe9671124245ed02e0609d943d8e60886b6c02f95e0d9975839bb463e83a174097ced929fb0772eafab0e89656e98b5ab07b2526ba3cfcdf290a8e1
commons-configuration2-2.9.0-bom.xml=531a85f638fb7e5b08313296c2e322d21127b48ea2977d33e2ddbc1514dc3c6c4e8be26a3954f72a55291d9cbc3a36bc14c7d21090fdc15023e74785fe0badf4
commons-configuration2-2.9.0-src.tar.gz=61091f483aa531b52e4b97b5671042bd6b8b6080c5f8951c3de27fbf1beb5c5d93c2deb2e641bb39b3fd4e7e24de6f49e931ff248501f864ea2e2f9804defdfa
commons-configuration2-2.9.0-bin.tar.gz=b8116991f587e7cb708d4fa693fac8a2501d6c2523db50233d17eb388aff2ecc1b1181fca3001b7276a1e41c7c7675e996d543356f1894253a8b8858213a8021
commons-configuration2-2.9.0-javadoc.jar=69841bda81d36fcb4a2bb7d2774966badcf1254009813d55e612df22fe62da3afd5ff144916a7367d8c682b48d0d65250dd0ffdfbca2e7b50373345600f8c2f9
commons-configuration2-2.9.0-tests.jar=03ef15faa363247050be985cd8e7c8dfdcbb3c4ad6d2992b36bc07eacef78d20b76e7352bf647846d73f6ed64169cf5d981ff77592a572460ef2cee06073b746

I have tested this with:

mvn -V -Prelease -Ptest-deploy -P jacoco -P japicmp clean package site deploy

Using:

Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /usr/local/Cellar/maven/3.9.1/libexec
Java version: 11.0.18, vendor: Homebrew, runtime:
/usr/local/Cellar/openjdk@11/11.0.18/libexec/openjdk.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "13.2.1", arch: "x86_64", family: "mac"
Darwin gdg-mac-mini.local 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan
30 20:42:11 PST 2023; root:xnu-8792.81.3~2/RELEASE_X86_64 x86_64

Note that I had to use Java 11 instead of Java 8 to get one of the
SBOM plugins to play nice.

Details of changes since 2.8.0 are in the release notes:
    https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1/RELEASE-NOTES.txt
    https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1/site/changes-report.html

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

JApiCmp Report (compared to 2.8.0):
    https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1/site/japicmp.html

RAT Report:
    https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.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,

Matt Juntunen,
Release Manager (using key 7DD53AEFEDF1C3D392B51EBE346F4FCECFB70B1A)

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-configuration.git
--branch commons-configuration-2.9.0-RC1
commons-configuration-2.9.0-RC1
cd commons-configuration-2.9.0-RC1

1b) Download and unpack the source archive from:

https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.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

Older components still use Apache Clirr:

This step is not required if the site includes a Clirr report page
which you then must check.

mvn clirr:check

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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Apache Commons Configuration 2.9.0 based on RC1

Posted by Henri Biestro <he...@apache.org>.
+1

Checked src & bin signatures, site reports.

Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /Users/henri.biestro/Java/apache-maven-3.8.1
Java version: 1.8.0_345, vendor: Azul Systems, Inc., runtime: /Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/jre
Default locale: en_FR, platform encoding: UTF-8
OS name: "mac os x", version: "13.2.1", arch: "aarch64", family: "Mac"

Darwin l-hbiestro.home 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan 30 20:38:37 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T6000 arm64

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Apache Commons Configuration 2.9.0 based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
This vote passes with the following binding +1s:

- Henri Biestro
- Bruno Kinoshita
- Gary Gregory

Gary

On Tue, Mar 28, 2023 at 11:23 PM Gary Gregory <ga...@gmail.com>
wrote:

> My +1
>
> Gary
>
> On Mon, Mar 27, 2023 at 8:43 AM Bruno Kinoshita <ki...@apache.org> wrote:
>
>>    [x] +1 Release these artifacts
>>
>> Tested from tag with:
>>
>> Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
>> Maven home: /opt/apache-maven-3.8.5
>> Java version: 17.0.6, 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-67-generic", arch: "amd64", family:
>> "unix"
>>
>> Building OK, reports look good.
>>
>> Thanks!
>>
>> -Bruno
>>
>>
>> On Sun, 26 Mar 2023 at 01:40, Gary Gregory <ga...@gmail.com>
>> wrote:
>>
>> > We have fixed a few bugs and made some enhancements since Apache
>> > Commons Configuration 2.8.0 was released, so I would like to release
>> > Apache Commons Configuration 2.9.0.
>> >
>> > Apache Commons Configuration 2.9.0 RC1 is available for review here:
>> >
>> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1
>> > (svn revision 60824)
>> >
>> > The Git tag commons-configuration-2.9.0-RC1 commit for this RC is
>> > 1208fcf3697fc04aaff51c7fdaf15123e41db2a5 which you can browse here:
>> >
>> >
>> https://gitbox.apache.org/repos/asf?p=commons-configuration.git;a=commit;h=1208fcf3697fc04aaff51c7fdaf15123e41db2a5
>> > You may checkout this tag using:
>> >     git clone
>> > https://gitbox.apache.org/repos/asf/commons-configuration.git
>> > --branch
>> > <https://gitbox.apache.org/repos/asf/commons-configuration.git--branch>
>> > commons-configuration-2.9.0-RC1
>> > commons-configuration-2.9.0-RC1
>> >
>> > Maven artifacts are here:
>> >
>> >
>> https://repository.apache.org/content/repositories/orgapachecommons-1629/org/apache/commons/commons-configuration2/2.9.0/
>> >
>> > These are the artifacts and their hashes:
>> >
>> > #Release SHA-512s
>> > #Sat Mar 25 20:26:08 EDT 2023
>> >
>> >
>> org.apache.commons_commons-configuration2-2.9.0.spdx.json=e44968793cfc3e76e7219f3eee77b9ea9cf563f08210145443d688d31a227fa034c7406508a94454b9b1c61c1e673ef7ea6a057aef909e1a6733010c164a6b1d
>> >
>> >
>> commons-configuration2-2.9.0-test-sources.jar=81afa85b7e9106456d2f39e0048acd952ce61c91a399472ce1dcf85658ddddb56e6f8490b78d8dda7a7ac55bd1c15e84e7547c9aedf813aada2c34576dfdfc12
>> >
>> >
>> commons-configuration2-2.9.0-src.zip=df79d8a2d51029bae1700b67e2567a219a4d74fb1cc91ea92998ecd9c68c50c5ddfa67f06533348a03292c2c097fe8baa7fba1a441ceb84c741c80f7e293349a
>> >
>> >
>> commons-configuration2-2.9.0-sources.jar=1057ff30b5bd3ed49a9e7a374a26ed4d34caaa7ab7efa11b0c674843ca1cb5d6ce00e434e014a6758d697d66686c1f511025f07f1840c3fb29c06fef7c73b669
>> >
>> >
>> commons-configuration2-2.9.0-bin.zip=aa3d52bd9ceb0dfdc1cba953e1819a0296240c3d75f0bcb65b32f636d7394c65885397c44439be3276d532fcd95e5aaa628b2084b7f96d426979ecf8a856bdf6
>> >
>> >
>> commons-configuration2-2.9.0-bom.json=fa7030cf2fe9671124245ed02e0609d943d8e60886b6c02f95e0d9975839bb463e83a174097ced929fb0772eafab0e89656e98b5ab07b2526ba3cfcdf290a8e1
>> >
>> >
>> commons-configuration2-2.9.0-bom.xml=531a85f638fb7e5b08313296c2e322d21127b48ea2977d33e2ddbc1514dc3c6c4e8be26a3954f72a55291d9cbc3a36bc14c7d21090fdc15023e74785fe0badf4
>> >
>> >
>> commons-configuration2-2.9.0-src.tar.gz=61091f483aa531b52e4b97b5671042bd6b8b6080c5f8951c3de27fbf1beb5c5d93c2deb2e641bb39b3fd4e7e24de6f49e931ff248501f864ea2e2f9804defdfa
>> >
>> >
>> commons-configuration2-2.9.0-bin.tar.gz=b8116991f587e7cb708d4fa693fac8a2501d6c2523db50233d17eb388aff2ecc1b1181fca3001b7276a1e41c7c7675e996d543356f1894253a8b8858213a8021
>> >
>> >
>> commons-configuration2-2.9.0-javadoc.jar=69841bda81d36fcb4a2bb7d2774966badcf1254009813d55e612df22fe62da3afd5ff144916a7367d8c682b48d0d65250dd0ffdfbca2e7b50373345600f8c2f9
>> >
>> >
>> commons-configuration2-2.9.0-tests.jar=03ef15faa363247050be985cd8e7c8dfdcbb3c4ad6d2992b36bc07eacef78d20b76e7352bf647846d73f6ed64169cf5d981ff77592a572460ef2cee06073b746
>> >
>> > I have tested this with:
>> >
>> > mvn -V -Prelease -Ptest-deploy -P jacoco -P japicmp clean package site
>> > deploy
>> >
>> > Using:
>> >
>> > Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
>> > Maven home: /usr/local/Cellar/maven/3.9.1/libexec
>> > Java version: 11.0.18, vendor: Homebrew, runtime:
>> > /usr/local/Cellar/openjdk@11/11.0.18/libexec/openjdk.jdk/Contents/Home
>> > Default locale: en_US, platform encoding: UTF-8
>> > OS name: "mac os x", version: "13.2.1", arch: "x86_64", family: "mac"
>> > Darwin gdg-mac-mini.local 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan
>> > 30 20:42:11 PST 2023; root:xnu-8792.81.3~2/RELEASE_X86_64 x86_64
>> >
>> > Note that I had to use Java 11 instead of Java 8 to get one of the
>> > SBOM plugins to play nice.
>> >
>> > Details of changes since 2.8.0 are in the release notes:
>> >
>> >
>> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1/RELEASE-NOTES.txt
>> >
>> >
>> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1/site/changes-report.html
>> >
>> > Site:
>> >
>> >
>> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1/site/index.html
>> >     (note some *relative* links are broken and the 2.9.0 directories
>> > are not yet created - these will be OK once the site is deployed.)
>> >
>> > JApiCmp Report (compared to 2.8.0):
>> >
>> >
>> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1/site/japicmp.html
>> >
>> > RAT Report:
>> >
>> >
>> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.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,
>> >
>> > Matt Juntunen,
>> > Release Manager (using key 7DD53AEFEDF1C3D392B51EBE346F4FCECFB70B1A)
>> >
>> > 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-configuration.git
>> > --branch
>> > <https://gitbox.apache.org/repos/asf/commons-configuration.git--branch>
>> > commons-configuration-2.9.0-RC1
>> > commons-configuration-2.9.0-RC1
>> > cd commons-configuration-2.9.0-RC1
>> >
>> > 1b) Download and unpack the source archive from:
>> >
>> >
>> >
>> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.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
>> >
>> > Older components still use Apache Clirr:
>> >
>> > This step is not required if the site includes a Clirr report page
>> > which you then must check.
>> >
>> > mvn clirr:check
>> >
>> > 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-unsubscribe@commons.apache.org
>> > For additional commands, e-mail: dev-help@commons.apache.org
>> >
>> >
>>
>

Re: [VOTE] Release Apache Commons Configuration 2.9.0 based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
My +1

Gary

On Mon, Mar 27, 2023 at 8:43 AM Bruno Kinoshita <ki...@apache.org> wrote:

>    [x] +1 Release these artifacts
>
> Tested from tag with:
>
> Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
> Maven home: /opt/apache-maven-3.8.5
> Java version: 17.0.6, 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-67-generic", arch: "amd64", family:
> "unix"
>
> Building OK, reports look good.
>
> Thanks!
>
> -Bruno
>
>
> On Sun, 26 Mar 2023 at 01:40, Gary Gregory <ga...@gmail.com> wrote:
>
> > We have fixed a few bugs and made some enhancements since Apache
> > Commons Configuration 2.8.0 was released, so I would like to release
> > Apache Commons Configuration 2.9.0.
> >
> > Apache Commons Configuration 2.9.0 RC1 is available for review here:
> >
> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1
> > (svn revision 60824)
> >
> > The Git tag commons-configuration-2.9.0-RC1 commit for this RC is
> > 1208fcf3697fc04aaff51c7fdaf15123e41db2a5 which you can browse here:
> >
> >
> https://gitbox.apache.org/repos/asf?p=commons-configuration.git;a=commit;h=1208fcf3697fc04aaff51c7fdaf15123e41db2a5
> > You may checkout this tag using:
> >     git clone
> > https://gitbox.apache.org/repos/asf/commons-configuration.git
> > --branch
> > <https://gitbox.apache.org/repos/asf/commons-configuration.git--branch>
> > commons-configuration-2.9.0-RC1
> > commons-configuration-2.9.0-RC1
> >
> > Maven artifacts are here:
> >
> >
> https://repository.apache.org/content/repositories/orgapachecommons-1629/org/apache/commons/commons-configuration2/2.9.0/
> >
> > These are the artifacts and their hashes:
> >
> > #Release SHA-512s
> > #Sat Mar 25 20:26:08 EDT 2023
> >
> >
> org.apache.commons_commons-configuration2-2.9.0.spdx.json=e44968793cfc3e76e7219f3eee77b9ea9cf563f08210145443d688d31a227fa034c7406508a94454b9b1c61c1e673ef7ea6a057aef909e1a6733010c164a6b1d
> >
> >
> commons-configuration2-2.9.0-test-sources.jar=81afa85b7e9106456d2f39e0048acd952ce61c91a399472ce1dcf85658ddddb56e6f8490b78d8dda7a7ac55bd1c15e84e7547c9aedf813aada2c34576dfdfc12
> >
> >
> commons-configuration2-2.9.0-src.zip=df79d8a2d51029bae1700b67e2567a219a4d74fb1cc91ea92998ecd9c68c50c5ddfa67f06533348a03292c2c097fe8baa7fba1a441ceb84c741c80f7e293349a
> >
> >
> commons-configuration2-2.9.0-sources.jar=1057ff30b5bd3ed49a9e7a374a26ed4d34caaa7ab7efa11b0c674843ca1cb5d6ce00e434e014a6758d697d66686c1f511025f07f1840c3fb29c06fef7c73b669
> >
> >
> commons-configuration2-2.9.0-bin.zip=aa3d52bd9ceb0dfdc1cba953e1819a0296240c3d75f0bcb65b32f636d7394c65885397c44439be3276d532fcd95e5aaa628b2084b7f96d426979ecf8a856bdf6
> >
> >
> commons-configuration2-2.9.0-bom.json=fa7030cf2fe9671124245ed02e0609d943d8e60886b6c02f95e0d9975839bb463e83a174097ced929fb0772eafab0e89656e98b5ab07b2526ba3cfcdf290a8e1
> >
> >
> commons-configuration2-2.9.0-bom.xml=531a85f638fb7e5b08313296c2e322d21127b48ea2977d33e2ddbc1514dc3c6c4e8be26a3954f72a55291d9cbc3a36bc14c7d21090fdc15023e74785fe0badf4
> >
> >
> commons-configuration2-2.9.0-src.tar.gz=61091f483aa531b52e4b97b5671042bd6b8b6080c5f8951c3de27fbf1beb5c5d93c2deb2e641bb39b3fd4e7e24de6f49e931ff248501f864ea2e2f9804defdfa
> >
> >
> commons-configuration2-2.9.0-bin.tar.gz=b8116991f587e7cb708d4fa693fac8a2501d6c2523db50233d17eb388aff2ecc1b1181fca3001b7276a1e41c7c7675e996d543356f1894253a8b8858213a8021
> >
> >
> commons-configuration2-2.9.0-javadoc.jar=69841bda81d36fcb4a2bb7d2774966badcf1254009813d55e612df22fe62da3afd5ff144916a7367d8c682b48d0d65250dd0ffdfbca2e7b50373345600f8c2f9
> >
> >
> commons-configuration2-2.9.0-tests.jar=03ef15faa363247050be985cd8e7c8dfdcbb3c4ad6d2992b36bc07eacef78d20b76e7352bf647846d73f6ed64169cf5d981ff77592a572460ef2cee06073b746
> >
> > I have tested this with:
> >
> > mvn -V -Prelease -Ptest-deploy -P jacoco -P japicmp clean package site
> > deploy
> >
> > Using:
> >
> > Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
> > Maven home: /usr/local/Cellar/maven/3.9.1/libexec
> > Java version: 11.0.18, vendor: Homebrew, runtime:
> > /usr/local/Cellar/openjdk@11/11.0.18/libexec/openjdk.jdk/Contents/Home
> > Default locale: en_US, platform encoding: UTF-8
> > OS name: "mac os x", version: "13.2.1", arch: "x86_64", family: "mac"
> > Darwin gdg-mac-mini.local 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan
> > 30 20:42:11 PST 2023; root:xnu-8792.81.3~2/RELEASE_X86_64 x86_64
> >
> > Note that I had to use Java 11 instead of Java 8 to get one of the
> > SBOM plugins to play nice.
> >
> > Details of changes since 2.8.0 are in the release notes:
> >
> >
> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1/RELEASE-NOTES.txt
> >
> >
> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1/site/changes-report.html
> >
> > Site:
> >
> >
> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1/site/index.html
> >     (note some *relative* links are broken and the 2.9.0 directories
> > are not yet created - these will be OK once the site is deployed.)
> >
> > JApiCmp Report (compared to 2.8.0):
> >
> >
> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1/site/japicmp.html
> >
> > RAT Report:
> >
> >
> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.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,
> >
> > Matt Juntunen,
> > Release Manager (using key 7DD53AEFEDF1C3D392B51EBE346F4FCECFB70B1A)
> >
> > 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-configuration.git
> > --branch
> > <https://gitbox.apache.org/repos/asf/commons-configuration.git--branch>
> > commons-configuration-2.9.0-RC1
> > commons-configuration-2.9.0-RC1
> > cd commons-configuration-2.9.0-RC1
> >
> > 1b) Download and unpack the source archive from:
> >
> >
> >
> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.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
> >
> > Older components still use Apache Clirr:
> >
> > This step is not required if the site includes a Clirr report page
> > which you then must check.
> >
> > mvn clirr:check
> >
> > 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-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
>

Re: [VOTE] Release Apache Commons Configuration 2.9.0 based on RC1

Posted by Bruno Kinoshita <ki...@apache.org>.
   [x] +1 Release these artifacts

Tested from tag with:

Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/apache-maven-3.8.5
Java version: 17.0.6, 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-67-generic", arch: "amd64", family:
"unix"

Building OK, reports look good.

Thanks!

-Bruno


On Sun, 26 Mar 2023 at 01:40, Gary Gregory <ga...@gmail.com> wrote:

> We have fixed a few bugs and made some enhancements since Apache
> Commons Configuration 2.8.0 was released, so I would like to release
> Apache Commons Configuration 2.9.0.
>
> Apache Commons Configuration 2.9.0 RC1 is available for review here:
>     https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1
> (svn revision 60824)
>
> The Git tag commons-configuration-2.9.0-RC1 commit for this RC is
> 1208fcf3697fc04aaff51c7fdaf15123e41db2a5 which you can browse here:
>
> https://gitbox.apache.org/repos/asf?p=commons-configuration.git;a=commit;h=1208fcf3697fc04aaff51c7fdaf15123e41db2a5
> You may checkout this tag using:
>     git clone
> https://gitbox.apache.org/repos/asf/commons-configuration.git
> --branch
> <https://gitbox.apache.org/repos/asf/commons-configuration.git--branch>
> commons-configuration-2.9.0-RC1
> commons-configuration-2.9.0-RC1
>
> Maven artifacts are here:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1629/org/apache/commons/commons-configuration2/2.9.0/
>
> These are the artifacts and their hashes:
>
> #Release SHA-512s
> #Sat Mar 25 20:26:08 EDT 2023
>
> org.apache.commons_commons-configuration2-2.9.0.spdx.json=e44968793cfc3e76e7219f3eee77b9ea9cf563f08210145443d688d31a227fa034c7406508a94454b9b1c61c1e673ef7ea6a057aef909e1a6733010c164a6b1d
>
> commons-configuration2-2.9.0-test-sources.jar=81afa85b7e9106456d2f39e0048acd952ce61c91a399472ce1dcf85658ddddb56e6f8490b78d8dda7a7ac55bd1c15e84e7547c9aedf813aada2c34576dfdfc12
>
> commons-configuration2-2.9.0-src.zip=df79d8a2d51029bae1700b67e2567a219a4d74fb1cc91ea92998ecd9c68c50c5ddfa67f06533348a03292c2c097fe8baa7fba1a441ceb84c741c80f7e293349a
>
> commons-configuration2-2.9.0-sources.jar=1057ff30b5bd3ed49a9e7a374a26ed4d34caaa7ab7efa11b0c674843ca1cb5d6ce00e434e014a6758d697d66686c1f511025f07f1840c3fb29c06fef7c73b669
>
> commons-configuration2-2.9.0-bin.zip=aa3d52bd9ceb0dfdc1cba953e1819a0296240c3d75f0bcb65b32f636d7394c65885397c44439be3276d532fcd95e5aaa628b2084b7f96d426979ecf8a856bdf6
>
> commons-configuration2-2.9.0-bom.json=fa7030cf2fe9671124245ed02e0609d943d8e60886b6c02f95e0d9975839bb463e83a174097ced929fb0772eafab0e89656e98b5ab07b2526ba3cfcdf290a8e1
>
> commons-configuration2-2.9.0-bom.xml=531a85f638fb7e5b08313296c2e322d21127b48ea2977d33e2ddbc1514dc3c6c4e8be26a3954f72a55291d9cbc3a36bc14c7d21090fdc15023e74785fe0badf4
>
> commons-configuration2-2.9.0-src.tar.gz=61091f483aa531b52e4b97b5671042bd6b8b6080c5f8951c3de27fbf1beb5c5d93c2deb2e641bb39b3fd4e7e24de6f49e931ff248501f864ea2e2f9804defdfa
>
> commons-configuration2-2.9.0-bin.tar.gz=b8116991f587e7cb708d4fa693fac8a2501d6c2523db50233d17eb388aff2ecc1b1181fca3001b7276a1e41c7c7675e996d543356f1894253a8b8858213a8021
>
> commons-configuration2-2.9.0-javadoc.jar=69841bda81d36fcb4a2bb7d2774966badcf1254009813d55e612df22fe62da3afd5ff144916a7367d8c682b48d0d65250dd0ffdfbca2e7b50373345600f8c2f9
>
> commons-configuration2-2.9.0-tests.jar=03ef15faa363247050be985cd8e7c8dfdcbb3c4ad6d2992b36bc07eacef78d20b76e7352bf647846d73f6ed64169cf5d981ff77592a572460ef2cee06073b746
>
> I have tested this with:
>
> mvn -V -Prelease -Ptest-deploy -P jacoco -P japicmp clean package site
> deploy
>
> Using:
>
> Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
> Maven home: /usr/local/Cellar/maven/3.9.1/libexec
> Java version: 11.0.18, vendor: Homebrew, runtime:
> /usr/local/Cellar/openjdk@11/11.0.18/libexec/openjdk.jdk/Contents/Home
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "13.2.1", arch: "x86_64", family: "mac"
> Darwin gdg-mac-mini.local 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan
> 30 20:42:11 PST 2023; root:xnu-8792.81.3~2/RELEASE_X86_64 x86_64
>
> Note that I had to use Java 11 instead of Java 8 to get one of the
> SBOM plugins to play nice.
>
> Details of changes since 2.8.0 are in the release notes:
>
> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1/RELEASE-NOTES.txt
>
> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1/site/changes-report.html
>
> Site:
>
> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1/site/index.html
>     (note some *relative* links are broken and the 2.9.0 directories
> are not yet created - these will be OK once the site is deployed.)
>
> JApiCmp Report (compared to 2.8.0):
>
> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.0-RC1/site/japicmp.html
>
> RAT Report:
>
> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.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,
>
> Matt Juntunen,
> Release Manager (using key 7DD53AEFEDF1C3D392B51EBE346F4FCECFB70B1A)
>
> 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-configuration.git
> --branch
> <https://gitbox.apache.org/repos/asf/commons-configuration.git--branch>
> commons-configuration-2.9.0-RC1
> commons-configuration-2.9.0-RC1
> cd commons-configuration-2.9.0-RC1
>
> 1b) Download and unpack the source archive from:
>
>
> https://dist.apache.org/repos/dist/dev/commons/configuration/2.9.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
>
> Older components still use Apache Clirr:
>
> This step is not required if the site includes a Clirr report page
> which you then must check.
>
> mvn clirr:check
>
> 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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>