Re: Time for release?

2016-04-21 Thread Remko Popma
The only thing remaining for the 2.6 release for me is the performance tests for the garbage-free logging manual page LOG4J2-1297 . I asked folks on the Mechanical Sympathy mailing list to verify my approach ( https://groups.google.com/d/msg/mecha

Re: Time for release?

2016-04-21 Thread Remko Popma
Gary, parameters from the logging call are now passed correctly to the appenders even in async scenarios. I added an example to LOG4J2-1342 of how to get the parameters when the Message is a ReusableMessage. The "normal" message.getParameters()

[jira] [Resolved] (LOG4J2-1334) Garbage-free synchronous logging: add LogEventFactory that reuses a cached LogEvent

2016-04-21 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma resolved LOG4J2-1334. - Resolution: Fixed Fixed in master. Synchronous logging, and configurations that use a mixed sync

[jira] [Comment Edited] (LOG4J2-1334) Garbage-free synchronous logging: add LogEventFactory that reuses a cached LogEvent

2016-04-21 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15244659#comment-15244659 ] Remko Popma edited comment on LOG4J2-1334 at 4/22/16 6:13 AM: -

[jira] [Comment Edited] (LOG4J2-1342) ReusableParameterizedMessage should preserve parameters when used with Async Loggers

2016-04-21 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15253420#comment-15253420 ] Remko Popma edited comment on LOG4J2-1342 at 4/22/16 6:11 AM: -

[jira] [Resolved] (LOG4J2-1342) ReusableParameterizedMessage should preserve parameters when used with Async Loggers

2016-04-21 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma resolved LOG4J2-1342. - Resolution: Fixed Fixed in master. The following methods were added to {{ReusableMessage}}: - me

[jira] [Comment Edited] (LOG4J2-494) Support composite configurations

2016-04-21 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251005#comment-15251005 ] Ralph Goers edited comment on LOG4J2-494 at 4/22/16 4:28 AM: -

[jira] [Comment Edited] (LOG4J2-494) Support composite configurations

2016-04-21 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251005#comment-15251005 ] Ralph Goers edited comment on LOG4J2-494 at 4/22/16 4:25 AM: -

[jira] [Commented] (LOG4J2-621) Pattern To Drop First X Package Parts

2016-04-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15252748#comment-15252748 ] ASF GitHub Bot commented on LOG4J2-621: --- Github user garydgregory commented on the p

Typos in manual

2016-04-21 Thread mikeW27 .
Hi. In the manual in RollingFile appender section: https://logging.apache.org/log4j/2.x/manual/appenders.html#RollingFileAppender there're 2 typos. First one is in "TimeBased Triggering Policy" section, it says: "This policy accepts an increment" and it should be "This policy accepts an interval".

[jira] [Commented] (LOG4J2-621) Pattern To Drop First X Package Parts

2016-04-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15252539#comment-15252539 ] ASF GitHub Bot commented on LOG4J2-621: --- Github user lkamal commented on the pull re

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

2016-04-21 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org

[jira] [Commented] (LOG4J2-621) Pattern To Drop First X Package Parts

2016-04-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15252419#comment-15252419 ] ASF GitHub Bot commented on LOG4J2-621: --- Github user lkamal commented on the pull re

[jira] [Commented] (LOG4J2-621) Pattern To Drop First X Package Parts

2016-04-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15252368#comment-15252368 ] ASF GitHub Bot commented on LOG4J2-621: --- Github user garydgregory commented on the p

[jira] [Commented] (LOG4J2-621) Pattern To Drop First X Package Parts

2016-04-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15252294#comment-15252294 ] ASF GitHub Bot commented on LOG4J2-621: --- GitHub user lkamal opened a pull request:

Re: Adding JUnit tests for CsvParameterLayoutTest

2016-04-21 Thread Gary Gregory
Yes, thank you Kamal for pointing this out! JUnit's parameterized features is *awesome*. http://junit.sourceforge.net/javadoc/org/junit/runners/Parameterized.html Gary On Thu, Apr 21, 2016 at 6:12 AM, Kamal Mettananda wrote: > Hi Remko > > I am still new here, but thought of giving some input

[jira] [Comment Edited] (LOG4J2-494) Support composite configurations

2016-04-21 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251005#comment-15251005 ] Ralph Goers edited comment on LOG4J2-494 at 4/21/16 3:49 PM: -

[jira] [Comment Edited] (LOG4J2-494) Support composite configurations

2016-04-21 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251005#comment-15251005 ] Ralph Goers edited comment on LOG4J2-494 at 4/21/16 3:41 PM: -

Re: Adding JUnit tests for CsvParameterLayoutTest

2016-04-21 Thread Kamal Mettananda
Hi Remko I am still new here, but thought of giving some input from a Junit parameterization point of view. It seems we can parameterize the ConfigurationFactory of CsvParameterLayoutTest using something like below to provide two Configurations as parameters. @RunWith(value = Parameterized.class

[jira] [Comment Edited] (LOG4J2-954) log4j-slf4j-impl 2.1 leads to errors

2016-04-21 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251678#comment-15251678 ] Patrick Hütter edited comment on LOG4J2-954 at 4/21/16 12:28 PM: ---

Adding JUnit tests for CsvParameterLayoutTest

2016-04-21 Thread Remko Popma
I would like to re-run the CsvParameterlayoutTest 1. with its current configuration 2. with a configuration that uses instead of 3. with all loggers asynchronous by setting system property Log4jContextSelector to org.apache.logging.log4j.core.async.AsyncLoggerContextSelector I can just copy the

[jira] [Commented] (LOG4J2-954) log4j-slf4j-impl 2.1 leads to errors

2016-04-21 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251678#comment-15251678 ] Patrick Hütter commented on LOG4J2-954: --- I've the same problem with gradle and i'm a

[jira] [Updated] (LOG4J2-621) Pattern To Drop First X Package Parts

2016-04-21 Thread Kamal Mettananda (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamal Mettananda updated LOG4J2-621: Attachment: LOG4J2-621_01.patch Hi all I analysed the code and the change is required aroun

[jira] [Comment Edited] (LOG4J2-621) Pattern To Drop First X Package Parts

2016-04-21 Thread Kamal Mettananda (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251527#comment-15251527 ] Kamal Mettananda edited comment on LOG4J2-621 at 4/21/16 8:16 AM: --

[jira] [Commented] (LOG4J2-621) Pattern To Drop First X Package Parts

2016-04-21 Thread Kamal Mettananda (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251527#comment-15251527 ] Kamal Mettananda commented on LOG4J2-621: - Hi all I looked at this request which

Jenkins build became unstable: Log4j 2.x #1898

2016-04-21 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org