[GitHub] [logging-log4j2] rgoers commented on a change in pull request #338: use 'final' modifier for fields where possible

2020-02-08 Thread GitBox
rgoers commented on a change in pull request #338: use 'final' modifier for fields where possible URL: https://github.com/apache/logging-log4j2/pull/338#discussion_r376760048 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/spi/ThrowableInformation.java ## @@ -2

Jenkins build is still unstable: Log4j2Windows #40

2020-02-08 Thread Apache Jenkins Server
See

Jenkins build is unstable: Log4j2Windows #39

2020-02-08 Thread Apache Jenkins Server
See

Jenkins build is back to normal : Log4j 2 2.x #4094

2020-02-08 Thread Apache Jenkins Server
See

[jira] [Work logged] (LOG4J2-2760) RollingFileAppender with DirectWriteRolloverStrategy does not work with HtmlLayout

2020-02-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2760?focusedWorklogId=384043&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-384043 ] ASF GitHub Bot logged work on LOG4J2-2760: -- Author: ASF GitHub Bot

[GitHub] [logging-log4j2] rgoers commented on a change in pull request #332: LOG4J2-2760: Fixes RollingFileAppender with DirectWriteRolloverStrategy and HtmlLayout

2020-02-08 Thread GitBox
rgoers commented on a change in pull request #332: LOG4J2-2760: Fixes RollingFileAppender with DirectWriteRolloverStrategy and HtmlLayout URL: https://github.com/apache/logging-log4j2/pull/332#discussion_r376753729 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/cor

[jira] [Closed] (LOG4J2-2776) No placeholder supplied for message logged in RollingFileappender

2020-02-08 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers closed LOG4J2-2776. --- Resolution: Fixed Patch was applied > No placeholder supplied for message logged in RollingFileappe

[jira] [Commented] (LOG4J2-2758) RollingFileAppender: NPE when using a custom DirectFileRolloverStrategy without fileName

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

[GitHub] [logging-log4j2] rgoers commented on issue #330: Fixed log message in RollingFileAppender

2020-02-08 Thread GitBox
rgoers commented on issue #330: Fixed log message in RollingFileAppender URL: https://github.com/apache/logging-log4j2/pull/330#issuecomment-583802710 Create LOG4J2-2776 for this. This is an automated message from the Apache G

[jira] [Created] (LOG4J2-2776) No placeholder supplied for message logged in RollingFileappender

2020-02-08 Thread Ralph Goers (Jira)
Ralph Goers created LOG4J2-2776: --- Summary: No placeholder supplied for message logged in RollingFileappender Key: LOG4J2-2776 URL: https://issues.apache.org/jira/browse/LOG4J2-2776 Project: Log4j 2

[GitHub] [logging-log4j2] rgoers merged pull request #330: Fixed log message in RollingFileAppender

2020-02-08 Thread GitBox
rgoers merged pull request #330: Fixed log message in RollingFileAppender URL: https://github.com/apache/logging-log4j2/pull/330 This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Resolved] (LOG4J2-2758) RollingFileAppender: NPE when using a custom DirectFileRolloverStrategy without fileName

2020-02-08 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved LOG4J2-2758. - Fix Version/s: 2.13.1 Resolution: Fixed Path applied. Please verify and close. > Rolling

[jira] [Commented] (LOG4J2-2758) RollingFileAppender: NPE when using a custom DirectFileRolloverStrategy without fileName

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

[jira] [Commented] (LOG4J2-2758) RollingFileAppender: NPE when using a custom DirectFileRolloverStrategy without fileName

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

[jira] [Commented] (LOG4J2-2758) RollingFileAppender: NPE when using a custom DirectFileRolloverStrategy without fileName

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

[jira] [Commented] (LOG4J2-2758) RollingFileAppender: NPE when using a custom DirectFileRolloverStrategy without fileName

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

[GitHub] [logging-log4j2] rgoers merged pull request #331: Fixed check for RollingFileManager, directWrite

2020-02-08 Thread GitBox
rgoers merged pull request #331: Fixed check for RollingFileManager,directWrite URL: https://github.com/apache/logging-log4j2/pull/331 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [logging-log4cxx] stephen-webb commented on issue #14: Replace ant build with cmake

2020-02-08 Thread GitBox
stephen-webb commented on issue #14: Replace ant build with cmake URL: https://github.com/apache/logging-log4cxx/pull/14#issuecomment-583798950 Hi All, I have done everything I can think of prepare https://github.com/apache/logging-log4cxx/pull/14 for inclusion in the repository

[GitHub] [logging-log4cxx] stephen-webb commented on a change in pull request #14: Replace ant build with cmake

2020-02-08 Thread GitBox
stephen-webb commented on a change in pull request #14: Replace ant build with cmake URL: https://github.com/apache/logging-log4cxx/pull/14#discussion_r376748971 ## File path: src/site/apt/building/cmake.apt ## @@ -0,0 +1,75 @@ +~~ Licensed to the Apache Software Foundatio

Build failed in Jenkins: Log4j2Windows #38

2020-02-08 Thread Apache Jenkins Server
See Changes: [rgoers] Log4j 2LOG4J2-2770 Fix NPE in JMX reconfiguration (#337) [rgoers] LOG4J2-2770 - changes.xml [rgoers] LOG4J2-2768 Add log(String, ...) overloads to LogBuilder (#336) [rgoers] LOG4J2-2768 - add

Build failed in Jenkins: Log4j 2 2.x #4093

2020-02-08 Thread Apache Jenkins Server
See Changes: [rgoers] (doc) fix typos (#334) -- [...truncated 184.26 KB...] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)

Build failed in Jenkins: Log4j 2 2.x #4092

2020-02-08 Thread Apache Jenkins Server
See Changes: [rgoers] Log4j 2LOG4J2-2770 Fix NPE in JMX reconfiguration (#337) [rgoers] LOG4J2-2770 - changes.xml [rgoers] LOG4J2-2768 Add log(String, ...) overloads to LogBuilder (#336) [rgoers] LOG4J2-2768 -

[GitHub] [logging-log4j2] rgoers merged pull request #334: (doc) fix typos

2020-02-08 Thread GitBox
rgoers merged pull request #334: (doc) fix typos URL: https://github.com/apache/logging-log4j2/pull/334 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [logging-log4j2] remkop commented on issue #338: use 'final' modifier for fields where possible

2020-02-08 Thread GitBox
remkop commented on issue #338: use 'final' modifier for fields where possible URL: https://github.com/apache/logging-log4j2/pull/338#issuecomment-583784498 As for why transient fields should not be `final`: https://stackoverflow.com/questions/2968876/final-transient-fields-and-serializatio

[GitHub] [logging-log4j2] rgoers commented on a change in pull request #335: Import of LogstashLayout as JsonTemplateLayout

2020-02-08 Thread GitBox
rgoers commented on a change in pull request #335: Import of LogstashLayout as JsonTemplateLayout URL: https://github.com/apache/logging-log4j2/pull/335#discussion_r376739348 ## File path: log4j-layout-jackson-json-template/src/main/resources/JsonLayout.json ## @@ -0,0 +1

[jira] [Commented] (LOG4J2-2703) MapMessage#getFormattedMessage() incorrectly formats Object's

2020-02-08 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17033081#comment-17033081 ] Ralph Goers commented on LOG4J2-2703: - [~vy] - Can you provide a fix for this? > Ma

[jira] [Resolved] (LOG4J2-2768) LogBuilder multi-parameter overloads

2020-02-08 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved LOG4J2-2768. - Fix Version/s: 2.13.1 Resolution: Fixed Patch applied. Please verify and close. > LogBui

[jira] [Commented] (LOG4J2-2768) LogBuilder multi-parameter overloads

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

[jira] [Commented] (LOG4J2-2768) LogBuilder multi-parameter overloads

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

[jira] [Commented] (LOG4J2-2768) LogBuilder multi-parameter overloads

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

[jira] [Commented] (LOG4J2-2768) LogBuilder multi-parameter overloads

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

[jira] [Work logged] (LOG4J2-2768) LogBuilder multi-parameter overloads

2020-02-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2768?focusedWorklogId=384011&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-384011 ] ASF GitHub Bot logged work on LOG4J2-2768: -- Author: ASF GitHub Bot

[jira] [Commented] (LOG4J2-2768) LogBuilder multi-parameter overloads

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

[jira] [Commented] (LOG4J2-2768) LogBuilder multi-parameter overloads

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

[GitHub] [logging-log4j2] rgoers merged pull request #336: LOG4J2-2768 Add log(String, ...) overloads to LogBuilder

2020-02-08 Thread GitBox
rgoers merged pull request #336: LOG4J2-2768 Add log(String, ...) overloads to LogBuilder URL: https://github.com/apache/logging-log4j2/pull/336 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [logging-log4j2] turbanoff commented on a change in pull request #338: use 'final' modifier for fields where possible

2020-02-08 Thread GitBox
turbanoff commented on a change in pull request #338: use 'final' modifier for fields where possible URL: https://github.com/apache/logging-log4j2/pull/338#discussion_r376738565 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/spi/ThrowableInformation.java ## @@

[jira] [Commented] (LOG4J2-2770) NullPointerException after reconfiguring via JMX

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

[jira] [Commented] (LOG4J2-2770) NullPointerException after reconfiguring via JMX

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

[jira] [Commented] (LOG4J2-2770) NullPointerException after reconfiguring via JMX

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

[GitHub] [logging-log4j2] turbanoff commented on a change in pull request #338: use 'final' modifier for fields where possible

2020-02-08 Thread GitBox
turbanoff commented on a change in pull request #338: use 'final' modifier for fields where possible URL: https://github.com/apache/logging-log4j2/pull/338#discussion_r376738565 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/spi/ThrowableInformation.java ## @@

[jira] [Commented] (LOG4J2-2770) NullPointerException after reconfiguring via JMX

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

[GitHub] [logging-log4j2] rgoers merged pull request #337: Log4j 2LOG4J2-2770 Fix NPE in JMX reconfiguration

2020-02-08 Thread GitBox
rgoers merged pull request #337: Log4j 2LOG4J2-2770 Fix NPE in JMX reconfiguration URL: https://github.com/apache/logging-log4j2/pull/337 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [logging-log4j2] rgoers commented on a change in pull request #338: use 'final' modifier for fields where possible

2020-02-08 Thread GitBox
rgoers commented on a change in pull request #338: use 'final' modifier for fields where possible URL: https://github.com/apache/logging-log4j2/pull/338#discussion_r374412481 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/spi/ThrowableInformation.java ## @@ -2

[GitHub] [logging-log4j2] rgoers commented on a change in pull request #338: use 'final' modifier for fields where possible

2020-02-08 Thread GitBox
rgoers commented on a change in pull request #338: use 'final' modifier for fields where possible URL: https://github.com/apache/logging-log4j2/pull/338#discussion_r374413266 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/message/StringFormattedMessage.java ###

[GitHub] [logging-log4j2] rgoers commented on a change in pull request #338: use 'final' modifier for fields where possible

2020-02-08 Thread GitBox
rgoers commented on a change in pull request #338: use 'final' modifier for fields where possible URL: https://github.com/apache/logging-log4j2/pull/338#discussion_r374412811 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/message/FormattedMessage.java ## @

[GitHub] [logging-log4j2] rgoers commented on a change in pull request #338: use 'final' modifier for fields where possible

2020-02-08 Thread GitBox
rgoers commented on a change in pull request #338: use 'final' modifier for fields where possible URL: https://github.com/apache/logging-log4j2/pull/338#discussion_r374413039 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/message/ParameterizedMessage.java #

[jira] [Updated] (LOG4J2-1059) log4j2 Configuration File not found in shaded jar

2020-02-08 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers updated LOG4J2-1059: Fix Version/s: 3.0.0 Environment: This should already be fixed in 3.0 since Plugin Providers