Re: [PR] Escape '&' and '"' in html attribute data [logging-log4cxx]

2025-07-11 Thread via GitHub
swebb2066 merged PR #509: URL: https://github.com/apache/logging-log4cxx/pull/509 -- 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] Bump org.apache.logging.log4j:log4j-bom from 2.25.0 to 2.25.1 [logging-log4j-transform]

2025-07-11 Thread via GitHub
github-actions[bot] merged PR #206: URL: https://github.com/apache/logging-log4j-transform/pull/206 -- 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: [PR] Bump org.apache.logging.log4j:log4j-core from 2.25.0 to 2.25.1 [logging-log4j-jmx-gui]

2025-07-11 Thread via GitHub
github-actions[bot] merged PR #46: URL: https://github.com/apache/logging-log4j-jmx-gui/pull/46 -- 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: notifica

[PR] Merge release `2.25.1` back into `2.x` [logging-log4j2]

2025-07-11 Thread via GitHub
ppkarwasz opened a new pull request, #3820: URL: https://github.com/apache/logging-log4j2/pull/3820 This change merges the changelog changes performed during the release of `2.25.1` back into the `2.x` branch. -- This is an automated message from the Apache Git Service. To respond to the

[I] Using log4j-to-slf4j in a web application incorrectly sets a value in a ThreadLocal in org.apache.logging.slf4j.SLF4JLogger [logging-log4j2]

2025-07-11 Thread via GitHub
gmiscione opened a new issue, #3819: URL: https://github.com/apache/logging-log4j2/issues/3819 ## Description We have a web application packaged as a .war file deployed in Tomcat 11. The web application uses logback as the main logger and slf4j as a facade. Then we use log4j-to-slf4j

Re: [I] `InstantPatternLegacyFormatter` computes precision incorrectly [logging-log4j2]

2025-07-11 Thread via GitHub
ppkarwasz commented on issue #3816: URL: https://github.com/apache/logging-log4j2/issues/3816#issuecomment-3062039237 Hi @vy, > As reported by [@ppkarwasz](https://github.com/ppkarwasz) (see [the review discussion](https://github.com/apache/logging-log4j2/pull/3789#discussion_r219787

Re: [PR] Feature/2.x/enumerating and exposing named patters [logging-log4j2]

2025-07-11 Thread via GitHub
vy commented on code in PR #3789: URL: https://github.com/apache/logging-log4j2/pull/3789#discussion_r2200247276 ## log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/NamedInstantPattern.java: ## @@ -0,0 +1,163 @@ +/* + * Licensed to the Apache Software Foundation (A

Re: [PR] Feature/2.x/enumerating and exposing named patters [logging-log4j2]

2025-07-11 Thread via GitHub
vy commented on PR #3789: URL: https://github.com/apache/logging-log4j2/pull/3789#issuecomment-3061510068 @ppkarwasz, consider users having their custom instant formatters, some might even be relying on `{Fixed,Fast}DateFormat`. They will get excited about `NamedInstantPattern`, will try to

Re: [PR] Feature/2.x/enumerating and exposing named patters [logging-log4j2]

2025-07-11 Thread via GitHub
vy commented on code in PR #3789: URL: https://github.com/apache/logging-log4j2/pull/3789#discussion_r2200140855 ## log4j-core/src/main/java/org/apache/logging/log4j/core/util/internal/instant/InstantPatternLegacyFormatter.java: ## @@ -46,7 +46,10 @@ final class InstantPatternLe

[I] `InstantPatternLegacyFormatter` computes precision incorrectly [logging-log4j2]

2025-07-11 Thread via GitHub
vy opened a new issue, #3816: URL: https://github.com/apache/logging-log4j2/issues/3816 `InstantPatternLegacyFormatter` uses `InstantPatternDynamicFormatter` to determine the precision of the *legacy* date & time pattern it receives. As reported by @ppkarwasz (see [the review discussion](h