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

2024-04-08 Thread via GitHub
mpv945 opened a new issue, #2453: URL: https://github.com/apache/logging-log4j2/issues/2453 ## Stop service error 2024-04-09 11:36:26.124 traceId: INFO c.z.h.HikariDataSource HikariPool-1 - Shutdown completed. ERROR StatusConsoleListener Unable to unregister MBea

Re: [I] The `log4j2.messageFactory` property is ignored since 2.23.0 (logging-log4j2)

2024-04-08 Thread via GitHub
deepblueli commented on issue #2379: URL: https://github.com/apache/logging-log4j2/issues/2379#issuecomment-2044096127 hi @ppkarwasz, the default message factory also changed from ReusuableMessageFactory to ParameterizedMessageFactory when `log4j2.enable.threadlocals` is set to true.

Re: [PR] Bump version to 1.3.0 [logging-log4cxx]

2024-04-08 Thread via GitHub
swebb2066 merged PR #365: URL: https://github.com/apache/logging-log4cxx/pull/365 -- 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 commons-io:commons-io from 2.16.0 to 2.16.1 [logging-log4j-transform]

2024-04-08 Thread via GitHub
github-actions[bot] merged PR #96: URL: https://github.com/apache/logging-log4j-transform/pull/96 -- 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 commons-io:commons-io from 2.16.0 to 2.16.1 [logging-log4j-transform]

2024-04-08 Thread via GitHub
dependabot[bot] opened a new pull request, #96: URL: https://github.com/apache/logging-log4j-transform/pull/96 Bumps commons-io:commons-io from 2.16.0 to 2.16.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=c

Re: [I] Retain `project.build.outputTimestamp` property while trimming BOM [logging-parent]

2024-04-08 Thread via GitHub
vy closed issue #121: Retain `project.build.outputTimestamp` property while trimming BOM URL: https://github.com/apache/logging-parent/issues/121 -- 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

Re: [I] Retain `project.build.outputTimestamp` property while trimming BOM [logging-parent]

2024-04-08 Thread via GitHub
vy commented on issue #121: URL: https://github.com/apache/logging-parent/issues/121#issuecomment-2043511073 This turned out to be pretty difficult to implement – [fact checked this in #maven](https://the-asf.slack.com/archives/C7Q9JB404/p1712563548050659). AFAIC, we don't have a choice but

Re: [I] Error building log4cxx with cmake, APR_STATIC and APU_STATIC options [logging-log4cxx]

2024-04-08 Thread via GitHub
clobotorre commented on issue #366: URL: https://github.com/apache/logging-log4cxx/issues/366#issuecomment-2043324141 Thank you. I'll use `-DBUILD_TESTING=OFF` I need APR libs statically linked because in the target machines there are already another (needed) version of APR libs wich

Re: [I] Error building log4cxx with cmake, APR_STATIC and APU_STATIC options [logging-log4cxx]

2024-04-08 Thread via GitHub
rm5248 commented on issue #366: URL: https://github.com/apache/logging-log4cxx/issues/366#issuecomment-2043275966 If it's only the tests, you can just disable the tests(add `-DBUILD_TESTING=OFF` when configuring with cmake). Or, add `-ldl` to your linker flags. Is there a particula

[I] Error building log4cxx with cmake, APR_STATIC and APU_STATIC options [logging-log4cxx]

2024-04-08 Thread via GitHub
clobotorre opened a new issue, #366: URL: https://github.com/apache/logging-log4cxx/issues/366 Based on the answer to this issue https://github.com/apache/logging-log4cxx/issues/362 I have done following steps on both Ubuntu 18.04 and Ubuntu 22.04. Initial steps ``` # mkdi

Re: [PR] #124 fixed more nullable Warnings when targeting net8.0 (logging-log4net)

2024-04-08 Thread via GitHub
FreeAndNil merged PR #141: URL: https://github.com/apache/logging-log4net/pull/141 -- 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] Threads contention because of OutputStreamManager.writeBytes (logging-log4j2)

2024-04-08 Thread via GitHub
bharathchandrathakkallapally-cpi commented on issue #2447: URL: https://github.com/apache/logging-log4j2/issues/2447#issuecomment-2042616999 sorry, the object `0x7f7ea87c4000` only appeared once in the dump, and it is with the "http-nio-8080-exec-123" thread . -- This is an automate

Re: [I] Threads contention because of OutputStreamManager.writeBytes (logging-log4j2)

2024-04-08 Thread via GitHub
bharathchandrathakkallapally-cpi commented on issue #2447: URL: https://github.com/apache/logging-log4j2/issues/2447#issuecomment-2042613196 @ppkarwasz It appeared in the stacktrace of another thread, that is trace is pointing to a line in the code, but that line or method the thread is

Re: [I] Threads contention because of OutputStreamManager.writeBytes (logging-log4j2)

2024-04-08 Thread via GitHub
ppkarwasz commented on issue #2447: URL: https://github.com/apache/logging-log4j2/issues/2447#issuecomment-2042579641 @bharathchandrathakkallapally-cpi, Any idea what kind of object `0x7f7ea87c4000` might be? Does it appear in the stacktraces of other threads? -- This is an au

Re: [I] Threads contention because of OutputStreamManager.writeBytes (logging-log4j2)

2024-04-08 Thread via GitHub
bharathchandrathakkallapally-cpi commented on issue #2447: URL: https://github.com/apache/logging-log4j2/issues/2447#issuecomment-2042573768 @ppkarwasz here is the data your are asking ``` "http-nio-8080-exec-123" #2723 daemon prio=5 os_prio=0 tid=0x7f7e94095800 nid=0x34a8f waitin

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

2024-04-08 Thread via GitHub
github-actions[bot] merged PR #2451: URL: https://github.com/apache/logging-log4j2/pull/2451 -- 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] Add XML schema publication instructions [logging-parent]

2024-04-08 Thread via GitHub
vy commented on code in PR #150: URL: https://github.com/apache/logging-parent/pull/150#discussion_r1555634876 ## src/site/_release-instructions-xml-schema.adoc: ## @@ -0,0 +1,67 @@ + +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license ag

Re: [PR] Add XML schema publication instructions [logging-parent]

2024-04-08 Thread via GitHub
vy merged PR #150: URL: https://github.com/apache/logging-parent/pull/150 -- 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...@logg

Re: [PR] Bump github/codeql-action from 3.24.9 to 3.24.10 [logging-parent]

2024-04-08 Thread via GitHub
github-actions[bot] merged PR #153: URL: https://github.com/apache/logging-parent/pull/153 -- 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] Bump github/codeql-action from 3.24.9 to 3.24.10 [logging-parent]

2024-04-08 Thread via GitHub
dependabot[bot] opened a new pull request, #153: URL: https://github.com/apache/logging-parent/pull/153 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.9 to 3.24.10. Changelog Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.m

Re: [PR] Bump com.github.spotbugs:spotbugs-annotations from 4.8.3 to 4.8.4 [logging-parent]

2024-04-08 Thread via GitHub
github-actions[bot] merged PR #152: URL: https://github.com/apache/logging-parent/pull/152 -- 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: [PR] Bump com.palantir.javaformat:palantir-java-format from 2.41.0 to 2.42.0 [logging-parent]

2024-04-08 Thread via GitHub
github-actions[bot] merged PR #151: URL: https://github.com/apache/logging-parent/pull/151 -- 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: [PR] Bump com.palantir.javaformat:palantir-java-format from 2.41.0 to 2.42.0 [logging-parent]

2024-04-08 Thread via GitHub
github-actions[bot] merged PR #151: URL: https://github.com/apache/logging-parent/pull/151 -- 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] Bump com.github.spotbugs:spotbugs-annotations from 4.8.3 to 4.8.4 [logging-parent]

2024-04-08 Thread via GitHub
dependabot[bot] opened a new pull request, #152: URL: https://github.com/apache/logging-parent/pull/152 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.3 to 4.8.4. Changelog Sourced from https://github.com/spotbugs/spotbugs/blob/mast

[PR] Bump com.palantir.javaformat:palantir-java-format from 2.41.0 to 2.42.0 [logging-parent]

2024-04-08 Thread via GitHub
dependabot[bot] opened a new pull request, #151: URL: https://github.com/apache/logging-parent/pull/151 Bumps [com.palantir.javaformat:palantir-java-format](https://github.com/palantir/palantir-java-format) from 2.41.0 to 2.42.0. Release notes Sourced from https://github.com/palan

Re: [PR] Remove CLI tools from `log4j-core` and `log4j-1.2-api` (logging-log4j2)

2024-04-08 Thread via GitHub
ppkarwasz merged PR #2435: URL: https://github.com/apache/logging-log4j2/pull/2435 -- 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] Add XML schema publication instructions [logging-parent]

2024-04-08 Thread via GitHub
ppkarwasz commented on code in PR #150: URL: https://github.com/apache/logging-parent/pull/150#discussion_r164230 ## src/site/_release-instructions-xml-schema.adoc: ## @@ -0,0 +1,67 @@ + +Licensed to the Apache Software Foundation (ASF) under one or more +contributor lic

[PR] Add XML schema publication instructions [logging-parent]

2024-04-08 Thread via GitHub
vy opened a new pull request, #150: URL: https://github.com/apache/logging-parent/pull/150 This PR addresses #138. -- 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 unsubs

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

2024-04-08 Thread via GitHub
ppkarwasz commented on PR #2440: URL: https://github.com/apache/logging-log4j2/pull/2440#issuecomment-2042316912 We already have a Dependabot rule that should prevent such proposals: ```yaml # SLF4J 1.7.x should only upgrade to 1.7.x and # SLF4J 2.x should only upgrade to

Re: [PR] Remove CLI tools from `log4j-core` and `log4j-1.2-api` (logging-log4j2)

2024-04-08 Thread via GitHub
ppkarwasz commented on PR #2435: URL: https://github.com/apache/logging-log4j2/pull/2435#issuecomment-2042296049 @vy, > Could you double-check that the `src/site` doesn't need to be updated, please? I migrated the documentation of the code generator to the apache/logging-log4j

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

2024-04-08 Thread via GitHub
ppkarwasz commented on code in PR #2438: URL: https://github.com/apache/logging-log4j2/pull/2438#discussion_r1555476864 ## log4j-api/src/main/java/org/apache/logging/log4j/spi/internal/DefaultScopedContextProvider.java: ## @@ -0,0 +1,399 @@ +/* + * Licensed to the Apache Softwar

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

2024-04-08 Thread via GitHub
ppkarwasz commented on code in PR #2438: URL: https://github.com/apache/logging-log4j2/pull/2438#discussion_r1555475924 ## log4j-api/src/main/java/org/apache/logging/log4j/spi/internal/DefaultScopedContextProvider.java: ## @@ -0,0 +1,421 @@ +/* + * Licensed to the Apache Softwar

[PR] Simplify `DefaultScopedContextProvider` (logging-log4j2)

2024-04-08 Thread via GitHub
ppkarwasz opened a new pull request, #2450: URL: https://github.com/apache/logging-log4j2/pull/2450 This PR simplifies the logic of `DefaultScopedContextProvider`, by using two kinds of `ScopedContext.Instance` implementations: - `MapInstance` is a simple container for an immutable ma

Re: [I] Threads contention because of OutputStreamManager.writeBytes (logging-log4j2)

2024-04-08 Thread via GitHub
ppkarwasz commented on issue #2447: URL: https://github.com/apache/logging-log4j2/issues/2447#issuecomment-2042086722 I think that the crucial information that is missing here, is what is thread `http-nio-8080-exec-123` waiting for. The lock on `RollingFileManager` should be the last one r