Re: [I] Failed to build parent project for org.apache.logging.log4j:log4j-api:jar:2.25.1 [logging-log4j2]

2025-07-17 Thread via GitHub
ppkarwasz commented on issue #3834: URL: https://github.com/apache/logging-log4j2/issues/3834#issuecomment-3085025523 Hi @rob975, It turns out the fix for the `error_prone` issue was ineffective due to an oversight on my part (see #3822). The core problem is that we don’t currentl

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

2025-07-17 Thread via GitHub
ppkarwasz commented on issue #3704: URL: https://github.com/apache/logging-log4j2/issues/3704#issuecomment-3084857545 Hi @sidhantmourya, > I'm now looking at how to implement PatternLayout support for headers similar to how SubjectSerializer works. > https://github.com/apache/l

[I] Failed to build parent project for org.apache.logging.log4j:log4j-api:jar:2.25.1 [logging-log4j2]

2025-07-17 Thread via GitHub
rob975 opened a new issue, #3834: URL: https://github.com/apache/logging-log4j2/issues/3834 ## Description Last week I opened issue #3813 and tested the release candidate for version `2.25.1` as suggested. It worked fine. Today I upgraded to version `2.25.1` and the issue is not so

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

2025-07-17 Thread via GitHub
sidhantmourya commented on issue #3704: URL: https://github.com/apache/logging-log4j2/issues/3704#issuecomment-3084605338 Hi @ppkarwasz, After reading through the documentation, I've updated the header handling to properly encode and fold values per RFC 5322 requirements. The current im

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

2025-07-17 Thread via GitHub
ppkarwasz commented on PR #3831: URL: https://github.com/apache/logging-log4j2/pull/3831#issuecomment-3084175593 Hi @jhl221123, Could you please add a changelog entry to this PR? While it's just a one-liner, it addresses a concrete issue reported by a user and deserves to be document