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

2024-04-16 Thread via GitHub
ppkarwasz merged PR #2468: URL: https://github.com/apache/logging-log4j2/pull/2468 -- 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] Disable JMX bean creation by default (logging-log4j2)

2024-04-16 Thread via GitHub
ppkarwasz commented on PR #2468: URL: https://github.com/apache/logging-log4j2/pull/2468#issuecomment-2059218518 @sdavids, Thank you for your contribution. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

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

2024-04-16 Thread via GitHub
jvz commented on PR #2438: URL: https://github.com/apache/logging-log4j2/pull/2438#issuecomment-2059683740 Yes, I meant `ThreadLocal`, oops. What I'm hoping for is an API in Log4j that can be easily implemented to support other runtimes without Log4j needing to be aware of them or depend on

[PR] Bump org.apache:apache from 31 to 32 [logging-parent]

2024-04-17 Thread via GitHub
dependabot[bot] opened a new pull request, #160: URL: https://github.com/apache/logging-parent/pull/160 Bumps [org.apache:apache](https://github.com/apache/maven-apache-parent) from 31 to 32. Release notes Sourced from https://github.com/apache/maven-apache-parent/releases";>org.ap

Re: [PR] Bump scala.version from 2.10.7 to 2.13.13 [logging-log4j-scala]

2024-04-17 Thread via GitHub
vy commented on PR #47: URL: https://github.com/apache/logging-log4j-scala/pull/47#issuecomment-2060983184 @dependabot close You're drunk; we're drunk with this packaging scheme too. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 from 1.6.4 to 1.8.0 [logging-log4j-kotlin]

2024-04-17 Thread via GitHub
dependabot[bot] commented on PR #66: URL: https://github.com/apache/logging-log4j-kotlin/pull/66#issuecomment-2060987402 Looks like org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 is no longer being updated by Dependabot, so this is no longer needed. -- This is an automated message from th

Re: [PR] Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 from 1.6.4 to 1.8.0 [logging-log4j-kotlin]

2024-04-17 Thread via GitHub
dependabot[bot] closed pull request #66: Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 from 1.6.4 to 1.8.0 URL: https://github.com/apache/logging-log4j-kotlin/pull/66 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [I] Clean up after `apache:apache:32` upgrade [logging-parent]

2024-04-17 Thread via GitHub
ppkarwasz closed issue #98: Clean up after `apache:apache:32` upgrade URL: https://github.com/apache/logging-parent/issues/98 -- 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

Re: [PR] Bump scala.version from 2.10.7 to 2.13.13 [logging-log4j-scala]

2024-04-17 Thread via GitHub
vy closed pull request #47: Bump scala.version from 2.10.7 to 2.13.13 URL: https://github.com/apache/logging-log4j-scala/pull/47 -- 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.

Re: [PR] Bump org.apache:apache from 31 to 32 [logging-parent]

2024-04-17 Thread via GitHub
github-actions[bot] merged PR #160: URL: https://github.com/apache/logging-parent/pull/160 -- 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

[PR] Deprecate `log4j2.defaultStatusLevel` property (logging-log4j2)

2024-04-17 Thread via GitHub
ppkarwasz opened a new pull request, #2481: URL: https://github.com/apache/logging-log4j2/pull/2481 The Log4j system property `log4j2.defaultStatusLevel` has almost the same purpose as the `log4j2.statusLoggerLevel`: * the `log4j2.statusLoggerLevel` property sets the level of the fall

[I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-17 Thread via GitHub
SwEngine opened a new issue, #142: URL: https://github.com/apache/logging-log4net/issues/142 I was using the package in .net7.0 without problems. However, after updating to .net8.0, my program throws error. When I unchecked the trimming unused code option, there was no error, but it increas

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-17 Thread via GitHub
FreeAndNil commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2063063551 Hi @SwEngine, can you please be more specific? What exact error so you get when you do **what**? -- This is an automated message from the Apache Git Service. To

[PR] Prevent fault when using one of the LevelChange constructors [logging-log4cxx]

2024-04-18 Thread via GitHub
swebb2066 opened a new pull request, #368: URL: https://github.com/apache/logging-log4cxx/pull/368 (no comment) -- 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 unsubscri

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-18 Thread via GitHub
SwEngine commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2063263226 I use only normal logging processes. When releasing the executable, I checked the trimming unused code option, it gives the error below, However, when I unchecked the trimm

Re: [PR] Deprecate `log4j2.defaultStatusLevel` property (logging-log4j2)

2024-04-18 Thread via GitHub
vy commented on code in PR #2481: URL: https://github.com/apache/logging-log4j2/pull/2481#discussion_r1570233539 ## log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/xml/XmlConfigurationPropsTest.java: ## @@ -72,9 +72,17 @@ void testNoProps(final Configuration c

Re: [PR] Deprecate `log4j2.defaultStatusLevel` property (logging-log4j2)

2024-04-18 Thread via GitHub
vy commented on code in PR #2481: URL: https://github.com/apache/logging-log4j2/pull/2481#discussion_r1570229054 ## src/site/antora/modules/ROOT/pages/manual/configuration.adoc: ## @@ -2219,18 +2216,6 @@ The following is a list of available global configuration properties. Note

Re: [PR] Deprecate `log4j2.defaultStatusLevel` property (logging-log4j2)

2024-04-18 Thread via GitHub
ppkarwasz commented on code in PR #2481: URL: https://github.com/apache/logging-log4j2/pull/2481#discussion_r1570256317 ## log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/xml/XmlConfigurationPropsTest.java: ## @@ -72,9 +72,17 @@ void testNoProps(final Configur

Re: [PR] Deprecate `log4j2.defaultStatusLevel` property (logging-log4j2)

2024-04-18 Thread via GitHub
ppkarwasz commented on code in PR #2481: URL: https://github.com/apache/logging-log4j2/pull/2481#discussion_r1570259487 ## src/site/antora/modules/ROOT/pages/manual/configuration.adoc: ## @@ -2219,18 +2216,6 @@ The following is a list of available global configuration propertie

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-18 Thread via GitHub
FreeAndNil commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2063361186 @SwEngine thanks for the info. Can you check whether the changes in #143 works for you? -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [PR] Deprecate `log4j2.defaultStatusLevel` property (logging-log4j2)

2024-04-18 Thread via GitHub
ppkarwasz commented on code in PR #2481: URL: https://github.com/apache/logging-log4j2/pull/2481#discussion_r1570302344 ## src/site/antora/modules/ROOT/pages/manual/configuration.adoc: ## @@ -2219,18 +2216,6 @@ The following is a list of available global configuration propertie

Re: [PR] Improve Download and Installation pages in `main` (logging-log4j2)

2024-04-18 Thread via GitHub
ppkarwasz commented on code in PR #2480: URL: https://github.com/apache/logging-log4j2/pull/2480#discussion_r1570350145 ## src/site/antora/modules/ROOT/pages/manual/installation.adoc: ## @@ -0,0 +1,722 @@ + +Licensed to the Apache Software Foundation (ASF) under one or m

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-18 Thread via GitHub
SwEngine commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2063439397 I could not build your code :( could you share a dll file? Sorry for inconvenience -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-18 Thread via GitHub
FreeAndNil commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2063510341 @SwEngine [netstandard2.0.zip](https://github.com/apache/logging-log4net/files/15023207/netstandard2.0.zip) -- This is an automated message from the Apache Git Servic

[PR] Bump github/codeql-action from 3.25.0 to 3.25.1 [logging-parent]

2024-04-18 Thread via GitHub
dependabot[bot] opened a new pull request, #161: URL: https://github.com/apache/logging-parent/pull/161 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.0 to 3.25.1. Changelog Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md

Re: [PR] Bump github/codeql-action from 3.25.0 to 3.25.1 [logging-parent]

2024-04-18 Thread via GitHub
github-actions[bot] merged PR #161: URL: https://github.com/apache/logging-parent/pull/161 -- 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

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-18 Thread via GitHub
SwEngine commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2063618887 I am adding your dll file to my project from project references, however ''' logger = LogManager.GetLogger(typeof(Logger)); ''' this line gives error o

Re: [PR] Improve Download and Installation pages in `main` (logging-log4j2)

2024-04-18 Thread via GitHub
vy commented on code in PR #2480: URL: https://github.com/apache/logging-log4j2/pull/2480#discussion_r1570599498 ## src/site/antora/modules/ROOT/pages/manual/installation.adoc: ## @@ -0,0 +1,722 @@ + +Licensed to the Apache Software Foundation (ASF) under one or more +

Re: [PR] Improve Download and Installation pages in `main` (logging-log4j2)

2024-04-18 Thread via GitHub
vy merged PR #2480: URL: https://github.com/apache/logging-log4j2/pull/2480 -- 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...@lo

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-18 Thread via GitHub
FreeAndNil commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2063714756 Can you put a simple repro somewhere on Github? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Bump apache/logging-parent from rel/10.6.0 to 11.0.0 (logging-log4j2)

2024-04-18 Thread via GitHub
github-actions[bot] closed pull request #2485: Bump apache/logging-parent from rel/10.6.0 to 11.0.0 URL: https://github.com/apache/logging-log4j2/pull/2485 -- 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

[PR] Feature/2.x/mongodb next gg (logging-log4j2)

2024-04-18 Thread via GitHub
garydgregory opened a new pull request, #2486: URL: https://github.com/apache/logging-log4j2/pull/2486 Mongo DB PR with 3 commits - Add a new `log4j-mongodb` module to track the current MongoDB Driver, version 5 - Deprecate `log4j-mongodb4` in favor of `log4j-mongodb` - Remove `log4

Re: [PR] Bump io.netty:netty-bom from 4.1.108.Final to 4.1.109.Final (logging-log4j2)

2024-04-18 Thread via GitHub
ppkarwasz commented on PR #2471: URL: https://github.com/apache/logging-log4j2/pull/2471#issuecomment-2063994108 @dependabot recreate -- 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 io.netty:netty-bom from 4.1.108.Final to 4.1.109.Final (logging-log4j2)

2024-04-18 Thread via GitHub
github-actions[bot] merged PR #2471: URL: https://github.com/apache/logging-log4j2/pull/2471 -- 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.apache.activemq:activemq-broker from 6.1.1 to 6.1.2 (logging-log4j2)

2024-04-18 Thread via GitHub
ppkarwasz commented on PR #2472: URL: https://github.com/apache/logging-log4j2/pull/2472#issuecomment-2064242211 @dependabot recreate -- 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 io.netty:netty-bom from 4.1.108.Final to 4.1.109.Final (logging-log4j2)

2024-04-18 Thread via GitHub
ppkarwasz commented on PR #2474: URL: https://github.com/apache/logging-log4j2/pull/2474#issuecomment-2064242939 @dependabot recreate -- 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.graalvm.truffle:truffle-api from 24.0.0 to 24.0.1 (logging-log4j2)

2024-04-18 Thread via GitHub
ppkarwasz commented on PR #2478: URL: https://github.com/apache/logging-log4j2/pull/2478#issuecomment-2064243734 @dependabot recreate -- 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 cassandra.version from 3.11.16 to 3.11.17 (logging-log4j2)

2024-04-18 Thread via GitHub
ppkarwasz commented on PR #2479: URL: https://github.com/apache/logging-log4j2/pull/2479#issuecomment-2064244704 @dependabot recreate -- 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 github/codeql-action from 3.24.10 to 3.25.1 (logging-log4j2)

2024-04-18 Thread via GitHub
ppkarwasz commented on PR #2483: URL: https://github.com/apache/logging-log4j2/pull/2483#issuecomment-2064245674 @dependabot recreate -- 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.apache.activemq:activemq-broker from 6.1.1 to 6.1.2 (logging-log4j2)

2024-04-18 Thread via GitHub
github-actions[bot] merged PR #2472: URL: https://github.com/apache/logging-log4j2/pull/2472 -- 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 cassandra.version from 3.11.16 to 3.11.17 (logging-log4j2)

2024-04-18 Thread via GitHub
github-actions[bot] merged PR #2479: URL: https://github.com/apache/logging-log4j2/pull/2479 -- 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

[PR] Bump apache/logging-parent from rel/10.6.0 to 11.0.0 [logging-log4j-audit]

2024-04-18 Thread via GitHub
dependabot[bot] opened a new pull request, #139: URL: https://github.com/apache/logging-log4j-audit/pull/139 Bumps [apache/logging-parent](https://github.com/apache/logging-parent) from rel/10.6.0 to 11.0.0. This release includes the previously tagged commit. Release notes Sourced

[PR] Bump org.apache.logging:logging-parent from 10.6.0 to 11.0.0 [logging-log4j-audit]

2024-04-18 Thread via GitHub
dependabot[bot] opened a new pull request, #140: URL: https://github.com/apache/logging-log4j-audit/pull/140 Bumps [org.apache.logging:logging-parent](https://github.com/apache/logging-parent) from 10.6.0 to 11.0.0. Release notes Sourced from https://github.com/apache/logging-pare

Re: [PR] Bump apache/logging-parent from rel/10.6.0 to 11.0.0 [logging-log4j-audit]

2024-04-18 Thread via GitHub
github-actions[bot] merged PR #139: URL: https://github.com/apache/logging-log4j-audit/pull/139 -- 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] Bump actions/upload-artifact from 4.3.1 to 4.3.2 [logging-parent]

2024-04-18 Thread via GitHub
dependabot[bot] opened a new pull request, #162: URL: https://github.com/apache/logging-parent/pull/162 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.2. Release notes Sourced from https://github.com/actions/upload-artifact/releases";>

Re: [PR] Bump actions/upload-artifact from 4.3.1 to 4.3.2 [logging-parent]

2024-04-18 Thread via GitHub
github-actions[bot] closed pull request #162: Bump actions/upload-artifact from 4.3.1 to 4.3.2 URL: https://github.com/apache/logging-parent/pull/162 -- 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

[PR] Clean up links in legacy sites [logging-log4j-site]

2024-04-18 Thread via GitHub
ppkarwasz opened a new pull request, #9: URL: https://github.com/apache/logging-log4j-site/pull/9 We clean up links in legacy sites by: * removing absolute URIs: these often point the `http://logging.apache.org` instead of `https://logging.apache.org`, * removing trailing `index.ht

[PR] Bump org.apache.logging:logging-parent from 10.5.0 to 11.0.0 [logging-log4j-transform]

2024-04-18 Thread via GitHub
dependabot[bot] opened a new pull request, #99: URL: https://github.com/apache/logging-log4j-transform/pull/99 Bumps [org.apache.logging:logging-parent](https://github.com/apache/logging-parent) from 10.5.0 to 11.0.0. Release notes Sourced from https://github.com/apache/logging-pa

Re: [PR] Bump org.apache.logging:logging-parent from 10.5.0 to 10.6.0 [logging-log4j-transform]

2024-04-18 Thread via GitHub
dependabot[bot] closed pull request #79: Bump org.apache.logging:logging-parent from 10.5.0 to 10.6.0 URL: https://github.com/apache/logging-log4j-transform/pull/79 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Bump org.apache.logging:logging-parent from 10.5.0 to 10.6.0 [logging-log4j-transform]

2024-04-18 Thread via GitHub
dependabot[bot] commented on PR #79: URL: https://github.com/apache/logging-log4j-transform/pull/79#issuecomment-2065127644 Superseded by #99. -- 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

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

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

[PR] Bump org.apache.logging:logging-parent from 10.6.0 to 11.0.0 [logging-log4j-samples]

2024-04-18 Thread via GitHub
dependabot[bot] opened a new pull request, #130: URL: https://github.com/apache/logging-log4j-samples/pull/130 Bumps [org.apache.logging:logging-parent](https://github.com/apache/logging-parent) from 10.6.0 to 11.0.0. Release notes Sourced from https://github.com/apache/logging-pa

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

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

2024-04-18 Thread via GitHub
github-actions[bot] merged PR #129: URL: https://github.com/apache/logging-log4j-samples/pull/129 -- 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] Prevent fault when using one of the LevelChange constructors [logging-log4cxx]

2024-04-18 Thread via GitHub
swebb2066 merged PR #368: URL: https://github.com/apache/logging-log4cxx/pull/368 -- 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

[PR] Bump org.apache.logging:logging-parent from 10.6.0 to 11.0.0 [logging-log4j-scala]

2024-04-18 Thread via GitHub
dependabot[bot] opened a new pull request, #51: URL: https://github.com/apache/logging-log4j-scala/pull/51 Bumps [org.apache.logging:logging-parent](https://github.com/apache/logging-parent) from 10.6.0 to 11.0.0. Release notes Sourced from https://github.com/apache/logging-parent

Re: [PR] Bump github/codeql-action from 3.24.10 to 3.25.1 (logging-log4j2)

2024-04-18 Thread via GitHub
ppkarwasz commented on PR #2483: URL: https://github.com/apache/logging-log4j2/pull/2483#issuecomment-2065675372 @dependabot rebase -- 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 co

[PR] Bump org.apache.logging:logging-parent from 10.6.0 to 11.0.0 [logging-log4j-tools]

2024-04-19 Thread via GitHub
dependabot[bot] opened a new pull request, #115: URL: https://github.com/apache/logging-log4j-tools/pull/115 Bumps [org.apache.logging:logging-parent](https://github.com/apache/logging-parent) from 10.6.0 to 11.0.0. Release notes Sourced from https://github.com/apache/logging-pare

Re: [PR] Bump org.apache.logging:logging-parent from 10.6.0 to 11.0.0 [logging-log4j-tools]

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

Re: [PR] Bump org.apache.logging:logging-parent from 10.6.0 to 11.0.0 [logging-log4j-scala]

2024-04-19 Thread via GitHub
dependabot[bot] commented on PR #51: URL: https://github.com/apache/logging-log4j-scala/pull/51#issuecomment-2066129035 Looks like org.apache.logging:logging-parent is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Bump org.apache.logging:logging-parent from 10.6.0 to 11.0.0 [logging-log4j-scala]

2024-04-19 Thread via GitHub
dependabot[bot] closed pull request #51: Bump org.apache.logging:logging-parent from 10.6.0 to 11.0.0 URL: https://github.com/apache/logging-log4j-scala/pull/51 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] Bump io.netty:netty-bom from 4.1.108.Final to 4.1.109.Final (logging-log4j2)

2024-04-19 Thread via GitHub
ppkarwasz commented on PR #2474: URL: https://github.com/apache/logging-log4j2/pull/2474#issuecomment-2066224131 @dependabot rebase -- 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 co

Re: [PR] Bump org.graalvm.truffle:truffle-api from 24.0.0 to 24.0.1 (logging-log4j2)

2024-04-19 Thread via GitHub
ppkarwasz commented on PR #2478: URL: https://github.com/apache/logging-log4j2/pull/2478#issuecomment-2066224448 @dependabot rebase -- 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 co

Re: [PR] Bump github/codeql-action from 3.24.10 to 3.25.1 (logging-log4j2)

2024-04-19 Thread via GitHub
ppkarwasz commented on PR #2483: URL: https://github.com/apache/logging-log4j2/pull/2483#issuecomment-2066225268 @dependabot rebase -- 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 co

Re: [PR] Bump slf4j.version from 1.7.36 to 2.0.13 (logging-log4j2)

2024-04-19 Thread via GitHub
ppkarwasz commented on PR #2473: URL: https://github.com/apache/logging-log4j2/pull/2473#issuecomment-2066235354 @dependabot recreate -- 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 github/codeql-action from 3.24.10 to 3.25.1 (logging-log4j2)

2024-04-19 Thread via GitHub
github-actions[bot] merged PR #2483: URL: https://github.com/apache/logging-log4j2/pull/2483 -- 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] Clean up links in legacy sites [logging-log4j-site]

2024-04-19 Thread via GitHub
ppkarwasz merged PR #9: URL: https://github.com/apache/logging-log4j-site/pull/9 -- 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.graalvm.truffle:truffle-api from 24.0.0 to 24.0.1 (logging-log4j2)

2024-04-19 Thread via GitHub
github-actions[bot] merged PR #2478: URL: https://github.com/apache/logging-log4j2/pull/2478 -- 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 io.netty:netty-bom from 4.1.108.Final to 4.1.109.Final (logging-log4j2)

2024-04-19 Thread via GitHub
github-actions[bot] merged PR #2474: URL: https://github.com/apache/logging-log4j2/pull/2474 -- 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 slf4j.version from 1.7.36 to 2.0.13 (logging-log4j2)

2024-04-19 Thread via GitHub
ppkarwasz closed pull request #2473: Bump slf4j.version from 1.7.36 to 2.0.13 URL: https://github.com/apache/logging-log4j2/pull/2473 -- 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 comm

Re: [I] .NET8.0 XML Exception Problem (logging-log4net)

2024-04-19 Thread via GitHub
FreeAndNil commented on issue #142: URL: https://github.com/apache/logging-log4net/issues/142#issuecomment-2066340901 @SwEngine maybe posting your csproj file could also help -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] Bump actions/upload-artifact from 4.3.1 to 4.3.2 (logging-log4j2)

2024-04-19 Thread via GitHub
github-actions[bot] merged PR #2490: URL: https://github.com/apache/logging-log4j2/pull/2490 -- 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

[PR] Bump org.apache.logging:logging-parent from 10.6.0 to 11.0.0 [logging-log4j-audit-sample]

2024-04-19 Thread via GitHub
dependabot[bot] opened a new pull request, #45: URL: https://github.com/apache/logging-log4j-audit-sample/pull/45 Bumps [org.apache.logging:logging-parent](https://github.com/apache/logging-parent) from 10.6.0 to 11.0.0. Release notes Sourced from https://github.com/apache/logging

Re: [PR] Bump org.apache.logging:logging-parent from 10.6.0 to 11.0.0 [logging-log4j-audit-sample]

2024-04-19 Thread via GitHub
github-actions[bot] merged PR #45: URL: https://github.com/apache/logging-log4j-audit-sample/pull/45 -- 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: not

Re: [PR] Bump org.apache.logging:logging-parent from 10.6.0 to 11.0.0 [logging-log4j-audit-sample]

2024-04-19 Thread via GitHub
github-actions[bot] merged PR #45: URL: https://github.com/apache/logging-log4j-audit-sample/pull/45 -- 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: not

Re: [PR] Bump org.apache.logging:logging-parent from 10.6.0 to 11.0.0 [logging-log4j-samples]

2024-04-19 Thread via GitHub
dependabot[bot] commented on PR #130: URL: https://github.com/apache/logging-log4j-samples/pull/130#issuecomment-2066428810 Looks like org.apache.logging:logging-parent is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Bump org.apache.logging:logging-parent from 10.6.0 to 11.0.0 [logging-log4j-samples]

2024-04-19 Thread via GitHub
dependabot[bot] closed pull request #130: Bump org.apache.logging:logging-parent from 10.6.0 to 11.0.0 URL: https://github.com/apache/logging-log4j-samples/pull/130 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] spring boot 3.2.4 + spring-boot-starter-log4j2 + spring-boot-starter-undertow (logging-log4j2)

2024-04-19 Thread via GitHub
ppkarwasz commented on issue #2453: URL: https://github.com/apache/logging-log4j2/issues/2453#issuecomment-2066651799 @mpv945, This should be fixed by spring-projects/spring-boot#40178 in version 3.1.11 and 3.2.5. Can you check it? -- This is an automated message from the Apache G

Re: [PR] Bump spring-boot.version from 3.2.4 to 3.2.5 (logging-log4j2)

2024-04-19 Thread via GitHub
github-actions[bot] merged PR #2489: URL: https://github.com/apache/logging-log4j2/pull/2489 -- 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] Feature/2.x/mongodb next gg (logging-log4j2)

2024-04-19 Thread via GitHub
ppkarwasz commented on code in PR #2486: URL: https://github.com/apache/logging-log4j2/pull/2486#discussion_r1572434330 ## log4j-mongodb/src/main/java/org/apache/logging/log4j/mongodb/package-info.java: ## @@ -15,12 +15,13 @@ * limitations under the license. */ /** - * The

Re: [I] StackOverflowException in Logger.isEnabled with Spring Boot 3 + Tomcat (logging-log4j2)

2024-04-19 Thread via GitHub
ppkarwasz closed issue #1430: StackOverflowException in Logger.isEnabled with Spring Boot 3 + Tomcat URL: https://github.com/apache/logging-log4j2/issues/1430 -- 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

Re: [I] StackOverflowException in Logger.isEnabled with Spring Boot 3 + Tomcat (logging-log4j2)

2024-04-19 Thread via GitHub
ppkarwasz commented on issue #1430: URL: https://github.com/apache/logging-log4j2/issues/1430#issuecomment-2066692174 I am closing this, since it was fixed in Spring Boot 3.1.11 and 3.2.5. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] Feature/2.x/mongodb next gg (logging-log4j2)

2024-04-19 Thread via GitHub
garydgregory commented on code in PR #2486: URL: https://github.com/apache/logging-log4j2/pull/2486#discussion_r1572459246 ## pom.xml: ## @@ -257,8 +257,8 @@ log4j-jul log4j-layout-template-json log4j-layout-template-json-test -log4j-mongodb3 log4j-mongod

Re: [PR] Feature/2.x/mongodb next gg (logging-log4j2)

2024-04-19 Thread via GitHub
garydgregory commented on code in PR #2486: URL: https://github.com/apache/logging-log4j2/pull/2486#discussion_r1572459594 ## log4j-mongodb/src/main/java/org/apache/logging/log4j/mongodb/package-info.java: ## @@ -15,12 +15,13 @@ * limitations under the license. */ /** - * T

[I] Fix links on web site (logging-log4j2)

2024-04-19 Thread via GitHub
ppkarwasz opened a new issue, #2491: URL: https://github.com/apache/logging-log4j2/issues/2491 On our website we should fix: * **broken** links (`4xx`s), * links to non-canonical URLs (`3xx`s). Also some kind of canonicalization would be advised. Since we run on Apache with

Re: [I] Fix links on web site (logging-log4j2)

2024-04-19 Thread via GitHub
ppkarwasz commented on issue #2491: URL: https://github.com/apache/logging-log4j2/issues/2491#issuecomment-2066739870 We might use some tool like [Screaming Frog](https://www.screamingfrog.co.uk/) to detect the broken links. -- This is an automated message from the Apache Git Service. To

Re: [PR] Feature/2.x/mongodb next gg (logging-log4j2)

2024-04-19 Thread via GitHub
ppkarwasz commented on code in PR #2486: URL: https://github.com/apache/logging-log4j2/pull/2486#discussion_r1572509894 ## pom.xml: ## @@ -257,8 +257,8 @@ log4j-jul log4j-layout-template-json log4j-layout-template-json-test -log4j-mongodb3 log4j-mongodb4

Re: [PR] Feature/2.x/mongodb next gg (logging-log4j2)

2024-04-19 Thread via GitHub
garydgregory commented on code in PR #2486: URL: https://github.com/apache/logging-log4j2/pull/2486#discussion_r1572547482 ## log4j-mongodb/src/test/java/org/apache/logging/log4j/mongodb/MongoDbResolver.java: ## @@ -142,11 +144,11 @@ private static final class MongoClientHolder

Re: [PR] Feature/2.x/mongodb next gg (logging-log4j2)

2024-04-19 Thread via GitHub
garydgregory merged PR #2486: URL: https://github.com/apache/logging-log4j2/pull/2486 -- 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-unsu

[PR] Prefer std::lock_guard when std::unique_lock features are not required [logging-log4cxx]

2024-04-20 Thread via GitHub
swebb2066 opened a new pull request, #369: URL: https://github.com/apache/logging-log4cxx/pull/369 This PR applies the guidelines in [this highly rated answer on StackExchange](https://stackoverflow.com/questions/43019598/stdlock-guard-or-stdscoped-lock). Also, the call site of [std:

[I] Rollover not works appropriotely with CronTriggeringPolicy and SizeBasedTriggeringPolicy (logging-log4j2)

2024-04-21 Thread via GitHub
minkyu97 opened a new issue, #2492: URL: https://github.com/apache/logging-log4j2/issues/2492 ## Description Rollover does not work appropritely when combining `CronTriggeringPolicy` and `SizeBasedTriggeringPolicy`. In more detail, (1) After `CronTriggerinPolicy` has triggered,(2)

[PR] In 3.0.0, we provide one MongoDB module: `log4j-mongodb`, based on the (logging-log4j2)

2024-04-21 Thread via GitHub
garydgregory opened a new pull request, #2493: URL: https://github.com/apache/logging-log4j2/pull/2493 current MongoDB Client Driver. We renamed the `log4j-mongodb4`, module, package, and classes in favor of `log4j-mongodb`, in other words, drop the `4`. We no longer provide th

Re: [PR] [main] Rename log4j-mongodb4 to log4j-mongodb (logging-log4j2)

2024-04-21 Thread via GitHub
garydgregory merged PR #2493: URL: https://github.com/apache/logging-log4j2/pull/2493 -- 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-unsu

[I] Use Logging Services common pages (logging-log4net)

2024-04-21 Thread via GitHub
vy opened a new issue, #144: URL: https://github.com/apache/logging-log4net/issues/144 I have revamped the [Download](https://logging.apache.org/download.html), [Support](https://logging.apache.org/support.html), and [Security](https://logging.apache.org/security.html) pages of Logging Serv

[I] Use Logging Services common pages [logging-log4cxx]

2024-04-21 Thread via GitHub
vy opened a new issue, #370: URL: https://github.com/apache/logging-log4cxx/issues/370 I have revamped the [Download](https://logging.apache.org/download.html), [Support](https://logging.apache.org/support.html), and [Security](https://logging.apache.org/security.html) pages of Logging Serv

Re: [I] Fix links on web site (logging-log4j2)

2024-04-21 Thread via GitHub
vy commented on issue #2491: URL: https://github.com/apache/logging-log4j2/issues/2491#issuecomment-2068162954 @ppkarwasz, could you explain how we can use ``? Do you suggest a maintainer creating a personal account and occasionally checking the report? -- This is an automated message f

Re: [PR] Port new Download and Installation pages to `2.x` (logging-log4j2)

2024-04-21 Thread via GitHub
vy commented on code in PR #2487: URL: https://github.com/apache/logging-log4j2/pull/2487#discussion_r1573883787 ## src/site/antora/modules/ROOT/pages/index.adoc: ## @@ -19,15 +19,38 @@ Apache Log4j is a versatile, industrial-grade Java logging framework composed of an API,

Re: [I] Use Logging Services common pages (logging-log4net)

2024-04-21 Thread via GitHub
LaurentDardenne commented on issue #144: URL: https://github.com/apache/logging-log4net/issues/144#issuecomment-2068179957 Does this page ( https://downloads.apache.org/logging/log4net/) need to be updated? ![image](https://github.com/apache/logging-log4net/assets/4894452/86190a0c

Re: [I] Use Logging Services common pages (logging-log4net)

2024-04-21 Thread via GitHub
FreeAndNil commented on issue #144: URL: https://github.com/apache/logging-log4net/issues/144#issuecomment-2068183765 @LaurentDardenne you are right. @vy Can you please remove https://dist.apache.org/repos/dist/release/logging/log4net/README.html ? -- This is an automated message from

Re: [I] Use Logging Services common pages (logging-log4net)

2024-04-21 Thread via GitHub
FreeAndNil commented on issue #144: URL: https://github.com/apache/logging-log4net/issues/144#issuecomment-2068193613 @vy I've created #145, please review. -- 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

<    4   5   6   7   8   9   10   11   12   13   >