Re: [VOTE] Release Apache Log4net 2.0.16

2024-03-06 Thread Robert Middleton
+1 Verified the following: * apache-log4net-source-2.0.16.zip and associated sha/signature * apache-log4net-binaries-2.0.16.zip and associated sha/signature It looks all good to me. -Robert Middleton On Tue, Mar 5, 2024 at 1:20 AM Ralph Goers wrote: > > +1 > > Verified signatures > Verified ha

Re: [VOTE] Release Apache Log4j 2.23.1

2024-03-06 Thread Piotr P. Karwasz
On Wed, 6 Mar 2024 at 14:13, Volkan Yazıcı wrote: > > This is a vote to release the Apache Log4j 2.23.1. > > Website: https://logging.staged.apache.org/log4j > GitHub: https://github.com/apache/logging-log4j2 > Commit: fea2a7116160fb1555d578406444b4fc4f0ef2da > Distribution: https://dist.apache.or

Re: [VOTE] Release Apache Log4j 2.23.1

2024-03-06 Thread Gary Gregory
All better now: +1 For details see: [log4j] `2.23.1` reproducibility failure (Was: [VOTE] Release Apache Log4j 2.23.1) Gary On Wed, Mar 6, 2024 at 9:26 AM Gary Gregory wrote: > > Same :-( > > [INFO] --- bnd-baseline:7.0.0:baseline (check-api-compat) @ log4j-bom --- > [INFO] skip project with

Re: [log4j] `2.23.1` reproducibility failure (Was: [VOTE] Release Apache Log4j 2.23.1)

2024-03-06 Thread Gary Gregory
The build was completed successfully. Gary On Wed, Mar 6, 2024 at 11:02 AM Gary Gregory wrote: > > I nuked the whole thing (rm -rf ~/.m2/repository/) for good measure > (I'll do that once a month from now on). > > Building (and downloading the world)... > > It's made it past log4j-bom so we migh

Re: [log4j] `2.23.1` reproducibility failure (Was: [VOTE] Release Apache Log4j 2.23.1)

2024-03-06 Thread Gary Gregory
I nuked the whole thing (rm -rf ~/.m2/repository/) for good measure (I'll do that once a month from now on). Building (and downloading the world)... It's made it past log4j-bom so we might be looking good... TY! Gary On Wed, Mar 6, 2024 at 10:33 AM Volkan Yazıcı wrote: > > Could you do `rm -rf

Re: [log4j] `2.23.1` reproducibility failure (Was: [VOTE] Release Apache Log4j 2.23.1)

2024-03-06 Thread Volkan Yazıcı
Could you do `rm -rf ~/.m2/repository/org/apache/commons` and retry, please? (If you compare `target/bom.xml`s you can see that your local `commons-*` clones have different hashes.) On Wed, Mar 6, 2024 at 4:00 PM Gary Gregory wrote: > On Wed, Mar 6, 2024 at 9:54 AM Volkan Yazıcı wrote: > > > >

Re: [log4j] `2.23.1` reproducibility failure (Was: [VOTE] Release Apache Log4j 2.23.1)

2024-03-06 Thread Gary Gregory
On Wed, Mar 6, 2024 at 9:54 AM Volkan Yazıcı wrote: > > Could you share the `target/bom.xml` and https://paste.apache.org/za0k3 > `target/log4j-bom-2.23.1.buildinfo` files too, please? https://paste.apache.org/1403q Gary > > On Wed, Mar 6, 2024 at 3:35 PM Gary Gregory wrote: > > > rm -rf ~/.

Re: [log4j] `2.23.1` reproducibility failure (Was: [VOTE] Release Apache Log4j 2.23.1)

2024-03-06 Thread Volkan Yazıcı
Could you share the `target/bom.xml` and `target/log4j-bom-2.23.1.buildinfo` files too, please? On Wed, Mar 6, 2024 at 3:35 PM Gary Gregory wrote: > rm -rf ~/.m2/repository/org/apache/logging/log4j/*/2.23.1* > export NEXUS_REPO= > https://repository.apache.org/content/repositories/orgapacheloggi

Re: [log4j] `2.23.1` reproducibility failure (Was: [VOTE] Release Apache Log4j 2.23.1)

2024-03-06 Thread Gary Gregory
rm -rf ~/.m2/repository/org/apache/logging/log4j/*/2.23.1* export NEXUS_REPO=https://repository.apache.org/content/repositories/orgapachelogging-1261 sh mvnw -Prelease verify artifact:compare -Dreference.repo=$NEXUS_REPO Gary On Wed, Mar 6, 2024 at 9:33 AM Volkan Yazıcı wrote: > > Which command

[log4j] `2.23.1` reproducibility failure (Was: [VOTE] Release Apache Log4j 2.23.1)

2024-03-06 Thread Volkan Yazıcı
Which command are you exactly running? Could you share the `target/bom.xml` and `target/log4j-bom-2.23.1.buildinfo` files too, please? On Wed, Mar 6, 2024 at 3:28 PM Gary Gregory wrote: > Same :-( > > [INFO] --- bnd-baseline:7.0.0:baseline (check-api-compat) @ log4j-bom --- > [INFO] skip projec

Re: [VOTE] Release Apache Log4j 2.23.1

2024-03-06 Thread Gary Gregory
Same :-( [INFO] --- bnd-baseline:7.0.0:baseline (check-api-compat) @ log4j-bom --- [INFO] skip project with packaging=pom [INFO] [INFO] --- artifact:3.5.0:compare (default-cli) @ log4j-bom --- [ERROR] project.build.outputTimestamp property should not be inherited but defined in POM /Users/garydgre

Re: [VOTE] Release Apache Log4j 2.23.1

2024-03-06 Thread Volkan Yazıcı
Could you retry after cleaning up your local repository, please? That is, rm -rf ~/.m2/repository/org/apache/logging/log4j/*/2.23.1* On Wed, Mar 6, 2024 at 3:03 PM Gary Gregory wrote: > I get a build failure: > > INFO] --- artifact:3.5.0:compare (default-cli) @ log4j-bom --- > [ERROR] pro

Re: [VOTE] Release Apache Log4j 2.23.1

2024-03-06 Thread Gary Gregory
I get a build failure: INFO] --- artifact:3.5.0:compare (default-cli) @ log4j-bom --- [ERROR] project.build.outputTimestamp property should not be inherited but defined in POM /Users/garydgregory/rc/log4j/src/.flattened-pom.xml Downloading from reference: https://repository.apache.org/content/repo

Re: [VOTE] Release Apache Log4j 2.23.1

2024-03-06 Thread Gary Gregory
Hi, Thank you for creating this RC. It would be more helpful to provide cut-and-paste instructions. This does not work obviously: svn co https://dist.apache.org/repos/... && cd $_ Neither the "svn co" nor the cd "$_" will work ;-) Gary On Wed, Mar 6, 2024 at 8:13 AM Volkan Yazıcı wrote: > >

[VOTE] Release Apache Log4j 2.23.1

2024-03-06 Thread Volkan Yazıcı
This is a vote to release the Apache Log4j 2.23.1. Website: https://logging.staged.apache.org/log4j GitHub: https://github.com/apache/logging-log4j2 Commit: fea2a7116160fb1555d578406444b4fc4f0ef2da Distribution: https://dist.apache.org/repos/dist/dev/logging/log4j Nexus: https://repository.apache.