Re: [I] ArrayIndexOutOfBoundsException is thrown when using JsonTemplateLayout and pointMatcherStrings to truncate stack trace (logging-log4j2)

2024-11-09 Thread via GitHub
vy commented on issue #3194: URL: https://github.com/apache/logging-log4j2/issues/3194#issuecomment-2466459866 @mv-wj, could you reproduce the issue with the latest version, i.e., `2.24.1`? -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] DefaultMergeStrategy - not accounting for AsyncWaitStrategyFactory when merging configurations (logging-log4j2)

2024-11-09 Thread via GitHub
JWT007 commented on issue #3172: URL: https://github.com/apache/logging-log4j2/issues/3172#issuecomment-2466244099 @ppkarwasz I am not sure why the bot didn't mark this as "waiting for maintainer" - not sure if it pops up for you? -- This is an automated message from the Apache Git Servi

Re: [I] AsyncWaitStrategyFactoryConfig - potential NPE when creating programatically (logging-log4j2)

2024-11-09 Thread via GitHub
JWT007 commented on issue #3159: URL: https://github.com/apache/logging-log4j2/issues/3159#issuecomment-2466243870 @ppkarwasz I am not sure why the bot didn't mark this as "waiting for maintainer" - not sure if it pops up for you? -- This is an automated message from the Apache Git Servi

Re: [I] DefaultMergeStrategy - problem merging filters (logging-log4j2)

2024-11-09 Thread via GitHub
JWT007 commented on issue #3173: URL: https://github.com/apache/logging-log4j2/issues/3173#issuecomment-2466243119 @ppkarwasz One other thing I noticed in my testing, the DefaultMergeStrategy uses the root node of the first configuration to merge all the others - this results in th

Re: [I] Validate scripts in global `` container (logging-log4j2)

2024-11-09 Thread via GitHub
JWT007 commented on issue #3176: URL: https://github.com/apache/logging-log4j2/issues/3176#issuecomment-2466241839 @ppkarwasz what should be done with this ticket? see last comment. Of course, the Script builders and AbstractScript constructor can be modified... -- This is an auto

Re: [PR] Bump org.jmdns:jmdns from 3.5.12 to 3.6.0 (logging-log4j2)

2024-11-09 Thread via GitHub
github-actions[bot] merged PR #3193: URL: https://github.com/apache/logging-log4j2/pull/3193 -- 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.groovy:groovy-bom from 4.0.23 to 4.0.24 (logging-log4j2)

2024-11-09 Thread via GitHub
ppkarwasz commented on PR #3188: URL: https://github.com/apache/logging-log4j2/pull/3188#issuecomment-2466189462 @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.kafka:kafka-clients from 3.8.1 to 3.9.0 (logging-log4j2)

2024-11-09 Thread via GitHub
ppkarwasz commented on PR #3182: URL: https://github.com/apache/logging-log4j2/pull/3182#issuecomment-2466189234 @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: [I] Replace field injection with setter injection in `3.x` (logging-log4j2)

2024-11-09 Thread via GitHub
jaykataria commented on issue #2769: URL: https://github.com/apache/logging-log4j2/issues/2769#issuecomment-2466165755 Hi @ppkarwasz here is a draft pull request, I have built on top of your change because without your change I will get compilation issues: https://github.com/apache/log

[PR] Fix(#2769): Modify the annotation processor in 2.x to give a warning if a plugin builder attribute does not have a public setter. (logging-log4j2)

2024-11-09 Thread via GitHub
jaykataria opened a new pull request, #3195: URL: https://github.com/apache/logging-log4j2/pull/3195 The following commit modifies the annotation processor in 2.x to shell out a warning if the plugin builder attribute does not have a public setter. A ` @SuppressWarnings("log4j.pu