[GitHub] [logging-log4cxx] stephen-webb opened a new pull request #21: Add support for building log4cxx as a statically linked library on Windows

2020-03-09 Thread GitBox
stephen-webb opened a new pull request #21: Add support for building log4cxx as a statically linked library on Windows URL: https://github.com/apache/logging-log4cxx/pull/21 Replacement for PR #20 This is an automated message

Jenkins build is back to stable : Log4j 2 3.x #563

2020-03-09 Thread Apache Jenkins Server
See

[jira] [Closed] (LOG4J2-2756) ClassLoaderContextSelector: WeakReference and GC

2020-03-09 Thread Sascha Rogmann (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rogmann closed LOG4J2-2756. -- I couldn't reproduce the NPE by using the fixed class.   Also a parallel thread calling System.g

[jira] [Closed] (LOG4J2-2784) Rolling stuck at counter 10 by RollingFile appender when counter is zero padded

2020-03-09 Thread Petras (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Petras closed LOG4J2-2784. -- > Rolling stuck at counter 10 by RollingFile appender when counter is zero > padded > ---

[jira] [Commented] (LOG4J2-2804) RollingRandomAccessFile uses wrong time for filename

2020-03-09 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17055076#comment-17055076 ] Ralph Goers commented on LOG4J2-2804: -   I have a suspicion that the rollover inter

[jira] [Commented] (LOG4J2-2804) RollingRandomAccessFile uses wrong time for filename

2020-03-09 Thread Jira
[ https://issues.apache.org/jira/browse/LOG4J2-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17055060#comment-17055060 ] André Pinto commented on LOG4J2-2804: - It creates as many files as required for that

[jira] [Commented] (LOG4J2-2804) RollingRandomAccessFile uses wrong time for filename

2020-03-09 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17055024#comment-17055024 ] Ralph Goers commented on LOG4J2-2804: - Out of curiosity, what happens if you add %i

[jira] [Commented] (LOG4J2-2804) RollingRandomAccessFile uses wrong time for filename

2020-03-09 Thread Jira
[ https://issues.apache.org/jira/browse/LOG4J2-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17054949#comment-17054949 ] André Pinto commented on LOG4J2-2804: - Using currentTime for formatFileName calls in

[jira] [Updated] (LOG4J2-2804) RollingRandomAccessFile uses wrong time for filename

2020-03-09 Thread Jira
[ https://issues.apache.org/jira/browse/LOG4J2-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] André Pinto updated LOG4J2-2804: Description: When there are both size based and time based triggering policies, if the size based

[jira] [Created] (LOG4J2-2804) RollingRandomAccessFile uses wrong time for filename

2020-03-09 Thread Jira
André Pinto created LOG4J2-2804: --- Summary: RollingRandomAccessFile uses wrong time for filename Key: LOG4J2-2804 URL: https://issues.apache.org/jira/browse/LOG4J2-2804 Project: Log4j 2 Issue Ty

[GitHub] [logging-log4cxx] stephen-webb commented on issue #20: Windows build static library support

2020-03-09 Thread GitBox
stephen-webb commented on issue #20: Windows build static library support URL: https://github.com/apache/logging-log4cxx/pull/20#issuecomment-596446458 The PR may have picked up some other commits. I will look at it tomorrow. On Mon, Mar 9, 2020 at 7:04 PM Thorsten Schöning wr

[GitHub] [logging-log4cxx] ams-tschoening removed a comment on issue #20: Windows build static library support

2020-03-09 Thread GitBox
ams-tschoening removed a comment on issue #20: Windows build static library support URL: https://github.com/apache/logging-log4cxx/pull/20#issuecomment-596384144 If I reviewed correctly, there are multiple issues with this PR: 1. it seems to reintroduce excluding tests, which I alrea

[GitHub] [logging-log4cxx] ams-tschoening commented on issue #20: Windows build static library support

2020-03-09 Thread GitBox
ams-tschoening commented on issue #20: Windows build static library support URL: https://github.com/apache/logging-log4cxx/pull/20#issuecomment-596384144 If I reviewed correctly, there are multiple issues with this PR: 1. it seems to reintroduce excluding tests, which I already remove