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

2025-01-14 Thread via GitHub
Suvrat1629 commented on issue #3011: URL: https://github.com/apache/logging-log4j2/issues/3011#issuecomment-2591751066 @ppkarwasz I have made the necessary changes in the HttpAppender.java file but i don't know how and what changes are required in the HttpAppenderTest.java. I did try a

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

2025-01-14 Thread via GitHub
swebb2066 merged PR #448: URL: https://github.com/apache/logging-log4cxx/pull/448 -- 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] Develocity.apache.org (logging-log4j2)

2025-01-14 Thread via GitHub
github-actions[bot] commented on PR #3396: URL: https://github.com/apache/logging-log4j2/pull/3396#issuecomment-2591256821 Job Requested goals Build Tool Version Build Outcome Build Scan® build-

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

2025-01-14 Thread via GitHub
clayburn opened a new pull request, #313: URL: https://github.com/apache/logging-parent/pull/313 This PR migrates the Log4j project to publish Build Scans to the the new Develocity instance at develocity.apache.org. -- This is an automated message from the Apache Git Service. To respo

[PR] Publish build scans to develocity.apache.org [logging-log4j-samples]

2025-01-14 Thread via GitHub
clayburn opened a new pull request, #261: URL: https://github.com/apache/logging-log4j-samples/pull/261 This PR migrates the Log4j project to publish Build Scans to the the new Develocity instance at develocity.apache.org. -- This is an automated message from the Apache Git Service. T

[PR] Develocity.apache.org (logging-log4j2)

2025-01-14 Thread via GitHub
clayburn opened a new pull request, #3396: URL: https://github.com/apache/logging-log4j2/pull/3396 This PR migrates the Log4j project to publish Build Scans to the the new Develocity instance at develocity.apache.org. ## Checklist * Base your changes on `2.x` branch if you are

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

2025-01-14 Thread via GitHub
rschuetz opened a new issue, #3395: URL: https://github.com/apache/logging-log4j2/issues/3395 ## Description I'm trying to plug in a new `RecyclerFactoryConverter` following https://logging.apache.org/log4j/2.x/manual/json-template-layout.html#extending-recycler. The factory is using

[jira] [Commented] (LOG4J2-3696) Package filter with %ex/throwable conversion pattern

2025-01-14 Thread Jira
[ https://issues.apache.org/jira/browse/LOG4J2-3696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17912856#comment-17912856 ] Tomáš Poledný commented on LOG4J2-3696: --- Ohh my fault. There is no link to this im

[jira] [Closed] (LOG4J2-3696) Package filter with %ex/throwable conversion pattern

2025-01-14 Thread Jira
[ https://issues.apache.org/jira/browse/LOG4J2-3696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomáš Poledný closed LOG4J2-3696. - Resolution: Duplicate > Package filter with %ex/throwable conversion pattern > -

Re: [PR] Use garbage-free formatter for `s` and `S` patterns (logging-log4j2)

2025-01-14 Thread via GitHub
vy commented on PR #3338: URL: https://github.com/apache/logging-log4j2/pull/3338#issuecomment-2589737265 @ppkarwasz, a7343652494265d2ad4ae918ecea674c5d1595ce invalidated `log4j-perf-test/README.adoc`, am I mistaken? If not, would you mind fixing it, please? -- This is an automated messa

[PR] Bug Fix: Script Resolution fix (logging-log4j2)

2025-01-14 Thread via GitHub
Suvrat1629 opened a new pull request, #3394: URL: https://github.com/apache/logging-log4j2/pull/3394 #3336 Refactored the ScriptFilter class to enhance script resolution and error handling. This update ensures that ScriptRef scripts are resolved properly using the ScriptManager. Improved

[I] The performance of FileAppender significantly decreases under JDK21 (logging-log4j2)

2025-01-14 Thread via GitHub
zengzuo613 opened a new issue, #3393: URL: https://github.com/apache/logging-log4j2/issues/3393 We tested FileAppender using JMH and found that compared to JDK1.8, the performance of JDK21 decreased by 30.5% (throughput decreased from 47.65 ops/ms to 33.08 ops/ms) ## configuratio

Re: [PR] Bump com.code-intelligence:jazzer from 0.22.1 to 0.23.0 in /log4j-parent (logging-log4j2)

2025-01-14 Thread via GitHub
vy commented on PR #3326: URL: https://github.com/apache/logging-log4j2/pull/3326#issuecomment-2589499554 Jazzer release `0.23.0` made `jazzer-api` a runtime dependency, and this causes compilation failures: CodeIntelligenceTesting/jazzer#919. Temporarily working around the issue by adding

Re: [PR] Bump com.code-intelligence:jazzer from 0.22.1 to 0.23.0 in /log4j-parent (logging-log4j2)

2025-01-14 Thread via GitHub
vy commented on PR #3326: URL: https://github.com/apache/logging-log4j2/pull/3326#issuecomment-2589493048 @dependabot close -- 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] Script resolution depends on order of element in config file (logging-log4j2)

2025-01-14 Thread via GitHub
Suvrat1629 commented on issue #3336: URL: https://github.com/apache/logging-log4j2/issues/3336#issuecomment-2589242095 Yes you can assign it to me, also can you guide me with the test cases changes as the ScriptFilterTest.java seems to be consistent with my code is there any file that i ne