Re: [VOTE] Release Apache Log4net 3.0.2

2024-10-18 Thread Gary D. Gregory
The review kit says:

svn co 
https://dist.apache.org/repos/dist/dev/logging/log4net/source/{releaseVersion} 
log4net-{releaseVersion}

There is nothing at 
https://dist.apache.org/repos/dist/dev/logging/log4net/source/, it's a 404

:-(

Gary

On 2024/10/18 09:24:30 Jan Friedrich wrote:
> This is a vote to release the Apache Log4net 3.0.2.
> 
> Website: https://logging.staged.apache.org/log4net/release/release-notes.html 
> GitHub: https://github.com/apache/logging-log4net
> Commit: d0d9c9ba88ac29be1d3f2174e47e50939819e60d
> Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.2
> Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
> Review kit: 
> https://logging.apache.org/log4net/release/release-review-instructions.html 
> 
> Please download, test, and cast your votes on this mailing list.
> 
> [ ] +1, release the artifacts
> [ ] -1, don't release, because ... 
> 
> This vote is open for 72 hours and will pass unless getting a net negative 
> vote count. All votes are welcome and we encourage everyone to test the 
> release, but only the Logging Services PMC votes are officially counted.


Re: [RESULT][VOTE] Release Apache Log4cxx 1.3.0

2024-10-18 Thread Robert Middleton
Thanks for getting the release out, it's good that we're getting more
automated about it.

-Robert Middleton

On Fri, Oct 18, 2024 at 2:12 AM Stephen Webb  wrote:
>
> and here is my +1.
>
> With that the vote passed with 3 +1 votes from Piotr and Robert and myself.
> I will continue the release process.
>
> Stephen
>
> ---
> This is a vote to release the Apache Log4cxx 1.3.0.


[log4j] No binary compatibility checks anymore?

2024-10-18 Thread Gary D. Gregory
Hi All,

When I run:

mvn -pl log4j-api -DskipTests clean verify

I do not see calls to japicmp or revapi.

How do we check that we are not breaking binary compatibility?

TY,
Gary


Re: [VOTE] Release Apache Log4net 3.0.2

2024-10-18 Thread Gary D. Gregory
Hi Jan,

The review kit lists step 1 as:

winget install -e --id GnuPG.Gpg4win

This gives me:

❯ winget install -e --id GnuPG.Gpg4win
Failed when searching source: winget
An unexpected error occurred while executing the command:
0x8a15000f : Data required by the source is missing

Any ideas?

Gary

On 2024/10/18 09:24:30 Jan Friedrich wrote:
> This is a vote to release the Apache Log4net 3.0.2.
> 
> Website: https://logging.staged.apache.org/log4net/release/release-notes.html 
> GitHub: https://github.com/apache/logging-log4net
> Commit: d0d9c9ba88ac29be1d3f2174e47e50939819e60d
> Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.2
> Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
> Review kit: 
> https://logging.apache.org/log4net/release/release-review-instructions.html 
> 
> Please download, test, and cast your votes on this mailing list.
> 
> [ ] +1, release the artifacts
> [ ] -1, don't release, because ... 
> 
> This vote is open for 72 hours and will pass unless getting a net negative 
> vote count. All votes are welcome and we encourage everyone to test the 
> release, but only the Logging Services PMC votes are officially counted.


Re: [REVIEW] Apache Log4net 3.0.2 (was [VOTE] Release Apache Log4net 3.0.2)

2024-10-18 Thread Gary Gregory
Hi Jan,

Yes, I have gpg on Windows. I'm just looking for idiot-proof instructions
for someone who isn't a .NET expert ;-)

Gary
PS: Win11 is on the horizon here.

On Fri, Oct 18, 2024, 12:21 PM Jan Friedrich  wrote:

> Hello Gary,
>
> your company will have to solve this by the end of 2025 ;-)
>
> Do you have gpg on Windows?
>
> Regards.
>
> Jan
>
> Friday, October 18, 2024, 6:08:22 PM, you wrote:
>
> > Hi Jan,
>
> > I'm on Windows 10: Microsoft Windows [Version 10.0.19045.5011]
>
> > W11 is the future, but I'm not sure when (my day job's IT).
>
> > Gary
>
> > On 2024/10/18 13:53:31 "Gary D. Gregory" wrote:
> >> Hi Jan,
> >>
> >> The review kit lists step 1 as:
> >>
> >> winget install -e --id GnuPG.Gpg4win
> >>
> >> This gives me:
> >>
> >> ❯ winget install -e --id GnuPG.Gpg4win
> >> Failed when searching source: winget
> >> An unexpected error occurred while executing the command:
> >> 0x8a15000f : Data required by the source is missing
> >>
> >> Any ideas?
> >>
> >> Gary
> >>
> >> On 2024/10/18 09:24:30 Jan Friedrich wrote:
> >> > This is a vote to release the Apache Log4net 3.0.2.
> >> >
> >> > Website:
> https://logging.staged.apache.org/log4net/release/release-notes.html
> GitHub: https://github.com/apache/logging-log4net
> >> > Commit: d0d9c9ba88ac29be1d3f2174e47e50939819e60d
> >> > Distribution:
> https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.2
> >> > Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
> >> > Review kit:
> https://logging.apache.org/log4net/release/release-review-instructions.html
> >> >
> >> > Please download, test, and cast your votes on this mailing list.
> >> >
> >> > [ ] +1, release the artifacts
> >> > [ ] -1, don't release, because ...
> >> >
> >> > This vote is open for 72 hours and will pass unless getting a net
> negative vote count. All votes are welcome and we encourage everyone to
> test the release, but only the Logging Services PMC votes are officially
> counted.
> >>
>
>


Re: [REVIEW] Apache Log4net 3.0.2 (was [VOTE] Release Apache Log4net 3.0.2)

2024-10-18 Thread Jan Friedrich
Hello Gary,
 
that's good to know - I also like the instructions to be fool proof 😅
in case you couldn't fix winget - this is how you install the remaining 
dependencies for Windows via choco:
 
choco install mono
choco install dotnet-8.0-sdk
 
I will add the alternatives to the instructions.
 
Regards.
 
Jan

Friday, October 18, 2024, 6:23:54 PM, you wrote:

> Hi Jan,
> Yes, I have gpg on Windows. I'm just looking for idiot-proof instructions for 
> someone who isn't a .NET expert ;-)

> Gary
> PS: Win11 is on the horizon here.

> On Fri, Oct 18, 2024, 12:21 PM Jan Friedrich  wrote:

>> Hello Gary,

>> your company will have to solve this by the end of 2025 ;-)

>> Do you have gpg on Windows?

>> Regards.

>> Jan

>> Friday, October 18, 2024, 6:08:22 PM, you wrote:

>>> Hi Jan,

>>> I'm on Windows 10: Microsoft Windows [Version 10.0.19045.5011]

>>> W11 is the future, but I'm not sure when (my day job's IT).

>>> Gary

>>> On 2024/10/18 13:53:31 "Gary D. Gregory" wrote:
 Hi Jan,
 
 The review kit lists step 1 as:
 
 winget install -e --id GnuPG.Gpg4win
 
 This gives me:
 
 ❯ winget install -e --id GnuPG.Gpg4win
 Failed when searching source: winget
 An unexpected error occurred while executing the command:
 0x8a15000f : Data required by the source is missing
 
 Any ideas?
 
 Gary
 
 On 2024/10/18 09:24:30 Jan Friedrich wrote:
 > This is a vote to release the Apache Log4net 3.0.2.
 > 
 > Website: 
 > https://logging.staged.apache.org/log4net/release/release-notes.html 
 > GitHub: https://github.com/apache/logging-log4net
 > Commit: d0d9c9ba88ac29be1d3f2174e47e50939819e60d
 > Distribution: 
 > https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.2
 > Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
 > Review kit: 
 > https://logging.apache.org/log4net/release/release-review-instructions.html
 >  
 > 
 > Please download, test, and cast your votes on this mailing list.
 > 
 > [ ] +1, release the artifacts
 > [ ] -1, don't release, because ... 
 > 
 > This vote is open for 72 hours and will pass unless getting a net 
 > negative vote count. All votes are welcome and we encourage everyone to 
 > test the release, but only the Logging Services PMC votes are officially 
 > counted.


Re: [REVIEW] Apache Log4net 3.0.2 (was [VOTE] Release Apache Log4net 3.0.2)

2024-10-18 Thread Gary D. Gregory
TY for the updates!

+1 based on the Windows review kit.

Gary

On 2024/10/18 16:44:22 Jan Friedrich wrote:
> Hi Gary,
> 
> I've updated 
> https://logging.staged.apache.org/log4net/release/release-review-instructions.html
> 
> Regards.
> 
> Jan
> 
> Friday, October 18, 2024, 9:33:56 AM, you wrote:
> 
> > Hello Gary,
> >  
> > that's good to know - I also like the instructions to be fool proof 😅
> > in case you couldn't fix winget - this is how you install the remaining 
> > dependencies for Windows via choco:
> >  
> > choco install mono
> > choco install dotnet-8.0-sdk
> >  
> > I will add the alternatives to the instructions.
> >  
> > Regards.
> >  
> > Jan
> 
> > Friday, October 18, 2024, 6:23:54 PM, you wrote:
> 
> >> Hi Jan,
> >> Yes, I have gpg on Windows. I'm just looking for idiot-proof instructions 
> >> for someone who isn't a .NET expert ;-)
> 
> >> Gary
> >> PS: Win11 is on the horizon here.
> 
> >> On Fri, Oct 18, 2024, 12:21 PM Jan Friedrich  wrote:
> 
> >>> Hello Gary,
> 
> >>> your company will have to solve this by the end of 2025 ;-)
> 
> >>> Do you have gpg on Windows?
> 
> >>> Regards.
> 
> >>> Jan
> 
> >>> Friday, October 18, 2024, 6:08:22 PM, you wrote:
> 
>  Hi Jan,
> 
>  I'm on Windows 10: Microsoft Windows [Version 10.0.19045.5011]
> 
>  W11 is the future, but I'm not sure when (my day job's IT).
> 
>  Gary
> 
>  On 2024/10/18 13:53:31 "Gary D. Gregory" wrote:
> > Hi Jan,
> > 
> > The review kit lists step 1 as:
> > 
> > winget install -e --id GnuPG.Gpg4win
> > 
> > This gives me:
> > 
> > ❯ winget install -e --id GnuPG.Gpg4win
> > Failed when searching source: winget
> > An unexpected error occurred while executing the command:
> > 0x8a15000f : Data required by the source is missing
> > 
> > Any ideas?
> > 
> > Gary
> > 
> > On 2024/10/18 09:24:30 Jan Friedrich wrote:
> > > This is a vote to release the Apache Log4net 3.0.2.
> > > 
> > > Website: 
> > > https://logging.staged.apache.org/log4net/release/release-notes.html 
> > > GitHub: https://github.com/apache/logging-log4net
> > > Commit: d0d9c9ba88ac29be1d3f2174e47e50939819e60d
> > > Distribution: 
> > > https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.2
> > > Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
> > > Review kit: 
> > > https://logging.apache.org/log4net/release/release-review-instructions.html
> > >  
> > > 
> > > Please download, test, and cast your votes on this mailing list.
> > > 
> > > [ ] +1, release the artifacts
> > > [ ] -1, don't release, because ... 
> > > 
> > > This vote is open for 72 hours and will pass unless getting a net 
> > > negative vote count. All votes are welcome and we encourage everyone 
> > > to test the release, but only the Logging Services PMC votes are 
> > > officially counted.
> >


Re: [REVIEW] Apache Log4net 3.0.2 (was [VOTE] Release Apache Log4net 3.0.2)

2024-10-18 Thread Gary D. Gregory
winget doesn't work here but choco does :-)

Gary

On 2024/10/18 07:33:56 Jan Friedrich wrote:
> Hello Gary,
>  
> that's good to know - I also like the instructions to be fool proof 😅
> in case you couldn't fix winget - this is how you install the remaining 
> dependencies for Windows via choco:
>  
> choco install mono
> choco install dotnet-8.0-sdk
>  
> I will add the alternatives to the instructions.
>  
> Regards.
>  
> Jan
> 
> Friday, October 18, 2024, 6:23:54 PM, you wrote:
> 
> > Hi Jan,
> > Yes, I have gpg on Windows. I'm just looking for idiot-proof instructions 
> > for someone who isn't a .NET expert ;-)
> 
> > Gary
> > PS: Win11 is on the horizon here.
> 
> > On Fri, Oct 18, 2024, 12:21 PM Jan Friedrich  wrote:
> 
> >> Hello Gary,
> 
> >> your company will have to solve this by the end of 2025 ;-)
> 
> >> Do you have gpg on Windows?
> 
> >> Regards.
> 
> >> Jan
> 
> >> Friday, October 18, 2024, 6:08:22 PM, you wrote:
> 
> >>> Hi Jan,
> 
> >>> I'm on Windows 10: Microsoft Windows [Version 10.0.19045.5011]
> 
> >>> W11 is the future, but I'm not sure when (my day job's IT).
> 
> >>> Gary
> 
> >>> On 2024/10/18 13:53:31 "Gary D. Gregory" wrote:
>  Hi Jan,
>  
>  The review kit lists step 1 as:
>  
>  winget install -e --id GnuPG.Gpg4win
>  
>  This gives me:
>  
>  ❯ winget install -e --id GnuPG.Gpg4win
>  Failed when searching source: winget
>  An unexpected error occurred while executing the command:
>  0x8a15000f : Data required by the source is missing
>  
>  Any ideas?
>  
>  Gary
>  
>  On 2024/10/18 09:24:30 Jan Friedrich wrote:
>  > This is a vote to release the Apache Log4net 3.0.2.
>  > 
>  > Website: 
>  > https://logging.staged.apache.org/log4net/release/release-notes.html 
>  > GitHub: https://github.com/apache/logging-log4net
>  > Commit: d0d9c9ba88ac29be1d3f2174e47e50939819e60d
>  > Distribution: 
>  > https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.2
>  > Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
>  > Review kit: 
>  > https://logging.apache.org/log4net/release/release-review-instructions.html
>  >  
>  > 
>  > Please download, test, and cast your votes on this mailing list.
>  > 
>  > [ ] +1, release the artifacts
>  > [ ] -1, don't release, because ... 
>  > 
>  > This vote is open for 72 hours and will pass unless getting a net 
>  > negative vote count. All votes are welcome and we encourage everyone 
>  > to test the release, but only the Logging Services PMC votes are 
>  > officially counted.
> 


Re: [REVIEW] Apache Log4net 3.0.2 (was [VOTE] Release Apache Log4net 3.0.2)

2024-10-18 Thread Jan Friedrich
Hi Gary,

I've updated 
https://logging.staged.apache.org/log4net/release/release-review-instructions.html

Regards.

Jan

Friday, October 18, 2024, 9:33:56 AM, you wrote:

> Hello Gary,
>  
> that's good to know - I also like the instructions to be fool proof 😅
> in case you couldn't fix winget - this is how you install the remaining 
> dependencies for Windows via choco:
>  
> choco install mono
> choco install dotnet-8.0-sdk
>  
> I will add the alternatives to the instructions.
>  
> Regards.
>  
> Jan

> Friday, October 18, 2024, 6:23:54 PM, you wrote:

>> Hi Jan,
>> Yes, I have gpg on Windows. I'm just looking for idiot-proof instructions 
>> for someone who isn't a .NET expert ;-)

>> Gary
>> PS: Win11 is on the horizon here.

>> On Fri, Oct 18, 2024, 12:21 PM Jan Friedrich  wrote:

>>> Hello Gary,

>>> your company will have to solve this by the end of 2025 ;-)

>>> Do you have gpg on Windows?

>>> Regards.

>>> Jan

>>> Friday, October 18, 2024, 6:08:22 PM, you wrote:

 Hi Jan,

 I'm on Windows 10: Microsoft Windows [Version 10.0.19045.5011]

 W11 is the future, but I'm not sure when (my day job's IT).

 Gary

 On 2024/10/18 13:53:31 "Gary D. Gregory" wrote:
> Hi Jan,
> 
> The review kit lists step 1 as:
> 
> winget install -e --id GnuPG.Gpg4win
> 
> This gives me:
> 
> ❯ winget install -e --id GnuPG.Gpg4win
> Failed when searching source: winget
> An unexpected error occurred while executing the command:
> 0x8a15000f : Data required by the source is missing
> 
> Any ideas?
> 
> Gary
> 
> On 2024/10/18 09:24:30 Jan Friedrich wrote:
> > This is a vote to release the Apache Log4net 3.0.2.
> > 
> > Website: 
> > https://logging.staged.apache.org/log4net/release/release-notes.html 
> > GitHub: https://github.com/apache/logging-log4net
> > Commit: d0d9c9ba88ac29be1d3f2174e47e50939819e60d
> > Distribution: 
> > https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.2
> > Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
> > Review kit: 
> > https://logging.apache.org/log4net/release/release-review-instructions.html
> >  
> > 
> > Please download, test, and cast your votes on this mailing list.
> > 
> > [ ] +1, release the artifacts
> > [ ] -1, don't release, because ... 
> > 
> > This vote is open for 72 hours and will pass unless getting a net 
> > negative vote count. All votes are welcome and we encourage everyone to 
> > test the release, but only the Logging Services PMC votes are 
> > officially counted.
>

Re: [REVIEW] Apache Log4net 3.0.2 (was [VOTE] Release Apache Log4net 3.0.2)

2024-10-18 Thread Jan Friedrich
Hi Gary,

which Windows version are you using?

I just tested on on fresh Windows 11 24H2 install:

C:\Users\freeandnil>ver
Microsoft Windows [Version 10.0.26100.1742]

PS C:\Users\freeandnil> winget install -e --id GnuPG.Gpg4win
The `msstore` source requires that you view the following agreements before 
using.
Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction
The source requires the current machine's 2-letter geographic region to be sent 
to the backend service to function properly (ex. "US").

Do you agree to all the source agreements terms?
[Y] Yes  [N] No: y
Found Gpg4win [GnuPG.Gpg4win] Version 4.3.1
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, 
third-party packages.
Downloading https://files.gpg4win.org/gpg4win-4.3.1.exe
  ██  33.8 MB / 33.8 MB
Successfully verified installer hash
Starting package install...
Successfully installed

- in a new terminal window

PS C:\Users\freeandnil> gcm gpg

CommandType Name   Version
Source
---    ---
--
Application gpg.exe2.4.5.5... 
C:\Program Files (x86)\Gpg4win\..\GnuP...


It seems like your winget is broken.
https://learn.microsoft.com/en-us/answers/questions/162/how-do-we-fix-0x8a15000f-data-required-by-the-sour

In case this does not help, you can install gpg via choco

Set-ExecutionPolicy Bypass -Scope Process -Force; 
[System.Net.ServicePointManager]::SecurityProtocol = 
[System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object 
System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

choco install gpg4win

In case you have gpg already installed, you can skip this step altogether.

Regards.

Jan

Friday, October 18, 2024, 3:53:31 PM, you wrote:

> Hi Jan,

> The review kit lists step 1 as:

> winget install -e --id GnuPG.Gpg4win

> This gives me:

> ❯ winget install -e --id GnuPG.Gpg4win
> Failed when searching source: winget
> An unexpected error occurred while executing the command:
> 0x8a15000f : Data required by the source is missing

> Any ideas?

> Gary

> On 2024/10/18 09:24:30 Jan Friedrich wrote:
>> This is a vote to release the Apache Log4net 3.0.2.
>> 
>> Website: 
>> https://logging.staged.apache.org/log4net/release/release-notes.html GitHub: 
>> https://github.com/apache/logging-log4net
>> Commit: d0d9c9ba88ac29be1d3f2174e47e50939819e60d
>> Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.2
>> Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
>> Review kit: 
>> https://logging.apache.org/log4net/release/release-review-instructions.html 
>> 
>> Please download, test, and cast your votes on this mailing list.
>> 
>> [ ] +1, release the artifacts
>> [ ] -1, don't release, because ... 
>> 
>> This vote is open for 72 hours and will pass unless getting a net negative 
>> vote count. All votes are welcome and we encourage everyone to test the 
>> release, but only the Logging Services PMC votes are officially counted.



Re: [VOTE] Release Apache Log4net 3.0.2

2024-10-18 Thread Gary D. Gregory
Hi Jan,

I'm on Windows 10: Microsoft Windows [Version 10.0.19045.5011]

W11 is the future, but I'm not sure when (my day job's IT).

Gary

On 2024/10/18 13:53:31 "Gary D. Gregory" wrote:
> Hi Jan,
> 
> The review kit lists step 1 as:
> 
> winget install -e --id GnuPG.Gpg4win
> 
> This gives me:
> 
> ❯ winget install -e --id GnuPG.Gpg4win
> Failed when searching source: winget
> An unexpected error occurred while executing the command:
> 0x8a15000f : Data required by the source is missing
> 
> Any ideas?
> 
> Gary
> 
> On 2024/10/18 09:24:30 Jan Friedrich wrote:
> > This is a vote to release the Apache Log4net 3.0.2.
> > 
> > Website: 
> > https://logging.staged.apache.org/log4net/release/release-notes.html 
> > GitHub: https://github.com/apache/logging-log4net
> > Commit: d0d9c9ba88ac29be1d3f2174e47e50939819e60d
> > Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.2
> > Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
> > Review kit: 
> > https://logging.apache.org/log4net/release/release-review-instructions.html 
> > 
> > Please download, test, and cast your votes on this mailing list.
> > 
> > [ ] +1, release the artifacts
> > [ ] -1, don't release, because ... 
> > 
> > This vote is open for 72 hours and will pass unless getting a net negative 
> > vote count. All votes are welcome and we encourage everyone to test the 
> > release, but only the Logging Services PMC votes are officially counted.
> 


Re: [REVIEW] Apache Log4net 3.0.2 (was [VOTE] Release Apache Log4net 3.0.2)

2024-10-18 Thread Jan Friedrich
Hello Gary,

your company will have to solve this by the end of 2025 ;-)

Do you have gpg on Windows?

Regards.

Jan

Friday, October 18, 2024, 6:08:22 PM, you wrote:

> Hi Jan,

> I'm on Windows 10: Microsoft Windows [Version 10.0.19045.5011]

> W11 is the future, but I'm not sure when (my day job's IT).

> Gary

> On 2024/10/18 13:53:31 "Gary D. Gregory" wrote:
>> Hi Jan,
>> 
>> The review kit lists step 1 as:
>> 
>> winget install -e --id GnuPG.Gpg4win
>> 
>> This gives me:
>> 
>> ❯ winget install -e --id GnuPG.Gpg4win
>> Failed when searching source: winget
>> An unexpected error occurred while executing the command:
>> 0x8a15000f : Data required by the source is missing
>> 
>> Any ideas?
>> 
>> Gary
>> 
>> On 2024/10/18 09:24:30 Jan Friedrich wrote:
>> > This is a vote to release the Apache Log4net 3.0.2.
>> > 
>> > Website: 
>> > https://logging.staged.apache.org/log4net/release/release-notes.html 
>> > GitHub: https://github.com/apache/logging-log4net
>> > Commit: d0d9c9ba88ac29be1d3f2174e47e50939819e60d
>> > Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.2
>> > Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
>> > Review kit: 
>> > https://logging.apache.org/log4net/release/release-review-instructions.html
>> >  
>> > 
>> > Please download, test, and cast your votes on this mailing list.
>> > 
>> > [ ] +1, release the artifacts
>> > [ ] -1, don't release, because ... 
>> > 
>> > This vote is open for 72 hours and will pass unless getting a net negative 
>> > vote count. All votes are welcome and we encourage everyone to test the 
>> > release, but only the Logging Services PMC votes are officially counted.
>>



Re: [REVIEW] Apache Log4net 3.0.2 (was [VOTE] Release Apache Log4net 3.0.2)

2024-10-18 Thread Jan Friedrich
Hello Gary,

thanks for the hint.
We changed the file location (subfolder) in 3.0.2 and I only updated the link 
for Linux and missed Windows.
I've updated 
https://logging.staged.apache.org/log4net/release/release-review-instructions.html

Regards.

Jan

Friday, October 18, 2024, 4:35:17 PM, you wrote:

> The review kit says:

> svn co 
> https://dist.apache.org/repos/dist/dev/logging/log4net/source/{releaseVersion}
>  log4net-{releaseVersion}

> There is nothing at 
> https://dist.apache.org/repos/dist/dev/logging/log4net/source/, it's a 404

> :-(

> Gary

> On 2024/10/18 09:24:30 Jan Friedrich wrote:
>> This is a vote to release the Apache Log4net 3.0.2.
>> 
>> Website: 
>> https://logging.staged.apache.org/log4net/release/release-notes.html GitHub: 
>> https://github.com/apache/logging-log4net
>> Commit: d0d9c9ba88ac29be1d3f2174e47e50939819e60d
>> Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.2
>> Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
>> Review kit: 
>> https://logging.apache.org/log4net/release/release-review-instructions.html 
>> 
>> Please download, test, and cast your votes on this mailing list.
>> 
>> [ ] +1, release the artifacts
>> [ ] -1, don't release, because ... 
>> 
>> This vote is open for 72 hours and will pass unless getting a net negative 
>> vote count. All votes are welcome and we encourage everyone to test the 
>> release, but only the Logging Services PMC votes are officially counted.



[ANNOUNCE] Apache log4cxx 1.3.0 released

2024-10-18 Thread Stephen Webb
Hi,

The Apache log4cxx team is pleased to announce the 1.3.0 release.

For the list of new features and issues corrected, see:
https://logging.apache.org/log4cxx/1.3.0/changelog.html#rel_1_3_0

For official release downloads, see:
https://logging.apache.org/log4cxx/1.3.0/download.html

For instructions on building Log4cxx, see:
https://logging.apache.org/log4cxx/1.3.0/build.html

All other information is available on the Log4cxx project website:
https://logging.apache.org/log4cxx/1.3.0


Re: [VOTE] Release Apache Log4net 3.0.2

2024-10-18 Thread Davyd McColl

+1

- tests pass

- signatures verified


-d


On 2024-10-18 11:24, Jan Friedrich wrote:

This is a vote to release the Apache Log4net 3.0.2.

Website: https://logging.staged.apache.org/log4net/release/release-notes.html 
GitHub: https://github.com/apache/logging-log4net
Commit: d0d9c9ba88ac29be1d3f2174e47e50939819e60d
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.2
Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
Review kit: 
https://logging.apache.org/log4net/release/release-review-instructions.html

Please download, test, and cast your votes on this mailing list.

[ ] +1, release the artifacts
[ ] -1, don't release, because ...

This vote is open for 72 hours and will pass unless getting a net negative vote 
count. All votes are welcome and we encourage everyone to test the release, but 
only the Logging Services PMC votes are officially counted.


[VOTE] Release Apache Log4net 3.0.2

2024-10-18 Thread Jan Friedrich
This is a vote to release the Apache Log4net 3.0.2.

Website: https://logging.staged.apache.org/log4net/release/release-notes.html 
GitHub: https://github.com/apache/logging-log4net
Commit: d0d9c9ba88ac29be1d3f2174e47e50939819e60d
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.2
Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
Review kit: 
https://logging.apache.org/log4net/release/release-review-instructions.html 

Please download, test, and cast your votes on this mailing list.

[ ] +1, release the artifacts
[ ] -1, don't release, because ... 

This vote is open for 72 hours and will pass unless getting a net negative vote 
count. All votes are welcome and we encourage everyone to test the release, but 
only the Logging Services PMC votes are officially counted.