Re: [PR] Fix(#3239) NPE, for RegexFilter creator. (logging-log4j2)

2025-01-06 Thread via GitHub
jaykataria commented on PR #3265: URL: https://github.com/apache/logging-log4j2/pull/3265#issuecomment-2574440671 @ppkarwasz I have rebased the commit, let me know if anything else is needed on this or we can close this out. Thanks for this! -- This is an automated message from the Ap

Re: [PR] Fix(#3239) NPE, for RegexFilter creator. (logging-log4j2)

2025-01-06 Thread via GitHub
jaykataria commented on PR #3265: URL: https://github.com/apache/logging-log4j2/pull/3265#issuecomment-2574416661 @ppkarwasz , this one is still open I will rebase this just for tracking purposes, I do not recall any action items on this would you remember? -- This is an automated me

Re: [PR] Feat(SystemClock): Added PreciseClock implementation to the system clock class, for the benefit of Java 8 users. (logging-log4j2)

2025-01-06 Thread via GitHub
jaykataria commented on PR #3217: URL: https://github.com/apache/logging-log4j2/pull/3217#issuecomment-2574412773 Thanks @ppkarwasz , for the answers, let me make a PR soon :) finally got back from vacation :) -- This is an automated message from the Apache Git Service. To respond to

Re: [I] Builder definitions in final Appender implementations unncessarily use Generics on Builder class (logging-log4j2)

2025-01-06 Thread via GitHub
JWT007 commented on issue #3368: URL: https://github.com/apache/logging-log4j2/issues/3368#issuecomment-2573834639 I am surprised to hear that these should *never* be accessed programmatically? We have been doing this for years to create dynamic runtime-only appenders and loggers -

Re: [PR] Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 [logging-log4j-transform]

2025-01-06 Thread via GitHub
github-actions[bot] merged PR #157: URL: https://github.com/apache/logging-log4j-transform/pull/157 -- 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] Builder definitions in final Appender implementations unncessarily use Generics on Builder class (logging-log4j2)

2025-01-06 Thread via GitHub
vy commented on issue #3368: URL: https://github.com/apache/logging-log4j2/issues/3368#issuecomment-2573789575 I would expect there to be more compatibility implications. Nevertheless, these classes should never be accessed programmatically — that is how we advise users in docs too. He

Re: [PR] Fix duplicate Dependabot PRs (logging-log4j2)

2025-01-06 Thread via GitHub
ppkarwasz commented on PR #3367: URL: https://github.com/apache/logging-log4j2/pull/3367#issuecomment-2573775500 > (KO’ed by flu. Responding from bed.) Get better soon! >Changes LGTM. I think we should later move the site from root to a leaf module. This might help us to implem

Re: [PR] Fix duplicate Dependabot PRs (logging-log4j2)

2025-01-06 Thread via GitHub
ppkarwasz merged PR #3367: URL: https://github.com/apache/logging-log4j2/pull/3367 -- 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-unsubsc

Re: [PR] Fix duplicate Dependabot PRs (logging-log4j2)

2025-01-06 Thread via GitHub
vy commented on PR #3367: URL: https://github.com/apache/logging-log4j2/pull/3367#issuecomment-2573743549 (KO’ed by flu. Responding from bed.) Changes LGTM. I think we should later move the site from root to a leaf module. This might help us to implement “site should run after all

Re: [PR] Bump junit-jupiter.version from 5.11.3 to 5.11.4 (logging-log4j2)

2025-01-06 Thread via GitHub
github-actions[bot] merged PR #3305: URL: https://github.com/apache/logging-log4j2/pull/3305 -- 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: notificatio

Re: [PR] Bump org.assertj:assertj-core from 3.26.3 to 3.27.2 in /log4j-parent (logging-log4j2)

2025-01-06 Thread via GitHub
ppkarwasz merged PR #3365: URL: https://github.com/apache/logging-log4j2/pull/3365 -- 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-unsubsc

Re: [PR] Bump org.json:json from 20240303 to 20241224 in /log4j-fuzz-test (logging-log4j2)

2025-01-06 Thread via GitHub
github-actions[bot] merged PR #3346: URL: https://github.com/apache/logging-log4j2/pull/3346 -- 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: notificatio

Re: [PR] Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16 (logging-log4j2)

2025-01-06 Thread via GitHub
github-actions[bot] merged PR #3363: URL: https://github.com/apache/logging-log4j2/pull/3363 -- 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: notificatio

Re: [I] Builder definitions in final Appender implementations unncessarily use Generics on Builder class (logging-log4j2)

2025-01-06 Thread via GitHub
ppkarwasz commented on issue #3368: URL: https://github.com/apache/logging-log4j2/issues/3368#issuecomment-2573315201 > From a coding perspective a trivial change but more of a binary compatibility problem. Removing the type variable `B` should be binary compatible (the erasure of `

Re: [PR] Bump ch.qos.logback:logback-core from 1.5.15 to 1.5.16 (logging-log4j2)

2025-01-06 Thread via GitHub
github-actions[bot] merged PR #3362: URL: https://github.com/apache/logging-log4j2/pull/3362 -- 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: notificatio

Re: [I] Add support for JPMS layer/module filter for log events (logging-log4j2)

2025-01-06 Thread via GitHub
ranger2025 commented on issue #3357: URL: https://github.com/apache/logging-log4j2/issues/3357#issuecomment-2573298257 @ppkarwasz, Thank you very much for your help. I've understood how to get module name. About layers. I have a multi layer program where every layer is a subsy

Re: [PR] Bump org.json:json from 20240303 to 20241224 (logging-log4j2)

2025-01-06 Thread via GitHub
ppkarwasz closed pull request #3344: Bump org.json:json from 20240303 to 20241224 URL: https://github.com/apache/logging-log4j2/pull/3344 -- 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

Re: [PR] Bump org.assertj:assertj-core from 3.26.3 to 3.27.2 (logging-log4j2)

2025-01-06 Thread via GitHub
ppkarwasz closed pull request #3364: Bump org.assertj:assertj-core from 3.26.3 to 3.27.2 URL: https://github.com/apache/logging-log4j2/pull/3364 -- 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 s

Re: [PR] Bump com.code-intelligence:jazzer from 0.22.1 to 0.23.0 (logging-log4j2)

2025-01-06 Thread via GitHub
ppkarwasz closed pull request #3324: Bump com.code-intelligence:jazzer from 0.22.1 to 0.23.0 URL: https://github.com/apache/logging-log4j2/pull/3324 -- 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 t

Re: [PR] Bump com.code-intelligence:jazzer from 0.22.1 to 0.23.0 in /log4j-parent (logging-log4j2)

2025-01-06 Thread via GitHub
ppkarwasz commented on PR #3326: URL: https://github.com/apache/logging-log4j2/pull/3326#issuecomment-2573277324 @vy, Could you check this one? It appears there is a breaking change in the library. -- This is an automated message from the Apache Git Service. To respond to the messa

[jira] [Created] (LOG4J2-3695) Release Notes table of contents is partial (first level only)

2025-01-06 Thread Philippe Cloutier (Jira)
Philippe Cloutier created LOG4J2-3695: - Summary: Release Notes table of contents is partial (first level only) Key: LOG4J2-3695 URL: https://issues.apache.org/jira/browse/LOG4J2-3695 Project: Log4

[I] Builder definitions in final Appender implementations unncessarily use Generics on Builder class (logging-log4j2)

2025-01-06 Thread via GitHub
JWT007 opened a new issue, #3368: URL: https://github.com/apache/logging-log4j2/issues/3368 **Log4j 2.24** _Not technically a bug??? But not a feature-request either...just pointing it out...if no interest in changing this from L4J team go ahead and close it_ The appender Buil

[PR] Fix duplicate Dependabot PRs (logging-log4j2)

2025-01-06 Thread via GitHub
ppkarwasz opened a new pull request, #3367: URL: https://github.com/apache/logging-log4j2/pull/3367 Since Dependabot cannot handle multiple versions of the same artifact at once, our Dependabot configuration for `2.x` is split into two runs: - One Dependabot run handles the dependency

Re: [I] File line numbers are not printed for the failover appender when using AsyncLoggerContextSelector (logging-log4j2)

2025-01-06 Thread via GitHub
ppkarwasz commented on issue #3257: URL: https://github.com/apache/logging-log4j2/issues/3257#issuecomment-2573165646 @eldwrjwt, Thanks for the PRs. Your fixes have been included in the latest `2.25.0-SNAPSHOT`. See the [download page](https://logging.apache.org/download.html) for

Re: [I] Log4j2 yml config do not support YAML Anchors and Aliases (logging-log4j2)

2025-01-06 Thread via GitHub
darkSheep404 commented on issue #3358: URL: https://github.com/apache/logging-log4j2/issues/3358#issuecomment-2573085556 got it , many thx -- 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 spe

Re: [I] Log4j2 yml config do not support YAML Anchors and Aliases (logging-log4j2)

2025-01-06 Thread via GitHub
darkSheep404 closed issue #3358: Log4j2 yml config do not support YAML Anchors and Aliases URL: https://github.com/apache/logging-log4j2/issues/3358 -- 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 t

[jira] [Assigned] (LOG4J2-2750) Setting to disable extended stack trace for layouts

2025-01-06 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Karwasz reassigned LOG4J2-2750: - Assignee: Piotr Karwasz > Setting to disable extended stack trace for layouts > ---

[jira] [Assigned] (LOG4J2-2750) Setting to disable extended stack trace for layouts

2025-01-06 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Karwasz reassigned LOG4J2-2750: - Assignee: Volkan Yazici (was: Piotr Karwasz) > Setting to disable extended stack trace

[jira] [Resolved] (LOG4J2-3453) Filters contains invalid attributes "onMatch", "onMismatch"

2025-01-06 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Karwasz resolved LOG4J2-3453. --- Resolution: Fixed This issue is now followed on GitHub: https://github.com/apache/logging-l

[jira] [Assigned] (LOG4J2-2632) Package filter not working with %ex conversion pattern

2025-01-06 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Karwasz reassigned LOG4J2-2632: - Assignee: Volkan Yazici (was: Piotr Karwasz) > Package filter not working with %ex con

[jira] [Commented] (LOG4J2-2632) Package filter not working with %ex conversion pattern

2025-01-06 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910200#comment-17910200 ] Piotr Karwasz commented on LOG4J2-2632: --- [~vy], Is this fixed now? Can you mark i

[jira] [Resolved] (LOG4J2-3662) Don't register JMX beans by default

2025-01-06 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Karwasz resolved LOG4J2-3662. --- Fix Version/s: 2.24.0 Resolution: Fixed This was fixed in {{2.24.0}}: see release not

[jira] [Resolved] (LOG4J2-3651) 2.20.0 release notes change pattern confused ("for")

2025-01-06 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Karwasz resolved LOG4J2-3651. --- Resolution: Fixed The problem does not occur in the new documentation: https://logging.apac

[jira] [Commented] (LOG4J2-2750) Setting to disable extended stack trace for layouts

2025-01-06 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910181#comment-17910181 ] Piotr Karwasz commented on LOG4J2-2750: --- [~vy], Is this resolved? > Setting to d

[jira] [Resolved] (LOG4J2-3581) Provide a migration tool from other APIs

2025-01-06 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Karwasz resolved LOG4J2-3581. --- Resolution: Fixed Source migration has been solved using OpenRewrite in: * https://github.c

[jira] [Resolved] (LOG4J2-3624) NoClassDefFoundError initializing PropertiesUtil in Servlet 2.5 container

2025-01-06 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Karwasz resolved LOG4J2-3624. --- Fix Version/s: 2.23.0 Resolution: Fixed {{StatusLogger}} has been rewritten in versio

[jira] [Resolved] (LOG4J2-3554) Replace old com.sun.mail:smtp with org.eclipse.angus:angus-smtp project

2025-01-06 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Karwasz resolved LOG4J2-3554. --- Fix Version/s: 2.20.0 Resolution: Fixed > Replace old com.sun.mail:smtp with org.ecli

[jira] [Resolved] (LOG4J2-3510) Broken titles/sections

2025-01-06 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Karwasz resolved LOG4J2-3510. --- Resolution: Fixed I am closing this, since the documentation website has been entirely rewri

Re: [PR] Add requiresLocation function for AsyncAppender (#3257) (logging-log4j2)

2025-01-06 Thread via GitHub
ppkarwasz merged PR #3260: URL: https://github.com/apache/logging-log4j2/pull/3260 -- 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-unsubsc

Re: [I] File line numbers are not printed for the failover appender when using AsyncLoggerContextSelector (logging-log4j2)

2025-01-06 Thread via GitHub
ppkarwasz closed issue #3257: File line numbers are not printed for the failover appender when using AsyncLoggerContextSelector URL: https://github.com/apache/logging-log4j2/issues/3257 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] Add requiresLocation function for FailoverAppender #3257 (logging-log4j2)

2025-01-06 Thread via GitHub
ppkarwasz merged PR #3259: URL: https://github.com/apache/logging-log4j2/pull/3259 -- 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-unsubsc

Re: [I] Add support for JPMS layer/module filter for log events (logging-log4j2)

2025-01-06 Thread via GitHub
ppkarwasz commented on issue #3357: URL: https://github.com/apache/logging-log4j2/issues/3357#issuecomment-2572950037 @ranger2025, ### Filtering by module name To filter by module name you can use the existing [`ScriptFilter`](https://logging.apache.org/log4j/2.x/manual/filter

Re: [I] Log4j2 yml config do not support YAML Anchors and Aliases (logging-log4j2)

2025-01-06 Thread via GitHub
ppkarwasz commented on issue #3358: URL: https://github.com/apache/logging-log4j2/issues/3358#issuecomment-2572901859 The YAML features that you can use in a Log4j configuration depend on the features supported by the parser we use. Since the [Jackson YAML data format module](https://gi

Re: [PR] Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (logging-log4j2)

2025-01-06 Thread via GitHub
github-actions[bot] merged PR #3361: URL: https://github.com/apache/logging-log4j2/pull/3361 -- 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: notificatio

[jira] [Closed] (LOG4J2-3665) Dynamically created loggers do not respect "Named Hierarchy"

2025-01-06 Thread Jeff Thomas (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Thomas closed LOG4J2-3665. --- Resolution: Won't Fix > Dynamically created loggers do not respect "Named Hierarchy" > -

[jira] [Commented] (LOG4J2-3665) Dynamically created loggers do not respect "Named Hierarchy"

2025-01-06 Thread Jeff Thomas (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910090#comment-17910090 ] Jeff Thomas commented on LOG4J2-3665: - Closing old issues created by me in old issue

[jira] [Closed] (LOG4J2-3664) Provide public API on CronTriggeringPolicy to get value of configuration property "checkOnStartup"

2025-01-06 Thread Jeff Thomas (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Thomas closed LOG4J2-3664. --- Resolution: Won't Fix Not duplicated in GitHub - in the meantime I personally have found a different

[jira] [Closed] (LOG4J2-3632) Using log4j-1_2-api to load XML configuration - Logger.getAppenders() empty

2025-01-06 Thread Jeff Thomas (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Thomas closed LOG4J2-3632. --- Resolution: Feedback Received > Using log4j-1_2-api to load XML configuration - Logger.getAppenders(

[jira] [Closed] (LOG4J2-3690) Small documentation error - RollingFile Appenders - 'createOnDemand' attribute

2025-01-06 Thread Jeff Thomas (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Thomas closed LOG4J2-3690. --- Resolution: Duplicate > Small documentation error - RollingFile Appenders - 'createOnDemand' attribu

[jira] [Closed] (LOG4J2-3691) Documentation: CompositeTriggeringPolicy - nested element?

2025-01-06 Thread Jeff Thomas (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Thomas closed LOG4J2-3691. --- Resolution: Feedback Received > Documentation: CompositeTriggeringPolicy - nested element? > --

[jira] [Commented] (LOG4J2-3693) XmlConfiguration keeps relevant fields private without providing protected accessors making subclassing difficult

2025-01-06 Thread Jeff Thomas (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910084#comment-17910084 ] Jeff Thomas commented on LOG4J2-3693: - GitHub issue created - [https://github.com/ap

[jira] [Closed] (LOG4J2-3693) XmlConfiguration keeps relevant fields private without providing protected accessors making subclassing difficult

2025-01-06 Thread Jeff Thomas (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Thomas closed LOG4J2-3693. --- Resolution: Duplicate > XmlConfiguration keeps relevant fields private without providing protected

[I] XmlConfiguration keeps relevant fields private without providing protected accessors making subclassing difficult (logging-log4j2)

2025-01-06 Thread via GitHub
JWT007 opened a new issue, #3360: URL: https://github.com/apache/logging-log4j2/issues/3360 **Log4j 2.24** The XmlConfiguration implementation is non-final meaning it is possible to subclass it to provide additional custom functionality; however: the most relevant class field `rootEl

[jira] [Commented] (LOG4J2-3694) Javadoc: TypeConverters convert for "Level" incorrectly documents behaviour for invalid value

2025-01-06 Thread Jeff Thomas (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910083#comment-17910083 ] Jeff Thomas commented on LOG4J2-3694: - Moved to Github - [https://github.com/apache/

[jira] [Closed] (LOG4J2-3694) Javadoc: TypeConverters convert for "Level" incorrectly documents behaviour for invalid value

2025-01-06 Thread Jeff Thomas (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Thomas closed LOG4J2-3694. --- Resolution: Duplicate > Javadoc: TypeConverters convert for "Level" incorrectly documents behaviour

[I] Javadoc: TypeConverters convert for "Level" incorrectly documents behaviour for invalid value (logging-log4j2)

2025-01-06 Thread via GitHub
JWT007 opened a new issue, #3359: URL: https://github.com/apache/logging-log4j2/issues/3359 Minor Javadoc correction. In **TypeConverters**, the conversion for type "Level" says it returns 'null' for invalid levels: ``` /** * Converts a {@link String} into a Log4j {@link

[jira] [Commented] (LOG4J2-3694) Javadoc: TypeConverters convert for "Level" incorrectly documents behaviour for invalid value

2025-01-06 Thread Jeff Thomas (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910080#comment-17910080 ] Jeff Thomas commented on LOG4J2-3694: - [~pkarwasz] - Facepalm... sorrry just went wi

[I] Log4j2 yml config do not support YAML Anchors and Aliases (logging-log4j2)

2025-01-06 Thread via GitHub
darkSheep404 opened a new issue, #3358: URL: https://github.com/apache/logging-log4j2/issues/3358 ## Description Log4j2 yml config do not support YAML Anchors and Aliases with error Logger contains an invalid element or attribute "<<" ``` Configuration: status: WARN Ap

[jira] [Commented] (LOG4J2-3694) Javadoc: TypeConverters convert for "Level" incorrectly documents behaviour for invalid value

2025-01-06 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910054#comment-17910054 ] Piotr Karwasz commented on LOG4J2-3694: --- [~JWT007], Please open a [GitHub issue|h

[jira] [Commented] (LOG4J2-3693) XmlConfiguration keeps relevant fields private without providing protected accessors making subclassing difficult

2025-01-06 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910053#comment-17910053 ] Piotr Karwasz commented on LOG4J2-3693: --- [~JWT007], Please open a [GitHub issue|h