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

2024-04-06 Thread via GitHub
ppkarwasz commented on code in PR #2438: URL: https://github.com/apache/logging-log4j2/pull/2438#discussion_r1554553444 ## 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-06 Thread via GitHub
ppkarwasz commented on code in PR #2438: URL: https://github.com/apache/logging-log4j2/pull/2438#discussion_r1554553683 ## log4j-api/src/main/java/org/apache/logging/log4j/spi/internal/DefaultScopedContextProvider.java: ## @@ -0,0 +1,399 @@ +/* + * Licensed to the Apache Softwar

Re: [PR] Improve release process repeatability [logging-log4cxx]

2024-04-06 Thread via GitHub
rm5248 commented on PR #363: URL: https://github.com/apache/logging-log4cxx/pull/363#issuecomment-2041068413 Note: the `APACHE_MAINTAINER` flag does this already: https://github.com/apache/logging-log4cxx/blob/ac7eda0d371a2812a3973b817bba9b6f95c968db/CMakeLists.txt#L265 The one thing

Re: [PR] Improve release process repeatability [logging-log4cxx]

2024-04-06 Thread via GitHub
swebb2066 commented on PR #363: URL: https://github.com/apache/logging-log4cxx/pull/363#issuecomment-2041324707 > Note: the APACHE_MAINTAINER flag does this already: Using CPack would be acceptable if it supported a white-list instead of an ignore-list. At this time, packaging source

[I] Lambda expressions compiled with a previous version of `org.apache.logging.log4j.util.Supplier.java` or `MessageSupplier` fail to generate (logging-log4j2)

2024-04-07 Thread via GitHub
ritzow opened a new issue, #2449: URL: https://github.com/apache/logging-log4j2/issues/2449 ## Description I believe that adding `extends java.util.function.Supplier` to `log4j-api/src/main/java/org/apache/logging/log4j/util/Supplier.java` may have caused binary or source code incomp

Re: [I] Lambda expressions compiled with a previous version of `org.apache.logging.log4j.util.Supplier.java` or `MessageSupplier` fail to generate (logging-log4j2)

2024-04-07 Thread via GitHub
ritzow commented on issue #2449: URL: https://github.com/apache/logging-log4j2/issues/2449#issuecomment-2041349748 @ppkarwasz I think I may have found a sneaky bug with a change you made. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

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

2024-04-07 Thread via GitHub
bharathchandrathakkallapally-cpi commented on issue #2447: URL: https://github.com/apache/logging-log4j2/issues/2447#issuecomment-2041354023 @tcmot according the thread dump analysis we did, there is no deadlock. @jvz If it is related to the rollover, this issue should be only seen a

Re: [I] Lambda expressions compiled with a previous version of `org.apache.logging.log4j.util.Supplier.java` or `MessageSupplier` fail to generate (logging-log4j2)

2024-04-07 Thread via GitHub
ritzow closed issue #2449: Lambda expressions compiled with a previous version of `org.apache.logging.log4j.util.Supplier.java` or `MessageSupplier` fail to generate URL: https://github.com/apache/logging-log4j2/issues/2449 -- This is an automated message from the Apache Git Service. To resp

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

2024-04-07 Thread via GitHub
tcmot commented on issue #2447: URL: https://github.com/apache/logging-log4j2/issues/2447#issuecomment-2041371880 Are all servers like this? Is there a problem with the hard drive? If there is no deadlock, it is likely that data cannot be written to the hard drive. @bharathchandrath

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

2024-04-07 Thread via GitHub
bharathchandrathakkallapally-cpi commented on issue #2447: URL: https://github.com/apache/logging-log4j2/issues/2447#issuecomment-2041407219 @tcmot yes, all the servers in the cluster are facing this issue. There is no problem with the hard drive or IO, we had the AWS guy checked our quota

Re: [PR] Improve instructions for building log4cxx [logging-log4cxx]

2024-04-07 Thread via GitHub
rm5248 commented on code in PR #364: URL: https://github.com/apache/logging-log4cxx/pull/364#discussion_r1555094695 ## src/site/markdown/development/build-cmake.md: ## @@ -22,28 +22,82 @@ Building with CMake {#build-cmake} --> [TOC] -## Quick start: +# Supported options -

Re: [PR] Improve instructions for building log4cxx [logging-log4cxx]

2024-04-07 Thread via GitHub
swebb2066 commented on code in PR #364: URL: https://github.com/apache/logging-log4cxx/pull/364#discussion_r1555144938 ## src/site/markdown/4-build.md: ## @@ -21,9 +21,17 @@ Build {#build} limitations under the License. --> +As of version 0.11.0, the only supported build sy

Re: [PR] Improve instructions for building log4cxx [logging-log4cxx]

2024-04-07 Thread via GitHub
swebb2066 commented on code in PR #364: URL: https://github.com/apache/logging-log4cxx/pull/364#discussion_r1555146356 ## src/site/markdown/development/build-cmake.md: ## @@ -22,28 +22,82 @@ Building with CMake {#build-cmake} --> [TOC] -## Quick start: +# Supported options

Re: [PR] Improve instructions for building log4cxx [logging-log4cxx]

2024-04-07 Thread via GitHub
swebb2066 commented on code in PR #364: URL: https://github.com/apache/logging-log4cxx/pull/364#discussion_r1555146356 ## src/site/markdown/development/build-cmake.md: ## @@ -22,28 +22,82 @@ Building with CMake {#build-cmake} --> [TOC] -## Quick start: +# Supported options

Re: [PR] Improve release process repeatability [logging-log4cxx]

2024-04-07 Thread via GitHub
swebb2066 merged PR #363: URL: https://github.com/apache/logging-log4cxx/pull/363 -- 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] Improve instructions for building log4cxx [logging-log4cxx]

2024-04-07 Thread via GitHub
swebb2066 merged PR #364: URL: https://github.com/apache/logging-log4cxx/pull/364 -- 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 version to 1.3.0 [logging-log4cxx]

2024-04-07 Thread via GitHub
swebb2066 opened a new pull request, #365: URL: https://github.com/apache/logging-log4cxx/pull/365 (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: [PR] Bump version to 1.3.0 [logging-log4cxx]

2024-04-07 Thread via GitHub
swebb2066 commented on PR #365: URL: https://github.com/apache/logging-log4cxx/pull/365#issuecomment-2041833640 Benchmark results on Ubuntu gcc 11.4 comparing v1.2.0.json to v1.3.0.json |Benchmark |Time |CPU |Time Old |Time New |CPU Old |CPU New | | | | -- | --- | ---

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

2024-04-07 Thread via GitHub
swebb2066 commented on PR #365: URL: https://github.com/apache/logging-log4cxx/pull/365#issuecomment-2041863687 Benchmark results on Windows 11 VS2022 comparing v1.2.0.json to v1.3.0.json | Benchmark | Time | CPU | Time Old | Time New | CPU Old | CPU New | | --- | - | |

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

[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: [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

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] 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] 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

[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] 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

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

[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

[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

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

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

[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 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

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] 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] 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: [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: [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-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
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: [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

[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: [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

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] 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

[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: [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

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: [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.

[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] After modularization of Log4j2, loading the plugin (PluginManager. addPackage) fails (logging-log4j2)

2024-04-09 Thread via GitHub
zeimao77 commented on issue #2434: URL: https://github.com/apache/logging-log4j2/issues/2434#issuecomment-2044291392 You were right and successfully solved my problem; The current method of parsing plugins at compile time is much better than the PluginManager method; And it avoids the

Re: [PR] Restore support for legacy 2.x property names (logging-log4j2)

2024-04-09 Thread via GitHub
ppkarwasz merged PR #2436: URL: https://github.com/apache/logging-log4j2/pull/2436 -- 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

[PR] Bump commons-io:commons-io from 2.16.0 to 2.16.1 [logging-log4j-tools]

2024-04-09 Thread via GitHub
dependabot[bot] opened a new pull request, #114: URL: https://github.com/apache/logging-log4j-tools/pull/114 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=com

[PR] Backport part of #2062 to `2.x` branch. (logging-log4j2)

2024-04-09 Thread via GitHub
ppkarwasz opened a new pull request, #2454: URL: https://github.com/apache/logging-log4j2/pull/2454 This backports the part of PR #2062 that concerns spring-projects/spring-boot#33450 to the `2.x` branch. It contains two sets of changes: - it catches exceptions thrown by proper

Re: [PR] Bump commons-io:commons-io from 2.16.0 to 2.16.1 [logging-log4j-tools]

2024-04-09 Thread via GitHub
github-actions[bot] merged PR #114: URL: https://github.com/apache/logging-log4j-tools/pull/114 -- 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: [I] spring boot 3.2.4 + spring-boot-starter-log4j2 + spring-boot-starter-undertow (logging-log4j2)

2024-04-09 Thread via GitHub
ppkarwasz commented on issue #2453: URL: https://github.com/apache/logging-log4j2/issues/2453#issuecomment-2044346028 This is due to spring-projects/spring-boot#33450. A partial fix was already applied to the 3.x branch in #1799 and is available in version `3.0.0-beta1`. I backported

Re: [PR] Backport part of #2062 to `2.x` branch. (logging-log4j2)

2024-04-09 Thread via GitHub
ppkarwasz commented on PR #2454: URL: https://github.com/apache/logging-log4j2/pull/2454#issuecomment-2044346990 Closes #2453 -- 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: [I] After modularization of Log4j2, loading the plugin (PluginManager. addPackage) fails (logging-log4j2)

2024-04-09 Thread via GitHub
ppkarwasz closed issue #2434: After modularization of Log4j2, loading the plugin (PluginManager. addPackage) fails URL: https://github.com/apache/logging-log4j2/issues/2434 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Backport part of #2062 to `2.x` branch. (logging-log4j2)

2024-04-09 Thread via GitHub
ppkarwasz commented on PR #2454: URL: https://github.com/apache/logging-log4j2/pull/2454#issuecomment-2044511229 I also included a fix for [`LOG4J2-3618`](https://issues.apache.org/jira/browse/LOG4J2-3618) in this PR, which caused the original test case to fail. If your prefer to spl

Re: [PR] Bump commons-io:commons-io from 2.16.0 to 2.16.1 (logging-log4j2)

2024-04-09 Thread via GitHub
github-actions[bot] merged PR #2459: URL: https://github.com/apache/logging-log4j2/pull/2459 -- 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] Migrate site infrastructure to Antora [logging-parent]

2024-04-09 Thread via GitHub
vy opened a new pull request, #155: URL: https://github.com/apache/logging-parent/pull/155 apache/logging-log4j2#2427 migrated Log4j 2 to Antora. apache/logging-log4j2#2443 cloned this work for Log4j 3. This PR clones the very same work to `logging-parent` to streamline it for all projects

Re: [PR] Migrate site infrastructure to Antora [logging-parent]

2024-04-09 Thread via GitHub
vy commented on code in PR #155: URL: https://github.com/apache/logging-parent/pull/155#discussion_r1557452855 ## .github/workflows/build-reusable.yaml: ## @@ -69,9 +69,34 @@ jobs: -DinstallAtEnd=true \ clean install + # Node.js cache is needed f

Re: [PR] Bump co.elastic.clients:elasticsearch-java from 8.13.1 to 8.13.2 (logging-log4j2)

2024-04-09 Thread via GitHub
github-actions[bot] merged PR #2458: URL: https://github.com/apache/logging-log4j2/pull/2458 -- 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] Migrate site infrastructure to Antora [logging-parent]

2024-04-09 Thread via GitHub
vy commented on code in PR #155: URL: https://github.com/apache/logging-parent/pull/155#discussion_r1557457799 ## .github/workflows/deploy-release-reusable.yaml: ## @@ -28,10 +28,6 @@ on: description: Identifier used in the distribution artifact and Subversion reposito

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

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

Re: [PR] Migrate site infrastructure to Antora [logging-parent]

2024-04-09 Thread via GitHub
vy commented on code in PR #155: URL: https://github.com/apache/logging-parent/pull/155#discussion_r1557457799 ## .github/workflows/deploy-release-reusable.yaml: ## @@ -28,10 +28,6 @@ on: description: Identifier used in the distribution artifact and Subversion reposito

Re: [PR] Migrate site infrastructure to Antora [logging-parent]

2024-04-09 Thread via GitHub
vy commented on code in PR #155: URL: https://github.com/apache/logging-parent/pull/155#discussion_r1557460646 ## .github/workflows/deploy-release-reusable.yaml: ## @@ -264,18 +280,16 @@ jobs: # Checkout the SVN repository export SVN_DIR="/tmp/svn-repo"

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

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

2024-04-09 Thread via GitHub
github-actions[bot] merged PR #154: URL: https://github.com/apache/logging-parent/pull/154 -- 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 org.apache.groovy:groovy-bom from 4.0.20 to 4.0.21 (logging-log4j2)

2024-04-09 Thread via GitHub
github-actions[bot] merged PR #2457: URL: https://github.com/apache/logging-log4j2/pull/2457 -- 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] Migrate site infrastructure to Antora [logging-parent]

2024-04-09 Thread via GitHub
ppkarwasz commented on code in PR #155: URL: https://github.com/apache/logging-parent/pull/155#discussion_r1557474903 ## src/site/antora/.antora.yml: ## @@ -0,0 +1,54 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements.

Re: [PR] Migrate site infrastructure to Antora [logging-parent]

2024-04-09 Thread via GitHub
ppkarwasz commented on code in PR #155: URL: https://github.com/apache/logging-parent/pull/155#discussion_r1557475697 ## .github/workflows/build-reusable.yaml: ## @@ -69,9 +69,34 @@ jobs: -DinstallAtEnd=true \ clean install + # Node.js cache is n

Re: [PR] Migrate site infrastructure to Antora [logging-parent]

2024-04-09 Thread via GitHub
ppkarwasz commented on code in PR #155: URL: https://github.com/apache/logging-parent/pull/155#discussion_r1557476256 ## .github/workflows/deploy-release-reusable.yaml: ## @@ -264,18 +280,16 @@ jobs: # Checkout the SVN repository export SVN_DIR="/tmp/svn-re

Re: [PR] Migrate site infrastructure to Antora [logging-parent]

2024-04-09 Thread via GitHub
ppkarwasz commented on PR #155: URL: https://github.com/apache/logging-parent/pull/155#issuecomment-2044825724 Since all this PR does is modifying Github Actions can you stage the website after merging this PR to confirm that it works as required? -- This is an automated message from the

[PR] Clean up `PropertyEnvironment` (logging-log4j2)

2024-04-09 Thread via GitHub
ppkarwasz opened a new pull request, #2460: URL: https://github.com/apache/logging-log4j2/pull/2460 We clean up `PropertyEnvironment` from all the unused public methods. Since all the classes should only use `getProperty(Class)`, the other converter methods are not necessary. We keep

Re: [I] Lambda expressions compiled with a previous version of `org.apache.logging.log4j.util.Supplier.java` or `MessageSupplier` fail to generate (logging-log4j2)

2024-04-09 Thread via GitHub
ppkarwasz commented on issue #2449: URL: https://github.com/apache/logging-log4j2/issues/2449#issuecomment-2045090142 @ritzow, Thank you for pointing out this problem. I was sure I left a comment two days ago, but AJAX must have eaten it. We did two apparently backward compati

[I] Remove `log4j-1.2-api` from 3.x (logging-log4j2)

2024-04-09 Thread via GitHub
ppkarwasz opened a new issue, #2461: URL: https://github.com/apache/logging-log4j2/issues/2461 As discussed in [this `dev@logging` thread](https://lists.apache.org/thread/dvmtok2wxfskw94d8pv0bq73yom8sq74) it should be safe to remove `log4j-1.2-api` from the 3.x release. **Remark**

Re: [I] Lambda expressions compiled with a previous version of `org.apache.logging.log4j.util.Supplier.java` or `MessageSupplier` fail to generate (logging-log4j2)

2024-04-09 Thread via GitHub
jvz commented on issue #2449: URL: https://github.com/apache/logging-log4j2/issues/2449#issuecomment-2045575558 BND might not have noticed because it's a strange edge case involving type erasure and default methods. I think we should revert the `MessageSupplier` changes since the API

Re: [I] New Feature: Add stacktrace package-name filtering for JsonTemplateLayout like it exists for PatternLayout (logging-log4j2)

2024-04-09 Thread via GitHub
abhijit911turbo commented on issue #1941: URL: https://github.com/apache/logging-log4j2/issues/1941#issuecomment-2045600664 Hello, Any ETA on this enhancement? Would really love to have this released -- This is an automated message from the Apache Git Service. To respond to the message, p

[PR] Bump commons-io:commons-io from 2.16.0 to 2.16.1 [logging-log4j-audit]

2024-04-09 Thread via GitHub
dependabot[bot] opened a new pull request, #137: URL: https://github.com/apache/logging-log4j-audit/pull/137 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=com

Re: [PR] Bump commons-io:commons-io from 2.16.0 to 2.16.1 [logging-log4j-audit]

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

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

[I] Provide a programmatic way to enable/disable log4j2 JMX beans creation (logging-log4j2)

2024-04-09 Thread via GitHub
sdavids opened a new issue, #2462: URL: https://github.com/apache/logging-log4j2/issues/2462 [JUnit 5 - Disable Log4J JMX beans creation in tests](https://github.com/junit-team/junit5/pull/3753#issuecomment-2045573225) [Spring Boot - Do not create log4j2 JMX beans if spring.jmx.enabl

Re: [I] Lambda expressions compiled with a previous version of `org.apache.logging.log4j.util.Supplier.java` or `MessageSupplier` fail to generate (logging-log4j2)

2024-04-09 Thread via GitHub
ppkarwasz closed issue #2449: Lambda expressions compiled with a previous version of `org.apache.logging.log4j.util.Supplier.java` or `MessageSupplier` fail to generate URL: https://github.com/apache/logging-log4j2/issues/2449 -- This is an automated message from the Apache Git Service. To r

Re: [I] Lambda expressions compiled with a previous version of `org.apache.logging.log4j.util.Supplier.java` or `MessageSupplier` fail to generate (logging-log4j2)

2024-04-09 Thread via GitHub
ppkarwasz commented on issue #2449: URL: https://github.com/apache/logging-log4j2/issues/2449#issuecomment-2045801954 I did some more testing and what happened is that in `3.0.0-beta2` we redefined `MessageSupplier` as: ```java public interface MessageSupplier extends Supplier {}

Re: [I] Provide a programmatic way to enable/disable log4j2 JMX beans creation (logging-log4j2)

2024-04-09 Thread via GitHub
ppkarwasz commented on issue #2462: URL: https://github.com/apache/logging-log4j2/issues/2462#issuecomment-2045821938 @sdavids, Would disabling JMX by default work for you (cf. #1229)? We are open to PRs in that direction. -- This is an automated message from the Apache Git Servic

Re: [I] Provide a programmatic way to enable/disable log4j2 JMX beans creation (logging-log4j2)

2024-04-09 Thread via GitHub
sdavids commented on issue #2462: URL: https://github.com/apache/logging-log4j2/issues/2462#issuecomment-2045832021 Yeah, it would be a good idea from a security standpoint also. I am not sure about backward compatibility though … -- This is an automated message from the Apache Git

Re: [I] Provide a programmatic way to enable/disable log4j2 JMX beans creation (logging-log4j2)

2024-04-09 Thread via GitHub
ppkarwasz commented on issue #2462: URL: https://github.com/apache/logging-log4j2/issues/2462#issuecomment-2045848752 We accept such behavioral changes in minor releases. Users can always revert it through a system property. -- This is an automated message from the Apache Git Service. To

Re: [PR] Migrate site infrastructure to Antora [logging-parent]

2024-04-09 Thread via GitHub
vy commented on code in PR #155: URL: https://github.com/apache/logging-parent/pull/155#discussion_r1558139173 ## src/site/antora/.antora.yml: ## @@ -0,0 +1,54 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the

Re: [PR] Migrate site infrastructure to Antora [logging-parent]

2024-04-09 Thread via GitHub
vy commented on PR #155: URL: https://github.com/apache/logging-parent/pull/155#issuecomment-2045868015 > Since all this PR does is modifying Github Actions can you stage the website after merging this PR to confirm that it works as required? I will do that in my follow up PR, where I

Re: [PR] Migrate site infrastructure to Antora [logging-parent]

2024-04-09 Thread via GitHub
vy merged PR #155: URL: https://github.com/apache/logging-parent/pull/155 -- 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: [I] Lambda expressions compiled with a previous version of `org.apache.logging.log4j.util.Supplier.java` or `MessageSupplier` fail to generate (logging-log4j2)

2024-04-09 Thread via GitHub
vy commented on issue #2449: URL: https://github.com/apache/logging-log4j2/issues/2449#issuecomment-2045930917 @jvz, @ppkarwasz, as I understand from Piotr's explanation, the rationale behind this change is to allow several `MessageSupplier` usages in `log4j-core` to switch to `Supplier` i

Re: [I] Lambda expressions compiled with a previous version of `org.apache.logging.log4j.util.Supplier.java` or `MessageSupplier` fail to generate (logging-log4j2)

2024-04-09 Thread via GitHub
ppkarwasz commented on issue #2449: URL: https://github.com/apache/logging-log4j2/issues/2449#issuecomment-2045959561 > * I could have bought this plan as a twilight state until we get rid off `MessageSupplier`, but we all know that removing stuff from `log4j-api` is a _"pipe dream"_.

Re: [I] New Feature: Add stacktrace package-name filtering for JsonTemplateLayout like it exists for PatternLayout (logging-log4j2)

2024-04-09 Thread via GitHub
takanuva15 commented on issue #1941: URL: https://github.com/apache/logging-log4j2/issues/1941#issuecomment-2046107677 @abhijit911turbo It's still under development on my fork; been distracted with other things that life has thrown on me lol. No definite ETA I can give you at this point

[PR] Rg/raman gupta correct timezone (logging-log4j2)

2024-04-09 Thread via GitHub
rocketraman opened a new pull request, #2463: URL: https://github.com/apache/logging-log4j2/pull/2463 Correct my time zone. -- 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: [I] Lambda expressions compiled with a previous version of `org.apache.logging.log4j.util.Supplier.java` or `MessageSupplier` fail to generate (logging-log4j2)

2024-04-10 Thread via GitHub
vy commented on issue #2449: URL: https://github.com/apache/logging-log4j2/issues/2449#issuecomment-2046702649 I am not strongly opinionated, but I suggest reverting the `MessageSupplier` change and only keeping the `@FunctionalInterface`. It increases complexity, brings marginal benefit,

Re: [PR] Raman Gupta: correct timezone (logging-log4j2)

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

<    2   3   4   5   6   7   8   9   10   11   >