Re: [I] Improve configuration error handling of `HttpAppender` (logging-log4j2)

2025-01-15 Thread via GitHub
vy commented on issue #3011: URL: https://github.com/apache/logging-log4j2/issues/3011#issuecomment-2594722048 @Suvrat1629, I presume you mean you cannot build and/or run tests in your IDE. If you use IntelliJ IDEA, install everything first (i.e. `./mvnw install -DskipTests`) and then use

Re: [I] Add `PreciseClock` implementation for JRE 8 systems (logging-log4j2)

2025-01-15 Thread via GitHub
ppkarwasz closed issue #3198: Add `PreciseClock` implementation for JRE 8 systems URL: https://github.com/apache/logging-log4j2/issues/3198 -- 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 specif

Re: [I] Add `PreciseClock` implementation for JRE 8 systems (logging-log4j2)

2025-01-15 Thread via GitHub
ppkarwasz commented on issue #3198: URL: https://github.com/apache/logging-log4j2/issues/3198#issuecomment-2594696500 Sure, I thought it will close automatically. If you [use certain keywords in the PR](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a

Re: [I] Suspect deadlock in InternalLoggerRegistry (intermittent) (logging-log4j2)

2025-01-15 Thread via GitHub
vy commented on issue #3399: URL: https://github.com/apache/logging-log4j2/issues/3399#issuecomment-2594674923 @nilsson-petter, thanks so much for the report. It indeed appears like a bug. 1. `<0xe01f0be0>` points to the read-lock of a read-write-lock. The associated write-lo

Re: [I] JsonTemplateLayout: Cannot replace recycler factory, template always uses standard factory (logging-log4j2)

2025-01-15 Thread via GitHub
vy commented on issue #3395: URL: https://github.com/apache/logging-log4j2/issues/3395#issuecomment-2594657136 > `queue` has no upper limit @rschuetz, I think you have a misunderstanding on the way queueing recycler works. It uses `Queue#poll()`, which _can_ be a blocking operation.

Re: [I] Add `PreciseClock` implementation for JRE 8 systems (logging-log4j2)

2025-01-15 Thread via GitHub
jaykataria commented on issue #3198: URL: https://github.com/apache/logging-log4j2/issues/3198#issuecomment-2594613981 @ppkarwasz can this be closed? -- 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] Javadoc - AbstractFilterable#isFiltered incorrect (logging-log4j2)

2025-01-15 Thread via GitHub
jaykataria commented on issue #3300: URL: https://github.com/apache/logging-log4j2/issues/3300#issuecomment-2594613147 I can work on this, @ppkarwasz feel free to assign this to me :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] RegexReplacement static factory method doesn't handle null 'replacement' attribute correctly (logging-log4j2)

2025-01-15 Thread via GitHub
jaykataria commented on issue #3215: URL: https://github.com/apache/logging-log4j2/issues/3215#issuecomment-2594612556 I can work on this @ppkarwasz feel free too assign this to me :) -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[PR] Using BasicConfigurator should prevent default configuration [logging-log4cxx]

2025-01-15 Thread via GitHub
swebb2066 opened a new pull request, #450: URL: https://github.com/apache/logging-log4cxx/pull/450 (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

[I] Suspect deadlock in InternalLoggerRegistry (intermittent) (logging-log4j2)

2025-01-15 Thread via GitHub
nilsson-petter opened a new issue, #3399: URL: https://github.com/apache/logging-log4j2/issues/3399 ## Description Intermittent deadlock/thread starvation on startup in `InternalLoggerRegistry#getLoggers` on Spring Boot 3.3.5 application. ## Configuration **Version:**

Re: [I] Improve configuration error handling of `HttpAppender` (logging-log4j2)

2025-01-15 Thread via GitHub
Suvrat1629 commented on issue #3011: URL: https://github.com/apache/logging-log4j2/issues/3011#issuecomment-2593692998 I did write the test cases but i am facing a weird problem, my HttpAppenderBuilderTest.java is not able to find the required dependencies is there some xml file or somethi

Re: [I] Improve configuration error handling of `HttpAppender` (logging-log4j2)

2025-01-15 Thread via GitHub
ppkarwasz commented on issue #3011: URL: https://github.com/apache/logging-log4j2/issues/3011#issuecomment-2593440525 What you want to test is the behavior of the `Builder` class. Since `HttpAppenderTest` is a heavy test that starts up an HTTP server, I would rather create a new `HttpAppen

Re: [I] JsonTemplateLayout: Cannot replace recycler factory, template always uses standard factory (logging-log4j2)

2025-01-15 Thread via GitHub
rschuetz commented on issue #3395: URL: https://github.com/apache/logging-log4j2/issues/3395#issuecomment-2593386211 > [@rschuetz](https://github.com/rschuetz), this is indeed a bug (thanks for the report! 🙇) and your suggested fix makes sense. I will submit a PR containing the fix along w

[PR] Fix loading of the effective `RecyclerFactoryConverter` (logging-log4j2)

2025-01-15 Thread via GitHub
vy opened a new pull request, #3398: URL: https://github.com/apache/logging-log4j2/pull/3398 Fixes #3395. -- 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-

Re: [PR] Publish build scans to develocity.apache.org [logging-parent]

2025-01-15 Thread via GitHub
ppkarwasz commented on PR #313: URL: https://github.com/apache/logging-parent/pull/313#issuecomment-2592428491 @clayburn, Thanks for the heads up. We'll merge the remaining PRs, as soon as we release a new version of `logging-parent`. -- This is an automated message from the Apache

Re: [PR] Publish build scans to develocity.apache.org [logging-parent]

2025-01-15 Thread via GitHub
ppkarwasz merged PR #313: URL: https://github.com/apache/logging-parent/pull/313 -- 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.openrewrite.maven:rewrite-maven-plugin from 5.15.0 to 6.0.1 in /log4j-parent (logging-log4j2)

2025-01-15 Thread via GitHub
github-actions[bot] merged PR #3397: URL: https://github.com/apache/logging-log4j2/pull/3397 -- 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 com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 [logging-parent]

2025-01-15 Thread via GitHub
github-actions[bot] merged PR #314: URL: https://github.com/apache/logging-parent/pull/314 -- 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] JsonTemplateLayout: Cannot replace recycler factory, template always uses standard factory (logging-log4j2)

2025-01-15 Thread via GitHub
vy commented on issue #3395: URL: https://github.com/apache/logging-log4j2/issues/3395#issuecomment-2592186950 @rschuetz, this is indeed a bug (thanks for the report! 🙇) and your suggested fix makes sense. I will submit a PR containing the fix along with some tests. In the meantime,