[jira] [Updated] (LOG4J2-1581) Warning should not display stacktrace

2016-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-1581: Description: See http://stackoverflow.com/questions/39457075/jmx-runtime-input-lookup-class-is-not

[jira] [Resolved] (LOG4J2-1583) Nested logging call disrupts output of outer logging call

2016-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma resolved LOG4J2-1583. - Resolution: Fixed Fixed in master in commit ae87a67. Please verify and close. > Nested logging

[jira] [Issue Comment Deleted] (LOG4J2-1583) Nested logging call disrupts output of outer logging call

2016-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-1583: Comment: was deleted (was: NOTES TO SELF. PLEASE IGNORE. WILL DELETE SOON. {code} Index: log4j-co

[jira] [Created] (LOG4J2-1590) AbstractFilter should call vararg method from methods with unrolled parameters

2016-09-17 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-1590: --- Summary: AbstractFilter should call vararg method from methods with unrolled parameters Key: LOG4J2-1590 URL: https://issues.apache.org/jira/browse/LOG4J2-1590 Project:

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

2016-09-17 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] [Created] (LOG4J2-1591) New method on LifeCycle interface breaks binary compatibility

2016-09-17 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-1591: --- Summary: New method on LifeCycle interface breaks binary compatibility Key: LOG4J2-1591 URL: https://issues.apache.org/jira/browse/LOG4J2-1591 Project: Log4j 2

[jira] [Updated] (LOG4J2-1591) New method on LifeCycle interface breaks binary compatibility

2016-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-1591: Fix Version/s: 2.7 > New method on LifeCycle interface breaks binary compatibility >

Fwd: logging-log4j2 git commit: LOG4J2-1590 Fixed issue with filters extending AbstractFilter that did not override methods with unrolled varargs.

2016-09-17 Thread Gary Gregory
Hi, Is there a unit test to show what this fixes per chance? Gary -- Forwarded message -- From: Date: Sat, Sep 17, 2016 at 6:35 AM Subject: logging-log4j2 git commit: LOG4J2-1590 Fixed issue with filters extending AbstractFilter that did not override methods with unrolled varargs

Re: Roadmap for 3.0

2016-09-17 Thread Matt Sicker
As mentioned on the Ant dev list (plus I think Ralph mentioned this once before), in Java 9, we can use multi-release JARs where the Java 9 specific code overlays the other code. So for example, supporting the stack walker API could be done by having different versions of specific classes that use

Re: OS-based dynamic configuration file

2016-09-17 Thread Matt Sicker
I can see another use case here, though I'm not sure if it's covered already by RoutingAppender. In a development environment, you'd have log messages going to a log file, but in production, you'd have log messages being going to a KafkaAppender or FlumeAppender. It'd be useful in microservice deve

Re: Roadmap for 3.0

2016-09-17 Thread Ralph Goers
If we have to modify the API to capture the stack information in AbstractLogger I doubt that the multi-version support will help much. Ralph > On Sep 17, 2016, at 9:04 AM, Matt Sicker wrote: > > As mentioned on the Ant dev list (plus I think Ralph mentioned this once > before), in Java 9, we

Re: OS-based dynamic configuration file

2016-09-17 Thread Ralph Goers
That is essentially the same as Gary’s use case. Ralph > On Sep 17, 2016, at 9:06 AM, Matt Sicker wrote: > > I can see another use case here, though I'm not sure if it's covered already > by RoutingAppender. In a development environment, you'd have log messages > going to a log file, but in p

Re: OS-based dynamic configuration file

2016-09-17 Thread Ralph Goers
See inline > On Sep 16, 2016, at 10:31 PM, Gary Gregory wrote: > > On Fri, Sep 16, 2016 at 8:38 PM, Ralph Goers > wrote: > Gary, > > I have no problem with components that can be dumbed down to do simple > things. I do have a problem with components that onl

Re: OS-based dynamic configuration file

2016-09-17 Thread Gary Gregory
Ralph, Thank you again for the explanation. I'll take a closer look... Gary On Sat, Sep 17, 2016 at 9:48 AM, Ralph Goers wrote: > See inline > > On Sep 16, 2016, at 10:31 PM, Gary Gregory wrote: > > On Fri, Sep 16, 2016 at 8:38 PM, Ralph Goers > wrote: > >> Gary, >> >> I have no problem with

[jira] [Updated] (LOG4J2-1590) AbstractFilter should call vararg method from methods with unrolled parameters

2016-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-1590: Description: AbstractFilter should call vararg method from methods with unrolled parameters. This

[jira] [Commented] (LOG4J2-1590) AbstractFilter should call vararg method from methods with unrolled parameters

2016-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15500080#comment-15500080 ] Remko Popma commented on LOG4J2-1590: - TODO Add test and document which of these are

Re: logging-log4j2 git commit: LOG4J2-1590 Fixed issue with filters extending AbstractFilter that did not override methods with unrolled varargs.

2016-09-17 Thread Remko Popma
Thanks for keeping an eye on this. I added a comment to the Jira ticket. Sent from my iPhone > On 2016/09/18, at 0:55, Gary Gregory wrote: > > Hi, > > Is there a unit test to show what this fixes per chance? > > Gary > -- Forwarded message -- > From: > Date: Sat, Sep 17, 201

[jira] [Comment Edited] (LOG4J2-1590) AbstractFilter should call vararg method from methods with unrolled parameters

2016-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15500080#comment-15500080 ] Remko Popma edited comment on LOG4J2-1590 at 9/18/16 2:42 AM: -

[jira] [Comment Edited] (LOG4J2-1590) AbstractFilter should call vararg method from methods with unrolled parameters

2016-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15500080#comment-15500080 ] Remko Popma edited comment on LOG4J2-1590 at 9/18/16 2:47 AM: -

[jira] [Comment Edited] (LOG4J2-1590) AbstractFilter should call vararg method from methods with unrolled parameters

2016-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15500080#comment-15500080 ] Remko Popma edited comment on LOG4J2-1590 at 9/18/16 2:48 AM: -

[jira] [Comment Edited] (LOG4J2-1590) AbstractFilter should call vararg method from methods with unrolled parameters

2016-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15500080#comment-15500080 ] Remko Popma edited comment on LOG4J2-1590 at 9/18/16 2:49 AM: -

[jira] [Comment Edited] (LOG4J2-1590) AbstractFilter should call vararg method from methods with unrolled parameters

2016-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15500080#comment-15500080 ] Remko Popma edited comment on LOG4J2-1590 at 9/18/16 2:54 AM: -

[jira] [Comment Edited] (LOG4J2-1590) AbstractFilter should call vararg method from methods with unrolled parameters

2016-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15500080#comment-15500080 ] Remko Popma edited comment on LOG4J2-1590 at 9/18/16 3:02 AM: -

[jira] [Comment Edited] (LOG4J2-1590) AbstractFilter should call vararg method from methods with unrolled parameters

2016-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15500080#comment-15500080 ] Remko Popma edited comment on LOG4J2-1590 at 9/18/16 3:07 AM: -

[jira] [Comment Edited] (LOG4J2-1590) AbstractFilter should call vararg method from methods with unrolled parameters

2016-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15500080#comment-15500080 ] Remko Popma edited comment on LOG4J2-1590 at 9/18/16 3:12 AM: -

Re: logging-log4j2 git commit: LOG4J2-1590 Fixed issue with filters extending AbstractFilter that did not override methods with unrolled varargs.

2016-09-17 Thread Gary Gregory
YW ;-) Gary On Sat, Sep 17, 2016 at 7:34 PM, Remko Popma wrote: > Thanks for keeping an eye on this. I added a comment to the Jira ticket. > > Sent from my iPhone > > On 2016/09/18, at 0:55, Gary Gregory wrote: > > Hi, > > Is there a unit test to show what this fixes per chance? > > Gary > ---