[I] Create a standalone artifact for non-internal test fixtures [logging-log4j2]

2025-07-16 Thread via GitHub
ppkarwasz opened a new issue, #3832: URL: https://github.com/apache/logging-log4j2/issues/3832 The current `log4j-core-test` module includes a variety of test fixtures primarily designed to test Log4j Core itself and its internal plugins. These fixtures assume that: * Static loggers

Re: [I] Produce single file (logging-log4net)

2025-07-16 Thread via GitHub
ringchenhao commented on issue #263: URL: https://github.com/apache/logging-log4net/issues/263#issuecomment-3082626734 Create a .NET 8.0 console application with the following main code, then publish the program with the "Generate single file" option enabled. When executing the published p

Re: [I] Produce single file (logging-log4net)

2025-07-16 Thread via GitHub
ringchenhao commented on issue #263: URL: https://github.com/apache/logging-log4net/issues/263#issuecomment-3082620760 App.config :

Re: [I] Produce single file (logging-log4net)

2025-07-16 Thread via GitHub
ringchenhao commented on issue #263: URL: https://github.com/apache/logging-log4net/issues/263#issuecomment-3082612491 using log4net; using log4net.Config; [assembly: XmlConfigurator(Watch = true)] namespace Log4NetExample { internal class Program {

Re: [PR] Prevent potential deadlock on shutdown when using AsyncAppender [logging-log4cxx]

2025-07-16 Thread via GitHub
swebb2066 merged PR #511: URL: https://github.com/apache/logging-log4cxx/pull/511 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr

Re: [PR] Correct log message format in `AbstractDriverManagerConnectionSource` [logging-log4j2]

2025-07-16 Thread via GitHub
github-actions[bot] commented on PR #3831: URL: https://github.com/apache/logging-log4j2/pull/3831#issuecomment-3080201580 Job Requested goals Build Tool Version Build Outcome Build ScanĀ® build-

Re: [PR] Bump maven.version from 3.9.10 to 3.9.11 [logging-log4j-transform]

2025-07-16 Thread via GitHub
github-actions[bot] merged PR #207: URL: https://github.com/apache/logging-log4j-transform/pull/207 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: noti

Re: [I] Add Support for Custom Headers in SMTP Appender [logging-log4j2]

2025-07-16 Thread via GitHub
ppkarwasz commented on issue #3704: URL: https://github.com/apache/logging-log4j2/issues/3704#issuecomment-3080017458 Hi @sidhantmourya, Thanks for digging into this! I must admit that when I introduced the Jakarta version of the SMTP appender, I only added a minimal abstracti

Re: [I] Missing property in the log4j-parent pom file in version 2.25.0 [logging-log4j2]

2025-07-16 Thread via GitHub
ppkarwasz commented on issue #3779: URL: https://github.com/apache/logging-log4j2/issues/3779#issuecomment-3079567495 Hi @recaph, Thanks for reporting this! The message you're seeing appears to be generated by the [Spring Dependency Management Plugin](https://docs.spring.io/s

Re: [I] Add Support for Custom Headers in SMTP Appender [logging-log4j2]

2025-07-16 Thread via GitHub
sidhantmourya commented on issue #3704: URL: https://github.com/apache/logging-log4j2/issues/3704#issuecomment-3079210657 @ppkarwasz I'm adding custom header support to the SMTP appender similar to the HTTP appender, but need guidance on handling the javax.mail vs jakarta.mail MimeMessage

Re: [I] Missing property in the log4j-parent pom file in version 2.25.0 [logging-log4j2]

2025-07-16 Thread via GitHub
recaph commented on issue #3779: URL: https://github.com/apache/logging-log4j2/issues/3779#issuecomment-3078816844 getting similar error with log4j 2.25.1 and Spring Boot 2.7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[PR] Correct log message format in `AbstractDriverManagerConnectionSource` [logging-log4j2]

2025-07-16 Thread via GitHub
jhl221123 opened a new pull request, #3831: URL: https://github.com/apache/logging-log4j2/pull/3831 The debug log message in `AbstractDriverManagerConnectionSource` had 4 placeholders but was supplied with 5 arguments. This corrects the format string to match the argument count, resolving t

Re: [I] Produce single file (logging-log4net)

2025-07-16 Thread via GitHub
ringchenhao closed issue #263: Produce single file URL: https://github.com/apache/logging-log4net/issues/263 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [I] Produce single file (logging-log4net)

2025-07-16 Thread via GitHub
ringchenhao commented on issue #263: URL: https://github.com/apache/logging-log4net/issues/263#issuecomment-3077336674 I have identified that this issue is related to another third-party library, SystemCore. When using log4net alone, the verification passes successfully, and logs are gener