[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #430: Fix NPE in MDCContextMap

2020-10-05 Thread GitBox
garydgregory commented on a change in pull request #430: URL: https://github.com/apache/logging-log4j2/pull/430#discussion_r499833503 ## File path: log4j-to-slf4j/src/test/java/org/apache/logging/slf4j/LoggerTest.java ## @@ -165,5 +166,12 @@ public void mdc() { assertT

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #430: Fix NPE in MDCContextMap

2020-10-05 Thread GitBox
garydgregory commented on a change in pull request #430: URL: https://github.com/apache/logging-log4j2/pull/430#discussion_r499833116 ## File path: log4j-to-slf4j/src/test/java/org/apache/logging/slf4j/LoggerTest.java ## @@ -165,5 +166,12 @@ public void mdc() { assertT

[jira] [Commented] (LOG4J2-2819) Add support for specifying an SSL configuration for SmtpAppender

2020-10-05 Thread sriram subramanian (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208253#comment-17208253 ] sriram subramanian commented on LOG4J2-2819: Hi Team.  Do we have a Java 7

[GitHub] [logging-log4j2] SiegfriedTobias1 edited a comment on pull request #430: Fix NPE in MDCContextMap

2020-10-05 Thread GitBox
SiegfriedTobias1 edited a comment on pull request #430: URL: https://github.com/apache/logging-log4j2/pull/430#issuecomment-703748839 Thank you very much! This is an automated message from the Apache Git Service. To respond t

[GitHub] [logging-log4j2] SiegfriedTobias1 commented on pull request #430: Fix NPE in MDCContextMap

2020-10-05 Thread GitBox
SiegfriedTobias1 commented on pull request #430: URL: https://github.com/apache/logging-log4j2/pull/430#issuecomment-703748839 Thanks for the review. I added a test, as requested. This is an automated message from the Apache

[GitHub] [logging-log4j2] carterkozak commented on pull request #430: Fix NPE in MDCContextMap

2020-10-05 Thread GitBox
carterkozak commented on pull request #430: URL: https://github.com/apache/logging-log4j2/pull/430#issuecomment-703748778 Thanks! I'll handle the merge and cherry-pick to relevant release branches. This is an automated messag

[jira] [Updated] (LOG4J2-2939) NPE in MDCContextMap

2020-10-05 Thread Constantin Hirsch (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Constantin Hirsch updated LOG4J2-2939: -- Description: When using the SLF4J adapter and you call ThreadContext.containsKey() bef

[jira] [Updated] (LOG4J2-2939) NPE in MDCContextMap

2020-10-05 Thread Constantin Hirsch (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Constantin Hirsch updated LOG4J2-2939: -- Description: When using the SLF4J adapter and you call ThreadContext.containsKey() bef

[jira] [Updated] (LOG4J2-2939) NPE in MDCContextMap

2020-10-05 Thread Constantin Hirsch (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Constantin Hirsch updated LOG4J2-2939: -- Description: When using the SLF4J adapter and you call ThreadContext.containsKey() bef

[GitHub] [logging-log4j2] SiegfriedTobias1 opened a new pull request #430: Fix NPE in MDCContextMap

2020-10-05 Thread GitBox
SiegfriedTobias1 opened a new pull request #430: URL: https://github.com/apache/logging-log4j2/pull/430 PR for https://issues.apache.org/jira/browse/LOG4J2-2939 Accomodate for the fact that MDC.getCopyOfContextMap() may return null. --

[jira] [Created] (LOG4J2-2939) NPE in MDCContextMap

2020-10-05 Thread Constantin Hirsch (Jira)
Constantin Hirsch created LOG4J2-2939: - Summary: NPE in MDCContextMap Key: LOG4J2-2939 URL: https://issues.apache.org/jira/browse/LOG4J2-2939 Project: Log4j 2 Issue Type: Bug Co