Re: [D] Support for template names [logging-log4net]

2025-07-01 Thread via GitHub
set up. I will keep try and make my code more performative. Thank you for all the insight. GitHub link: https://github.com/apache/logging-log4net/discussions/261#discussioncomment-13630924 This is an automatically sent email for dev@logging.apache.org. To unsubscribe, please send an

Re: [D] Support for template names [logging-log4net]

2025-06-30 Thread via GitHub
GitHub user FreeAndNil added a comment to the discussion: Support for template names Have you tried your solution? You can easily exchange the PatternLayout with your own layout in the log4net configuration: https://logging.apache.org/log4net/manual/configuration/layouts.html In case you

Re: [D] Support for template names [logging-log4net]

2025-06-30 Thread via GitHub
ub link: https://github.com/apache/logging-log4net/discussions/261#discussioncomment-13621719 This is an automatically sent email for dev@logging.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@logging.apache.org

Re: [D] Log4net stopped sending logs to datadog agentless logging [logging-log4net]

2025-06-30 Thread via GitHub
GitHub user francolawpaybyphone closed a discussion: Log4net stopped sending logs to datadog agentless logging Hey, I just noticed that my application stopped sending logs to datadog using direct agentless logging. Wondering if that has happened before or if anyone else has any insights? I

Re: [D] Support for template names [logging-log4net]

2025-06-30 Thread via GitHub
` - create your own `LoggingEvent` class (instead of `LoggingEvent`) **This would work without changing anything in log4net itself.** Alternatively, we could - unseal `SystemStringFormat` - add a factory for `SystemStringFormat` You could then - derive from `SystemStringFormat` and override

Re: [D] Support for template names [logging-log4net]

2025-06-30 Thread via GitHub
StringFormat method blowing up. Do you think there is anything that can be done with that? GitHub link: https://github.com/apache/logging-log4net/discussions/261#discussioncomment-13617650 This is an automatically sent email for dev@logging.apache.org. To unsubscribe, please send an email to: dev

Re: [D] Support for template names [logging-log4net]

2025-06-27 Thread via GitHub
GitHub user FreeAndNil added a comment to the discussion: Support for template names Thanks for the detailed explanation and the sample app. I believe there might be a misunderstanding regarding how log4net handles message templates. The kind of structured logging you're describing

Re: [D] Support for template names [logging-log4net]

2025-06-27 Thread via GitHub
53541/Log4netJson.zip) GitHub link: https://github.com/apache/logging-log4net/discussions/261#discussioncomment-13600373 This is an automatically sent email for dev@logging.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@logging.apache.org

Re: [D] Support for template names [logging-log4net]

2025-06-27 Thread via GitHub
GitHub user FreeAndNil added a comment to the discussion: Support for template names I am not aware of a possible solution to your problem. @gdziadkiewicz do you have an idea? GitHub link: https://github.com/apache/logging-log4net/discussions/261#discussioncomment-13599719 This is an

Re: [D] Support for template names [logging-log4net]

2025-06-27 Thread via GitHub
GitHub user martinRocks edited a discussion: Support for template names When will log4net allow the use of template names? For example, a log message like this: ```_log.InfoFormat("Started {time}", DateTime.Now);``` so that the message comes out in Json format like this: ``` { &qu

Re: [D] Log4net stopped sending logs to datadog agentless logging [logging-log4net]

2025-06-17 Thread via GitHub
GitHub user FreeAndNil added a comment to the discussion: Log4net stopped sending logs to datadog agentless logging It depends how you define silently. The app won't crash on logging errors. See https://logging.apache.org/log4net/manual/faq.html#internal-debugging GitHub link:

Re: [D] Log4net stopped sending logs to datadog agentless logging [logging-log4net]

2025-06-17 Thread via GitHub
GitHub user francolawpaybyphone added a comment to the discussion: Log4net stopped sending logs to datadog agentless logging Does log4net fail silently? GitHub link: https://github.com/apache/logging-log4net/discussions/254#discussioncomment-13498828 This is an automatically sent email

Re: [D] Log4net stopped sending logs to datadog agentless logging [logging-log4net]

2025-06-17 Thread via GitHub
GitHub user francolawpaybyphone added a comment to the discussion: Log4net stopped sending logs to datadog agentless logging The problem was resolved by redeploying the application. APM metrics and the application were working fine at the time. Only logs were not sent. GitHub link: https

Re: [D] Log4net stopped sending logs to datadog agentless logging [logging-log4net]

2025-06-17 Thread via GitHub
GitHub user francolawpaybyphone added a comment to the discussion: Log4net stopped sending logs to datadog agentless logging Yes we can consider updating to log4net 3.1.0 I could not reproduce the issue I have also created a support ticket to Datadog GitHub link: https://github.com/apache

Re: [D] Log4net stopped sending logs to datadog agentless logging [logging-log4net]

2025-06-12 Thread via GitHub
GitHub user FreeAndNil edited a comment on the discussion: Log4net stopped sending logs to datadog agentless logging Could you please update log4net to 3.1.0? 2.x is no longer supported. I don’t see any clear connection between your logging configuration and Datadog. Can you clarify how this

Re: [D] Log4net stopped sending logs to datadog agentless logging [logging-log4net]

2025-06-11 Thread via GitHub
GitHub user francolawpaybyphone edited a comment on the discussion: Log4net stopped sending logs to datadog agentless logging log4net version - 2.0.15 config file looks something like this - ```xml ``` extensions - log4net.Ext.Json

Re: [D] Log4net stopped sending logs to datadog agentless logging [logging-log4net]

2025-06-11 Thread via GitHub
GitHub user francolawpaybyphone edited a comment on the discussion: Log4net stopped sending logs to datadog agentless logging log4net version - 2.0.15 config file looks something like this - ```xml ``` extensions

Re: [D] Log4net stopped sending logs to datadog agentless logging [logging-log4net]

2025-06-11 Thread via GitHub
GitHub user FreeAndNil added a comment to the discussion: Log4net stopped sending logs to datadog agentless logging Could you please update log4net to 3.1.0? 2.x is no longer supported. I don’t see any clear connection between your logging configuration and Datadog. Can you clarify how this

Re: [D] Log4net stopped sending logs to datadog agentless logging [logging-log4net]

2025-06-11 Thread via GitHub
GitHub user francolawpaybyphone added a comment to the discussion: Log4net stopped sending logs to datadog agentless logging log4net version - 2.0.15 config file looks something like this - ` ` extensions

Re: [D] Log4net stopped sending logs to datadog agentless logging [logging-log4net]

2025-06-11 Thread via GitHub
GitHub user FreeAndNil added a comment to the discussion: Log4net stopped sending logs to datadog agentless logging Hi @francolawpaybyphone, we need a lot more details to help you. - What version of log4net are you using? - How does your config-file look like? - Do you use any extension for

Re: [D] Question about asynchronous writing by log4net [logging-log4net]

2025-05-26 Thread via GitHub
GitHub user FreeAndNil closed the discussion with a comment: Question about asynchronous writing by log4net Please reopen when you find the time to respond. GitHub link: https://github.com/apache/logging-log4net/discussions/243#discussioncomment-13275414 This is an automatically sent

Re: [D] Question about asynchronous writing by log4net [logging-log4net]

2025-05-26 Thread via GitHub
GitHub user yktnoriri closed a discussion: Question about asynchronous writing by log4net Hello there, We are currently using log4net for logging in our .NET Framework 4.8 application, developed with Microsoft Visual Studio Professional 2022 Version 17.12.3. We have observed a potential

Re: log4net security audit publishing

2025-05-22 Thread Matt Sicker
r. Good work, Jan. > > There's a pdf report with the original mail which is too large to send on > this list. If anyone wants it, please let me know. > > -d > > > --- Forwarded message --- > From: Derek Zimmer de...@ostif.org > Date: May 20, 2025 22:16:47 &g

Fwd: log4net security audit publishing

2025-05-21 Thread Davyd McColl
rek Zimmer de...@ostif.org Date: May 20, 2025 22:16:47 Subject: log4net security audit publishing To: dav...@gmail.com Hello Davyd, I'm Derek, founder of OSTIF. We conduct security research on open source projects for free. I just wanted to let you know that one of our teams reviewed log

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-12 Thread Gary Gregory
myself. > >> I will continue the release process. > >> > >> @Gary: I will try to fix your issue outside of this release, because it > >> seems to be a special problem on you local machine. > >> > >> Jan > >> > >> > >> &

[ANNOUNCE] Apache log4net 3.1.0 released

2025-05-12 Thread Jan Friedrich
Hi, the Apache log4net team is pleased to announce the 3.1.0 release. For further information (support, download, etc.) see - https://logging.apache.org/log4net/release-notes.html - https://github.com/apache/logging-log4net/releases/tag/rel%2F3.1.0 - https://www.nuget.org/packages/log4net

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-12 Thread Jan Friedrich
: Forwarded Message Subject: Re: [VOTE] Release Apache Log4net 3.1.0 Date: Mon, 12 May 2025 10:21:44 +0200 From: Davyd McColl To: Jan Friedrich +1: Current testing issues as per this thread aside, verification worked fine on windows and linux @Jan, I've ported your v

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-12 Thread Gary Gregory
try to fix your issue outside of this release, because it > seems to be a special problem on you local machine. > > Jan > > > > On 5/12/25 19:59, Jan Friedrich wrote: > > > > > > > > Forwarded Message > > Subject: Re: [VOTE] Release

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-12 Thread Jan Friedrich
, Jan Friedrich wrote: Forwarded Message Subject: Re: [VOTE] Release Apache Log4net 3.1.0 Date: Mon, 12 May 2025 10:21:44 +0200 From: Davyd McColl To: Jan Friedrich +1: Current testing issues as per this thread aside, verification worked fine on windows and linux @Jan

Fwd: [VOTE] Release Apache Log4net 3.1.0

2025-05-12 Thread Jan Friedrich
Forwarded Message Subject: Re: [VOTE] Release Apache Log4net 3.1.0 Date: Mon, 12 May 2025 10:34:16 +0200 From: Davyd McColl To: Jan Friedrich Apologies, I replied directly instead of to the mailing list In addition to the below, I'd recommend switching the wi

Fwd: [VOTE] Release Apache Log4net 3.1.0

2025-05-12 Thread Jan Friedrich
Forwarded Message Subject: Re: [VOTE] Release Apache Log4net 3.1.0 Date: Mon, 12 May 2025 10:21:44 +0200 From: Davyd McColl To: Jan Friedrich +1: Current testing issues as per this thread aside, verification worked fine on windows and linux @Jan, I've ported

Re: Hanging Telnet-Test (was [VOTE] Release Apache Log4net 3.1.0)

2025-05-11 Thread Jan Friedrich
Hi Gary, I've no idea why this test fails on your machin*e. I've added a timeout and some log messages. Could you: - clone https://github.com/apache/logging-log4net/ - checkout Feature/696-TelnetTest-Hang - cd src - dotnet test ./log4net.sln --filter 'Ful

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-09 Thread Gary D. Gregory
Hi Jan, I created https://issues.apache.org/jira/browse/LOG4NET-696 to attach a ZIP of the DMP file. Gary On 2025/05/09 20:48:45 Jan Friedrich wrote: > Hi Gary, > > it can also be called testhost.exe: > > https://paste.pics/8f19f8442705005a8011d6135010a6a2 > > Can you

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-09 Thread Gary D. Gregory
On 2025/05/09 18:34:29 Jan Friedrich wrote: > Can you cancel and retry? > > If that doesn't work, can you create (full) dumps of mstest and > testexecutionhost with Process Explorer? I don't see a testexecutionhost.exe or mstest.exe in Process Explorer 17.06. Could these processes have diffe

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-09 Thread Jan Friedrich
Hi Gary, it can also be called testhost.exe: https://paste.pics/8f19f8442705005a8011d6135010a6a2 Can you find it? Regards. Jan On 5/9/25 22:02, Gary D. Gregory wrote: On 2025/05/09 18:34:29 Jan Friedrich wrote: Can you cancel and retry? If that doesn't work, can you create (full) dumps

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-09 Thread Gary D. Gregory
endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP) at log4net.Appender.TelnetAppender.SocketHandler..ctor(Int32 port) in C:\Users\ggregory\rc\log4net-3.1.0\src\src\log4net\Appender\TelnetA ppender.cs:line 247 at

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-09 Thread Jan Friedrich
Can you cancel and retry? If that doesn't work, can you create (full) dumps of mstest and testexecutionhost with Process Explorer? https://geek-university.com/create-dump-files/ Regards. Jan On 5/9/25 17:17, Gary D. Gregory wrote: It's STILL running! ✅ log4net.Tests.Appender.SmtpPickupDir

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-09 Thread Gary D. Gregory
It's STILL running! ✅ log4net.Tests.Appender.SmtpPickupDirAppenderTest.TestOutputContainsSentDate [13 ms] log4net.Tests net8.0 Testing (5046.4s) log4net.Tests net462

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-09 Thread Gary D. Gregory
On 2025/05/08 20:58:48 Jan Friedrich wrote: > Hi Gary, > > thanks for reporting. > There was a bug in verify-release.ps1 due to changes of the directory > structure inside the zip file. > I've fixed the script and uploaded the new version to svn. > > Can you do the following in 3.1.0? > > - svn

Re: [D] Question about asynchronous writing by log4net [logging-log4net]

2025-05-09 Thread via GitHub
GitHub user FreeAndNil added a comment to the discussion: Question about asynchronous writing by log4net @yktnoriri I've converted you issue into a discussion. I was able to reproduce your problem once, but only once. Can you set a breakpoint in https://github.com/apache/logging-lo

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Jan Friedrich
Hi Gary, thanks for reporting. There was a bug in verify-release.ps1 due to changes of the directory structure inside the zip file. I've fixed the script and uploaded the new version to svn. Can you do the following in 3.1.0? - svn cleanup --remove-unversioned - svn up - ./verify-release.ps1

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Gary D. Gregory
Here's my current issue:  ggregory@RS-PF3NRMLR  ~  rc  log4net-3.1.0  ❯ dotnet test ./src/log4net.sln Welcome to .NET 9.0! - SDK Version: 9.0.101 Telemetry - The .NET tools collect usage data in order to help us improve your experience. It is collect

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Jan Friedrich
winget >An unexpected error occurred while executing the command: >0x8a15000f : Data required by the source is missing > >No packages were found among the working sources. > >Gary > >On 2025/05/07 18:07:49 Jan Friedrich wrote: >> This is a vote to rel

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Gary Gregory
required by the source is missing >> >> No packages were found among the working sources. >> >> Gary >> >> On 2025/05/07 18:07:49 Jan Friedrich wrote: >> >>> This is a vote to release the Apache Log4net 3.1.0. >>&g

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Gary D. Gregory
. Gary On 2025/05/07 18:07:49 Jan Friedrich wrote: > This is a vote to release the Apache Log4net 3.1.0. > > Website: https://logging.staged.apache.org/log4net/release-notes.html > GitHub: https://github.com/apache/logging-log4net > Commit: 76eb4b34f501415fef5adcee2c677f60f48651dc

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Gary Gregory
> > TY, > > Gary > > > > On Wed, May 7, 2025 at 2:08 PM Jan Friedrich > > wrote: > > > > > > This is a vote to release the Apache Log4net 3.1.0. > > > > > > Website: https://logging.staged.apache.org/log4net/release-notes.html > > &g

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Volkan Yazıcı
we deliver source files (not an svn repo). > Would it be possible to add to the review kit to make this distinction? > > TY, > Gary > > On Wed, May 7, 2025 at 2:08 PM Jan Friedrich > wrote: > > > > This is a vote to release the Apache Log4net 3.1.0. > >

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Gary Gregory
o add to the review kit to make this distinction? TY, Gary On Wed, May 7, 2025 at 2:08 PM Jan Friedrich wrote: > > This is a vote to release the Apache Log4net 3.1.0. > > Website: https://logging.staged.apache.org/log4net/release-notes.html > GitHub: https://github.com/apache/logg

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-07 Thread Volkan Yazıcı
+1 Verified the release on my Linux system following the steps shared in the review kit. On Wed, May 7, 2025 at 8:09 PM Jan Friedrich wrote: > This is a vote to release the Apache Log4net 3.1.0. > > Website: https://logging.staged.apache.org/log4net/release-notes.html > G

[VOTE] Release Apache Log4net 3.1.0

2025-05-07 Thread Jan Friedrich
This is a vote to release the Apache Log4net 3.1.0. Website: https://logging.staged.apache.org/log4net/release-notes.html GitHub: https://github.com/apache/logging-log4net Commit: 76eb4b34f501415fef5adcee2c677f60f48651dc Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.1.0

[ANNOUNCE] Apache log4net 3.0.4 released

2025-02-21 Thread Jan Friedrich
Hi, the Apache log4net team is pleased to announce the 3.0.4 release. For further information (support, download, etc.) see - https://logging.apache.org/log4net/release/release-notes.html - https://github.com/apache/logging-log4net/releases/tag/rel%2F3.0.4 - https://www.nuget.org/packages

[RESULT][VOTE] Release Apache Log4net 3.0.4

2025-02-21 Thread Jan Friedrich
11) > >On Fri, Feb 21, 2025 at 9:42 AM Christian Grobmeier > wrote: >> >> +1 >> I checked as far as I could, and it looks good to me >> >> -- >> The Apache Software Foundation >> V.P., Data Privacy >> >> On Mon, Feb 17, 2025, at 18:18

Re: [VOTE] Release Apache Log4net 3.0.4

2025-02-20 Thread Stephen Webb
Feb 17, 2025, at 18:18, Jan Friedrich wrote: > > This is a vote to release the Apache Log4net 3.0.4. > > > > Website: > > https://logging.staged.apache.org/log4net/release/release-notes.html > > GitHub: https://github.com/apache/logging-log4net > > Commit: 1946f

Re: [VOTE] Release Apache Log4net 3.0.4

2025-02-20 Thread Christian Grobmeier
+1 I checked as far as I could, and it looks good to me -- The Apache Software Foundation V.P., Data Privacy On Mon, Feb 17, 2025, at 18:18, Jan Friedrich wrote: > This is a vote to release the Apache Log4net 3.0.4. > > Website: > https://logging.staged.apache.org/log4net/rel

[VOTE] Release Apache Log4net 3.0.4

2025-02-17 Thread Jan Friedrich
This is a vote to release the Apache Log4net 3.0.4. Website: https://logging.staged.apache.org/log4net/release/release-notes.html GitHub: https://github.com/apache/logging-log4net Commit: 1946fed21316d21125aa66ac08979d037cb6894e Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net

Re: [DISCUSS][RESULT][VOTE] Release Apache Log4net 3.0.3

2024-11-09 Thread Gary Gregory
Well done then 👏 😀 Gary On Sat, Nov 9, 2024, 9:56 AM Jan Friedrich wrote: > Hi Gary, > > I released 3.0.3 on Thursday evening. > > Regards > > Jan > > > On November 9, 2024 1:39:17 PM GMT+01:00, Gary Gregory < > garydgreg...@gmail.com> wrote: > >> Hi All, >> >> Is this vote still open? I can re

Re: [DISCUSS][RESULT][VOTE] Release Apache Log4net 3.0.3

2024-11-09 Thread Jan Friedrich
Hi Gary, I released 3.0.3 on Thursday evening. Regards Jan On November 9, 2024 1:39:17 PM GMT+01:00, Gary Gregory wrote: >Hi All, > >Is this vote still open? I can review it later today only. > >Gary > >On Thu, Nov 7, 2024 at 5:23 PM Jan Friedrich wrote: > >> Hello Piotr, >> >> you are right

Re: [DISCUSS][RESULT][VOTE] Release Apache Log4net 3.0.3

2024-11-09 Thread Gary Gregory
Hi All, Is this vote still open? I can review it later today only. Gary On Thu, Nov 7, 2024 at 5:23 PM Jan Friedrich wrote: > Hello Piotr, > > you are right. The mail was addressed to me (and not the list). > I forwarded it to the list: > https://lists.apache.org/thread/b62547mgj6gzztd61k0m00m

Fwd: [VOTE] Release Apache Log4net 3.0.3

2024-11-07 Thread Jan Friedrich
This was the +1 from Davyd. Jan This is a forwarded message From: Davyd McColl To: Jan Friedrich Date: Tuesday, November 5, 2024, 8:54:35 AM Subject: [VOTE] Release Apache Log4net 3.0.3 ===8<==Original message text=== +1 tests all pass, sigs all verified -d On 2

Re: [DISCUSS][RESULT][VOTE] Release Apache Log4net 3.0.3

2024-11-07 Thread Jan Friedrich
Hello Piotr, you are right. The mail was addressed to me (and not the list). I forwarded it to the list: https://lists.apache.org/thread/b62547mgj6gzztd61k0m00m0trk4ch57 Regards. Jan Thursday, November 7, 2024, 11:15:55 PM, you wrote: > Hi Jan, > On 7.11.2024 21:55, Jan Friedrich wrote: >> W

[DISCUSS][RESULT][VOTE] Release Apache Log4net 3.0.3

2024-11-07 Thread Piotr P. Karwasz
Hi Jan, On 7.11.2024 21:55, Jan Friedrich wrote: With that the vote passed with 4 +1 votes from Stephen Webb, Davyd McColl, Piotr P. Karwasz and myself. I will continue the release process. Davyd's +1 never made it to the mailing list. Are we having delivery problems again? Piotr

[ANNOUNCE] Apache log4net 3.0.3 released

2024-11-07 Thread Jan Friedrich
Hi, the Apache log4net team is pleased to announce the 3.0.3 release. For further information (support, download, etc.) see - https://logging.apache.org/log4net/release/release-notes.html - https://github.com/apache/logging-log4net/releases/tag/rel%2F3.0.3 - https://www.nuget.org/packages/log4net

[RESULT][VOTE] Release Apache Log4net 3.0.3

2024-11-07 Thread Jan Friedrich
and here is my +1. With that the vote passed with 4 +1 votes from Stephen Webb, Davyd McColl, Piotr P. Karwasz and myself. I will continue the release process. Jan

Re: [VOTE] Release Apache Log4net 3.0.3

2024-11-06 Thread Piotr P. Karwasz
Hi Jan, On 4.11.2024 19:23, Jan Friedrich wrote: 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 w

Re: [VOTE] Release Apache Log4net 3.0.3

2024-11-04 Thread Stephen Webb
+1 Verified checksums and signature (using verify-release.ps1). Successfully built and all tests pass on WIndows 11 On Tue, Nov 5, 2024 at 5:25 AM Jan Friedrich wrote: > > This is a vote to release the Apache Log4net 3.0.3. > > Website: https://logging.staged.apache.org/log4net/rel

[VOTE] Release Apache Log4net 3.0.3

2024-11-04 Thread Jan Friedrich
This is a vote to release the Apache Log4net 3.0.3. Website: https://logging.staged.apache.org/log4net/release/release-notes.html GitHub: https://github.com/apache/logging-log4net Commit: 78bb35679c6addd57d553f5d7374fd7c25dc50b1> Distribution: https://dist.apache.org/repos/dist/dev/logg

[ANNOUNCE] Apache log4net 3.0.2 released

2024-10-21 Thread Jan Friedrich
Hi, the Apache log4net team is pleased to announce the 3.0.2 release. For further information (support, download, etc.) see - https://logging.apache.org/log4net/release/release-notes.html - https://github.com/apache/logging-log4net/releases/tag/rel%2F3.0.2 - https://www.nuget.org/packages

[RESULT][VOTE] Release Apache Log4net 3.0.2

2024-10-21 Thread Jan Friedrich
e incorporated it into > https://logging.staged.apache.org/log4net/release/release-review-instructions.html > Jan > On 21 October 2024 03:08:33 CEST, Stephen Webb wrote: >>+1 >> >>I have successfully verified the release on my WIndows 11 machine. >> >>The ch

Re: [VOTE] Release Apache Log4net 3.0.2

2024-10-21 Thread Jan Friedrich
Hi Stephen, thanks for your feedback. I've incorporated it into https://logging.staged.apache.org/log4net/release/release-review-instructions.html Jan On 21 October 2024 03:08:33 CEST, Stephen Webb wrote: >+1 > >I have successfully verified the release on my WIndows 11 m

Re: [VOTE] Release Apache Log4net 3.0.2

2024-10-20 Thread Stephen Webb
y/src/$(@(Get-ChildItem $Directory/src)[0])" does not work on my system.) 4. Decouple release-review instructions from the product documentation (e.g. Use a Markdown file in Github) (I also had to work out the fix you put in https://github.com/apache/logging-log4

Re: [VOTE] Release Apache Log4net 3.0.2

2024-10-19 Thread Piotr P. Karwasz
Hi Jan, On Fri, 18 Oct 2024 at 11:24, Jan Friedrich wrote: > Website: https://logging.staged.apache.org/log4net/release/release-notes.html > GitHub: https://github.com/apache/logging-log4net > Commit: d0d9c9ba88ac29be1d3f2174e47e50939819e60d > Distribution: https://dist.apache.or

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

2024-10-18 Thread Gary D. Gregory
t;> Hi Jan, > >>>> > >>>> The review kit lists step 1 as: > >>>> > >>>> winget install -e --id GnuPG.Gpg4win > >>>> > >>>> This gives me: > >>>> > >>>> ❯ winget install -e --id GnuPG.Gpg4

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, Octo

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 y

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

2024-10-18 Thread Jan Friedrich
e 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 >&g

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

2024-10-18 Thread Gary Gregory
>> 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 > >> > &g

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

2024-10-18 Thread Jan Friedrich
t 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 F

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

Re: [VOTE] Release Apache Log4net 3.0.2

2024-10-18 Thread Gary D. Gregory
> 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

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

2024-10-18 Thread Jan Friedrich
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 Fri

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: >

Re: [VOTE] Release Apache Log4net 3.0.2

2024-10-18 Thread Gary D. Gregory
? 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: d0d9c9ba88ac29be1d3f2174e

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

[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

[ANNOUNCE] Apache log4net 3.0.1 released

2024-09-27 Thread Jan Friedrich
Hi, the Apache log4net team is pleased to announce the 3.0.1 release. For further information (support, download, etc.) see - https://logging.apache.org/log4net/release/release-notes.html - https://github.com/apache/logging-log4net/releases/tag/rel%2F3.0.1 - https://www.nuget.org/packages/log4net

[FINAL][RESULT][VOTE] Release Apache Log4net 3.0.1

2024-09-27 Thread Jan Friedrich
; >> > On 2024/09/26 12:53:47 Christian Grobmeier wrote: >> > > +1 >> > > >> > > It looks good to me, thanks for the hard work >> > > >> > > -- >> > > The Apache Software Foundation >> > > V.P., Data Privacy &

Re: [RESULT][VOTE] Release Apache Log4net 3.0.1

2024-09-27 Thread Fred am Nil
t; > On 2024/09/26 12:53:47 Christian Grobmeier wrote: > > > +1 > > > > > > It looks good to me, thanks for the hard work > > > > > > -- > > > The Apache Software Foundation > > > V.P., Data Privacy > > > > > > On Tue,

Re: [RESULT][VOTE] Release Apache Log4net 3.0.1

2024-09-27 Thread Gary Gregory
gt; > > On Tue, Sep 24, 2024, at 21:48, Jan Friedrich wrote: > > > This is a vote to release the Apache Log4net 3.0.1. > > > > > > Website: > > > https://logging.staged.apache.org/log4net/release/release-notes.html > > > GitHub: https://github.com/

[RESULT][VOTE] Release Apache Log4net 3.0.1

2024-09-27 Thread Fred am Nil
he Apache Software Foundation > V.P., Data Privacy > > On Tue, Sep 24, 2024, at 21:48, Jan Friedrich wrote: > > This is a vote to release the Apache Log4net 3.0.1. > > > > Website: > > https://logging.staged.apache.org/log4net/release/release-notes.html &g

[RESULT][VOTE] Release Apache Log4net 3.0.1

2024-09-27 Thread Fred am Nil
he Apache Software Foundation > V.P., Data Privacy > > On Tue, Sep 24, 2024, at 21:48, Jan Friedrich wrote: > > This is a vote to release the Apache Log4net 3.0.1. > > > > Website: > > https://logging.staged.apache.org/log4net/release/release-notes.html &g

Re: [VOTE] Release Apache Log4net 3.0.1

2024-09-26 Thread Christian Grobmeier
+1 It looks good to me, thanks for the hard work -- The Apache Software Foundation V.P., Data Privacy On Tue, Sep 24, 2024, at 21:48, Jan Friedrich wrote: > This is a vote to release the Apache Log4net 3.0.1. > > Website: > https://logging.staged.apache.org/log4net/release/releas

Re: [VOTE] Release Apache Log4net 3.0.1

2024-09-24 Thread Davyd McColl
+1 - tests all pass - sigs look fine -d On 2024-09-24 21:48, Jan Friedrich wrote: This is a vote to release the Apache Log4net 3.0.1. Website: https://logging.staged.apache.org/log4net/release/release-notes.html GitHub: https://github.com/apache/logging-log4net GitHub release (pre-release

[VOTE] Release Apache Log4net 3.0.1

2024-09-24 Thread Jan Friedrich
This is a vote to release the Apache Log4net 3.0.1. Website: https://logging.staged.apache.org/log4net/release/release-notes.html GitHub: https://github.com/apache/logging-log4net GitHub release (pre-release): https://github.com/apache/logging-log4net/releases/tag/rc/3.0.1-rc1 Commit

Re: [VOTE] Release Apache Log4net 3.0.0

2024-09-20 Thread Christian Grobmeier
is my +1. >>> > >>> > With that the vote passed with 3 +1 votes from Piotr P. Karwasz, Volkan >>> > Yazıcı and myself. >>> > I will continue the release process. >>> > >>> > Jan >>> > >>> > Friday, September 13,

New preview versions for log4net 3.0.1

2024-09-19 Thread Jan Friedrich
Hi, the log4net team is pleased to announce the first preview versions for log4net 3.0.1: https://github.com/apache/logging-log4net/releases/tag/rc%2F3.0.1-preview.1 https://github.com/apache/logging-log4net/releases/tag/rc%2F3.0.1-preview.2 These previews introduce new features and bug fixes

Re: Use RTC in Log4j and Log4Net

2024-09-18 Thread Matt Sicker
t;> than 10 LoC >>> >>> ¹ A "fix" is assumed to not introduce a change in the expected behaviour of >>> the associated component. Changing the expected behaviour does not qualify >>> a fix. >>> >>> *Scoped repositories* >>>

Re: Use RTC in Log4j and Log4Net

2024-09-18 Thread Ralph Goers
" is assumed to not introduce a change in the expected behaviour of >> the associated component. Changing the expected behaviour does not qualify >> a fix. >> >> *Scoped repositories* >> >> I suggest extending the scope of this policy to cover the follo

Re: Use RTC in Log4j and Log4Net

2024-09-18 Thread Gary Gregory
the associated component. Changing the expected behaviour does not qualify > a fix. > > *Scoped repositories* > > I suggest extending the scope of this policy to cover the following > repositories too: > >1. `logging-parent` >2. `logging-log4j-jakarta` >3. `

Re: Use RTC in Log4j and Log4Net

2024-09-18 Thread Volkan Yazıcı
On Wed, Sep 18, 2024 at 10:17 AM Piotr P. Karwasz wrote: > However, we don't necessarily need to use `2.x` or `main` for those tests. > You cannot fix fuzz tests in another branch than `2.x` once OSS-Fuzz starts pointing there – unless you're willing to waste +2 months for testing a simple typo:

Re: Use RTC in Log4j and Log4Net

2024-09-18 Thread Piotr P. Karwasz
Hi Volkan, On Wed, 18 Sept 2024 at 09:46, Volkan Yazıcı wrote: > Changes can be exempt from this policy if and only if they suffice *only > one* of the following conditions: > >1. Grammatical corrections to the documentation (incl. Javadoc and >release notes) >2. Code typo fixes¹ less

  1   2   3   4   5   6   7   8   9   10   >