[CI][FAILURE] log4j/release-2.x#65 has potential issues

2020-06-20 Thread Mr. Jenkins
There is a build failure in log4j/release-2.x. Build: https://builds.apache.org/job/log4j/job/release-2.x/65/ Logs: https://builds.apache.org/job/log4j/job/release-2.x/65/console Test results: https://builds.apache.org/job/log4j/job/release-2.x/65/testReport/ Changes: https://builds.apache.org/jo

[jira] [Commented] (LOG4J2-2877) Kubernetes Lookup fails to get container and image information

2020-06-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17141316#comment-17141316 ] ASF subversion and git services commented on LOG4J2-2877: - Commi

[jira] [Commented] (LOG4J2-2877) Kubernetes Lookup fails to get container and image information

2020-06-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17141315#comment-17141315 ] ASF subversion and git services commented on LOG4J2-2877: - Commi

[jira] [Created] (LOG4J2-2877) Kubernetes Lookup fails to get container and image information

2020-06-20 Thread Ralph Goers (Jira)
Ralph Goers created LOG4J2-2877: --- Summary: Kubernetes Lookup fails to get container and image information Key: LOG4J2-2877 URL: https://issues.apache.org/jira/browse/LOG4J2-2877 Project: Log4j 2

[GitHub] [logging-log4cxx] baldapps opened a new pull request #26: Fix missing const in method getThreshold

2020-06-20 Thread GitBox
baldapps opened a new pull request #26: URL: https://github.com/apache/logging-log4cxx/pull/26 The method getThreshold wasn't const so it wasn't possible to call getThreshold on a const object and const cast was needed. This