Re: [PR] Scoped context (logging-log4j2)

2024-04-14 Thread via GitHub
rgoers merged PR #2438: URL: https://github.com/apache/logging-log4j2/pull/2438 -- 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.slf4j:slf4j-api from 2.0.12 to 2.0.13 [logging-log4j-samples]

2024-04-14 Thread via GitHub
github-actions[bot] merged PR #128: URL: https://github.com/apache/logging-log4j-samples/pull/128 -- 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: notifi

Re: [PR] Bump io.fabric8:kubernetes-client-bom from 6.11.0 to 6.12.0 [logging-log4j-samples]

2024-04-14 Thread via GitHub
github-actions[bot] merged PR #127: URL: https://github.com/apache/logging-log4j-samples/pull/127 -- 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: notifi

[PR] Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 [logging-log4j-samples]

2024-04-14 Thread via GitHub
dependabot[bot] opened a new pull request, #128: URL: https://github.com/apache/logging-log4j-samples/pull/128 Bumps org.slf4j:slf4j-api from 2.0.12 to 2.0.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org

[PR] Bump io.fabric8:kubernetes-client-bom from 6.11.0 to 6.12.0 [logging-log4j-samples]

2024-04-14 Thread via GitHub
dependabot[bot] opened a new pull request, #127: URL: https://github.com/apache/logging-log4j-samples/pull/127 Bumps [io.fabric8:kubernetes-client-bom](https://github.com/fabric8io/kubernetes-client) from 6.11.0 to 6.12.0. Release notes Sourced from https://github.com/fabric8io/ku

Re: [PR] Scoped context (logging-log4j2)

2024-04-14 Thread via GitHub
rgoers commented on code in PR #2438: URL: https://github.com/apache/logging-log4j2/pull/2438#discussion_r1564941333 ## log4j-api/src/main/java/org/apache/logging/log4j/ScopedContext.java: ## @@ -0,0 +1,225 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [PR] Scoped context (logging-log4j2)

2024-04-14 Thread via GitHub
rgoers commented on code in PR #2438: URL: https://github.com/apache/logging-log4j2/pull/2438#discussion_r1564941333 ## log4j-api/src/main/java/org/apache/logging/log4j/ScopedContext.java: ## @@ -0,0 +1,225 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [I] Log4J in desktop application (logging-log4j2)

2024-04-14 Thread via GitHub
ppkarwasz commented on issue #2466: URL: https://github.com/apache/logging-log4j2/issues/2466#issuecomment-2054175670 @vy, I never used `jpackage`, but as far as I understood it is just a thin wrapper that unpacks some JAR files and starts up the JVM. In this aspect it should more r

Re: [PR] Scoped context (logging-log4j2)

2024-04-14 Thread via GitHub
ppkarwasz commented on code in PR #2438: URL: https://github.com/apache/logging-log4j2/pull/2438#discussion_r1564907528 ## log4j-api/src/main/java/org/apache/logging/log4j/ScopedContext.java: ## @@ -0,0 +1,225 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

Re: [I] Log4J in desktop application (logging-log4j2)

2024-04-14 Thread via GitHub
vy commented on issue #2466: URL: https://github.com/apache/logging-log4j2/issues/2466#issuecomment-2054171871 @tmmlsBE, Log4j doesn't support native image compilation out-of-the-box currently, see [LOG4J2-2649](https://issues.apache.org/jira/browse/LOG4J2-2649). You need to manually prov

Re: [PR] Disable JMX bean creation by default (logging-log4j2)

2024-04-14 Thread via GitHub
vy commented on PR #2468: URL: https://github.com/apache/logging-log4j2/pull/2468#issuecomment-2054169637 > There are currently no tests for the JMX support. > ... > 1. keep the status quo, i.e. no tests I'd be in favor of this approach. I doubt if this feature has any significa

Re: [PR] Disable JMX bean creation by default (logging-log4j2)

2024-04-14 Thread via GitHub
vy commented on code in PR #2468: URL: https://github.com/apache/logging-log4j2/pull/2468#discussion_r1564897732 ## src/site/antora/modules/ROOT/pages/log4j-jmx-gui.adoc: ## @@ -18,3 +18,10 @@ Licensed to the Apache Software Foundation (ASF) under one or more https://github.

Re: [PR] Disable JMX bean creation by default (logging-log4j2)

2024-04-14 Thread via GitHub
vy commented on code in PR #2468: URL: https://github.com/apache/logging-log4j2/pull/2468#discussion_r1564897732 ## src/site/antora/modules/ROOT/pages/log4j-jmx-gui.adoc: ## @@ -18,3 +18,10 @@ Licensed to the Apache Software Foundation (ASF) under one or more https://github.

[jira] [Created] (LOG4J2-3683) Typo in API LoggerConfig.RootLogger#withtFilter

2024-04-14 Thread Jeff Thomas (Jira)
Jeff Thomas created LOG4J2-3683: --- Summary: Typo in API LoggerConfig.RootLogger#withtFilter Key: LOG4J2-3683 URL: https://issues.apache.org/jira/browse/LOG4J2-3683 Project: Log4j 2 Issue Type: B

Re: [PR] Add service to attach metrics to Log4j Core (logging-log4j2)

2024-04-14 Thread via GitHub
rgoers commented on code in PR #2469: URL: https://github.com/apache/logging-log4j2/pull/2469#discussion_r1564872577 ## log4j-core/src/main/java/org/apache/logging/log4j/core/LoggerContext.java: ## @@ -800,6 +802,12 @@ private void initApiModule() { // LOG4J2-151: changed

Re: [PR] Add service to attach metrics to Log4j Core (logging-log4j2)

2024-04-14 Thread via GitHub
rgoers commented on code in PR #2469: URL: https://github.com/apache/logging-log4j2/pull/2469#discussion_r1564869924 ## log4j-core/src/main/java/org/apache/logging/log4j/core/LoggerContext.java: ## @@ -800,6 +802,12 @@ private void initApiModule() { // LOG4J2-151: changed

Re: [PR] Scoped context (logging-log4j2)

2024-04-14 Thread via GitHub
rgoers commented on code in PR #2438: URL: https://github.com/apache/logging-log4j2/pull/2438#discussion_r1564812727 ## log4j-api/src/main/java/org/apache/logging/log4j/ScopedContext.java: ## @@ -0,0 +1,225 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or