[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #719: Bump maven-source-plugin from 3.0.1 to 3.2.1

2022-01-18 Thread GitBox
dependabot[bot] opened a new pull request #719: URL: https://github.com/apache/logging-log4j2/pull/719 Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.0.1 to 3.2.1. Commits https://github.com/apache/maven-source-plugin/commit/a59a2e481f7d8e46f

[jira] [Commented] (LOG4J2-3228) Nothing should implement Serializable in Log4j 3

2022-01-18 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478326#comment-17478326 ] Matt Sicker commented on LOG4J2-3228: - Could help to check the output of an API comp

[jira] [Work started] (LOG4J2-3347) Test failure in TypeConverterRegistryTest (master only)

2022-01-18 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on LOG4J2-3347 started by Matt Sicker. --- > Test failure in TypeConverterRegistryTest (master only) > -

[jira] [Assigned] (LOG4J2-3347) Test failure in TypeConverterRegistryTest (master only)

2022-01-18 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Sicker reassigned LOG4J2-3347: --- Assignee: Matt Sicker > Test failure in TypeConverterRegistryTest (master only) > -

[jira] [Resolved] (LOG4J2-3347) Test failure in TypeConverterRegistryTest (master only)

2022-01-18 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Sicker resolved LOG4J2-3347. - Resolution: Fixed I think I found the issue. Some sort of race condition. Fixed by using the new

[jira] [Commented] (LOG4J2-3228) Nothing should implement Serializable in Log4j 3

2022-01-18 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478320#comment-17478320 ] Matt Sicker commented on LOG4J2-3228: - More classes to consider. In the API, we also

[jira] [Commented] (LOG4J2-3333) Classloader deadlock in ThreadContextDataInjector

2022-01-18 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478289#comment-17478289 ] Carter Kozak commented on LOG4J2-: -- Thanks, [~rschmitt]! I'm working on a patch

[jira] [Assigned] (LOG4J2-3333) Classloader deadlock in ThreadContextDataInjector

2022-01-18 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak reassigned LOG4J2-: Assignee: Carter Kozak > Classloader deadlock in ThreadContextDataInjector >

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #717: LOG4J2-3333: Fix ThreadContextDataInjector classloader deadlock

2022-01-18 Thread GitBox
carterkozak commented on a change in pull request #717: URL: https://github.com/apache/logging-log4j2/pull/717#discussion_r787261885 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ThreadContextDataInjector.java ## @@ -62,21 +62,9 @@ public stati

[GitHub] [logging-log4cxx] rm5248 commented on pull request #105: Prevent static initialization order faults by using local statics

2022-01-18 Thread GitBox
rm5248 commented on pull request #105: URL: https://github.com/apache/logging-log4cxx/pull/105#issuecomment-1015955472 > If `static` objects are being destroyed while another thread is logging, then `APRInitializer` is also destroyed (which is bad). So all logging activity must be stopped

[jira] [Commented] (LOG4J2-3348) Upgrade path from Log4j 1 to latest version of Log4j

2022-01-18 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478251#comment-17478251 ] Matt Sicker commented on LOG4J2-3348: - And please report any incompatibilities you c

[jira] [Commented] (LOG4J2-3343) Add ability to use exclusion pattern filter on Map Resolver keys

2022-01-18 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478248#comment-17478248 ] Matt Sicker commented on LOG4J2-3343: - Perhaps options to list multiple keys for inc

[jira] [Reopened] (LOG4J2-3343) Add ability to use exclusion pattern filter on Map Resolver keys

2022-01-18 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Sicker reopened LOG4J2-3343: - Reopening as this feature is still in flux. > Add ability to use exclusion pattern filter on Map Re

[jira] [Commented] (LOG4J2-3348) Upgrade path from Log4j 1 to latest version of Log4j

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478215#comment-17478215 ] Gary D. Gregory commented on LOG4J2-3348: - Hello [~delatejera]  Please read htt

[jira] [Commented] (LOG4J2-3317) After 2.17.1 upgarde, Route appenders with dynamic file writing are not working .

2022-01-18 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478198#comment-17478198 ] Carter Kozak commented on LOG4J2-3317: -- Can you please provide the full contents of

[jira] [Commented] (LOG4J2-3344) Add fluent API for MapMessage and structured logging

2022-01-18 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478182#comment-17478182 ] Ralph Goers commented on LOG4J2-3344: - Before going crazy here, think about what use

[jira] [Created] (LOG4J2-3348) Upgrade path from Log4j 1 to latest version of Log4j

2022-01-18 Thread Fernando de la tejera (Jira)
Fernando de la tejera created LOG4J2-3348: - Summary: Upgrade path from Log4j 1 to latest version of Log4j Key: LOG4J2-3348 URL: https://issues.apache.org/jira/browse/LOG4J2-3348 Project: Log4j

[jira] [Comment Edited] (LOG4J2-3228) Nothing should implement Serializable in Log4j 3

2022-01-18 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478087#comment-17478087 ] Ralph Goers edited comment on LOG4J2-3228 at 1/18/22, 5:59 PM: ---

[jira] [Commented] (LOG4J2-3228) Nothing should implement Serializable in Log4j 3

2022-01-18 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478087#comment-17478087 ] Ralph Goers commented on LOG4J2-3228: - We should remove Serializable from anywhere i

[jira] [Updated] (LOG4J2-3347) Test failure in TypeConverterRegistryTest (master only)

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated LOG4J2-3347: Description: [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.214

[jira] [Created] (LOG4J2-3347) Test failure in TypeConverterRegistryTest (master only)

2022-01-18 Thread Gary D. Gregory (Jira)
Gary D. Gregory created LOG4J2-3347: --- Summary: Test failure in TypeConverterRegistryTest (master only) Key: LOG4J2-3347 URL: https://issues.apache.org/jira/browse/LOG4J2-3347 Project: Log4j 2

[jira] [Commented] (LOG4J2-3346) After 2.17.0 upgarde Route appenders with dynamic file writing are not working

2022-01-18 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478077#comment-17478077 ] Carter Kozak commented on LOG4J2-3346: -- Can you please provide the full contents of

[jira] [Updated] (LOG4J2-3346) After 2.17.0 upgarde Route appenders with dynamic file writing are not working

2022-01-18 Thread Nick Kom (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Kom updated LOG4J2-3346: - Description: We switched from the version 2.11.1 to 2.17.0 and writing to separate files stopped workin

[jira] [Created] (LOG4J2-3346) After 2.17.0 upgarde Route appenders with dynamic file writing are not working

2022-01-18 Thread Nick Kom (Jira)
Nick Kom created LOG4J2-3346: Summary: After 2.17.0 upgarde Route appenders with dynamic file writing are not working Key: LOG4J2-3346 URL: https://issues.apache.org/jira/browse/LOG4J2-3346 Project: Log4

[jira] [Commented] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478060#comment-17478060 ] Gary D. Gregory commented on LOG4J2-3340: - Great explanation [~rgoers] , TY. Th

[jira] [Comment Edited] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478005#comment-17478005 ] Ralph Goers edited comment on LOG4J2-3340 at 1/18/22, 4:05 PM: ---

[jira] [Commented] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478005#comment-17478005 ] Ralph Goers commented on LOG4J2-3340: - The StatusLogger initializes with the SimpleL

[jira] [Resolved] (LOG4J2-3235) Exception: Invalid byte tag in constant pool: 19 for module-info.class Java 7

2022-01-18 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved LOG4J2-3235. - Resolution: Not A Problem > Exception: Invalid byte tag in constant pool: 19 for module-info.cla

[jira] [Commented] (LOG4J2-3235) Exception: Invalid byte tag in constant pool: 19 for module-info.class Java 7

2022-01-18 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477992#comment-17477992 ] Ralph Goers commented on LOG4J2-3235: - Gary, please remember we started supporting J

[jira] [Comment Edited] (LOG4J2-3343) Add ability to use exclusion pattern filter on Map Resolver keys

2022-01-18 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477957#comment-17477957 ] Ralph Goers edited comment on LOG4J2-3343 at 1/18/22, 3:07 PM: ---

[jira] [Commented] (LOG4J2-3343) Add ability to use exclusion pattern filter on Map Resolver keys

2022-01-18 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477957#comment-17477957 ] Ralph Goers commented on LOG4J2-3343: - My preference would be to not use a pattern.

[jira] [Comment Edited] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477832#comment-17477832 ] Gary D. Gregory edited comment on LOG4J2-3340 at 1/18/22, 1:47 PM: ---

[jira] [Comment Edited] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477832#comment-17477832 ] Gary D. Gregory edited comment on LOG4J2-3340 at 1/18/22, 1:46 PM: ---

[jira] [Comment Edited] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477832#comment-17477832 ] Gary D. Gregory edited comment on LOG4J2-3340 at 1/18/22, 1:46 PM: ---

[jira] [Comment Edited] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477832#comment-17477832 ] Gary D. Gregory edited comment on LOG4J2-3340 at 1/18/22, 1:45 PM: ---

[jira] [Comment Edited] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477832#comment-17477832 ] Gary D. Gregory edited comment on LOG4J2-3340 at 1/18/22, 1:45 PM: ---

[jira] [Comment Edited] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477832#comment-17477832 ] Gary D. Gregory edited comment on LOG4J2-3340 at 1/18/22, 1:43 PM: ---

[jira] [Comment Edited] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477832#comment-17477832 ] Gary D. Gregory edited comment on LOG4J2-3340 at 1/18/22, 1:37 PM: ---

[jira] [Comment Edited] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477832#comment-17477832 ] Gary D. Gregory edited comment on LOG4J2-3340 at 1/18/22, 1:37 PM: ---

[jira] [Comment Edited] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477832#comment-17477832 ] Gary D. Gregory edited comment on LOG4J2-3340 at 1/18/22, 1:29 PM: ---

[jira] [Comment Edited] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477832#comment-17477832 ] Gary D. Gregory edited comment on LOG4J2-3340 at 1/18/22, 1:28 PM: ---

[jira] [Comment Edited] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477832#comment-17477832 ] Gary D. Gregory edited comment on LOG4J2-3340 at 1/18/22, 1:24 PM: ---

[jira] [Work started] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on LOG4J2-3340 started by Gary D. Gregory. --- > StatusLogger's log Level cannot be changed as advertised >

[jira] [Assigned] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory reassigned LOG4J2-3340: --- Assignee: Gary D. Gregory > StatusLogger's log Level cannot be changed as advertise

[jira] [Commented] (LOG4J2-3340) StatusLogger's log Level cannot be changed as advertised

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477832#comment-17477832 ] Gary D. Gregory commented on LOG4J2-3340: - Note: In StatusLogger, we have: thi

[GitHub] [logging-log4j2] garydgregory commented on pull request #700: StatusLogger uses default status level configured from property not just for listeners but all its logging (fixes LOG4J2-3340)

2022-01-18 Thread GitBox
garydgregory commented on pull request #700: URL: https://github.com/apache/logging-log4j2/pull/700#issuecomment-1015379096 This PR is indeed the cause of the build failure. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [logging-log4j2] garydgregory commented on pull request #711: Use Log4j1XmlLayout instead of XmlLayout

2022-01-18 Thread GitBox
garydgregory commented on pull request #711: URL: https://github.com/apache/logging-log4j2/pull/711#issuecomment-1015376017 @ppkarwasz ping? ;-) -- 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 t

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #717: LOG4J2-3333: Fix ThreadContextDataInjector classloader deadlock

2022-01-18 Thread GitBox
garydgregory commented on a change in pull request #717: URL: https://github.com/apache/logging-log4j2/pull/717#discussion_r786715672 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ThreadContextDataInjector.java ## @@ -62,21 +62,9 @@ public stat

[jira] [Commented] (LOG4J2-3022) AsyncLogger with JDBC Appender PoolingDriver not concurrent

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477816#comment-17477816 ] Gary D. Gregory commented on LOG4J2-3022: - [~stefanwendelmann]  How did you dea

[jira] [Comment Edited] (LOG4J2-3235) Exception: Invalid byte tag in constant pool: 19 for module-info.class Java 7

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17459915#comment-17459915 ] Gary D. Gregory edited comment on LOG4J2-3235 at 1/18/22, 12:24 PM: --

[jira] [Resolved] (LOG4J2-3122) Logging to Log4j2 MongoDb4 Appender get ERROR on trace, debug and info level.

2022-01-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved LOG4J2-3122. - Fix Version/s: 2.17.0 Resolution: Fixed No reply from OP, see my previous comment

[jira] [Comment Edited] (LOG4J2-3317) After 2.17.1 upgarde, Route appenders with dynamic file writing are not working .

2022-01-18 Thread Nick Kom (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477800#comment-17477800 ] Nick Kom edited comment on LOG4J2-3317 at 1/18/22, 12:12 PM: -

[jira] [Commented] (LOG4J2-3317) After 2.17.1 upgarde, Route appenders with dynamic file writing are not working .

2022-01-18 Thread Nikolay Komarov (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477800#comment-17477800 ] Nikolay Komarov commented on LOG4J2-3317: - We switched from the version 2.11.1 t

[CI][UNSTABLE] Logging/log4j/release-2.x#762 has test failures

2022-01-18 Thread Mr. Jenkins
BUILD UNSTABLE Build URL https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/762/ Project: release-2.x Date of build: Tue, 18 Jan 2022 08:16:06 + Build duration: 1 hr 25 min and counting JUnit Tests Name: (root) Failed: 0 test(s),

[GitHub] [logging-log4j2] vy merged pull request #718: Bump elasticsearch-rest-high-level-client from 7.6.2 to 7.16.3

2022-01-18 Thread GitBox
vy merged pull request #718: URL: https://github.com/apache/logging-log4j2/pull/718 -- 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-

[jira] [Commented] (LOG4J2-3343) Add ability to use exclusion pattern filter on Map Resolver keys

2022-01-18 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477643#comment-17477643 ] Volkan Yazici commented on LOG4J2-3343: --- [~mattsicker], would you mind sharing som