[jira] [Commented] (LOG4J2-1418) Provide MessageFactory2 to custom Logger implementations

2016-06-08 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15321905#comment-15321905 ] Gary Gregory commented on LOG4J2-1418: -- For example:

[VOTE][RESULT] Log4j 2.6.1 rc1

2016-06-08 Thread Ralph Goers
The vote has passed with binding +1 votes from Remko Popma, Matt Sicker, Gary Gregory and Ralph Goers. Leon Finker also cast a +1 vote. Thanks to all who voted. I will continue on with the release process. Ralph

Re: [VOTE] Log4j 2.6.1 rc1

2016-06-08 Thread Ralph Goers
My +1 Ralph > On Jun 5, 2016, at 6:55 PM, Ralph Goers wrote: > > This is a vote to release Log4j 2.6.1, the next version of the Log4j 2 > project. > > Please download, test, and cast your votes on the log4j developers list. > [] +1, release the artifacts > [] -1,

AsyncAppenderQueueFullPolicyTest hung

2016-06-08 Thread Ralph Goers
I just tried to do a full build and got this test to hang. Gary reported the same thing last week on Windows. The stack trace indicates that it isn’t properly shutting down. Somehow it seems the BlockingAppender must not be having its shutdown flag set. This test was only added a month ago.

[jira] [Commented] (LOG4J2-1418) Provide MessageFactory2 to custom Logger implementations

2016-06-08 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15321700#comment-15321700 ] Gary Gregory commented on LOG4J2-1418: -- Sure, but we should also audit our use of

[jira] [Commented] (LOG4J2-1418) Provide MessageFactory2 to custom Logger implementations

2016-06-08 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15321691#comment-15321691 ] Remko Popma commented on LOG4J2-1418: - That log method is for the StatusLogger. I did not consider

[jira] [Comment Edited] (LOG4J2-1418) Provide MessageFactory2 to custom Logger implementations

2016-06-08 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15321691#comment-15321691 ] Remko Popma edited comment on LOG4J2-1418 at 6/9/16 12:23 AM: -- That log

[jira] [Comment Edited] (LOG4J2-1418) Provide MessageFactory2 to custom Logger implementations

2016-06-08 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15321674#comment-15321674 ] Gary Gregory edited comment on LOG4J2-1418 at 6/9/16 12:17 AM: --- We are not

[jira] [Commented] (LOG4J2-1397) Support ByteBufferLayout

2016-06-08 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15321679#comment-15321679 ] Remko Popma commented on LOG4J2-1397: - The byte buffer should not be used by two threads

[jira] [Commented] (LOG4J2-1418) Provide MessageFactory2 to custom Logger implementations

2016-06-08 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15321674#comment-15321674 ] Gary Gregory commented on LOG4J2-1418: -- We are not GC-free, I claim, even in the scenarios we claim

[jira] [Commented] (LOG4J2-1418) Provide MessageFactory2 to custom Logger implementations

2016-06-08 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15321614#comment-15321614 ] Remko Popma commented on LOG4J2-1418: - Can we add this as a protected method to AbstractLogger or

[jira] [Commented] (LOG4J2-1397) Support ByteBufferLayout

2016-06-08 Thread Anthony Maire (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15321285#comment-15321285 ] Anthony Maire commented on LOG4J2-1397: --- Basically, a layout that have a dependency on a mutable

Re: No Git tag for 2.6!

2016-06-08 Thread Gary Gregory
FYI: I pushed the 2.6 tag to git. Gary On Wed, Jun 8, 2016 at 11:24 AM, Ralph Goers wrote: > The project-info-reports:scm goal accepts scmTag as a parameter so we > should be able to configure that as > > log4j-${log4jReleaseVersion} > > I’ll have to try it though

Re: No Git tag for 2.6!

2016-06-08 Thread Ralph Goers
The project-info-reports:scm goal accepts scmTag as a parameter so we should be able to configure that as log4j-${log4jReleaseVersion} I’ll have to try it though to see if that is actually the goal that generates that page and to see if it breaks anything else. Ralph > On Jun 8, 2016, at

Re: No Git tag for 2.6!

2016-06-08 Thread Ralph Goers
Note that even if you add the tag the web site is still going to point to the rc tag unless the page is manually modified. Maven creates the source repository page automatically and uses the tag that was checked out. We would have to investigate to see if there is some way to override that.

Re: No Git tag for 2.6!

2016-06-08 Thread Gary Gregory
On Wed, Jun 8, 2016 at 7:17 AM, Matt Sicker wrote: > Well, the highest number RC would normally be the release, and we haven't > skipped any releases, right? > But why bother with the guess work? I'll create a tag for 2.6... ;-) Gary > > On 8 June 2016 at 00:28, Gary

[jira] [Commented] (LOG4J2-1418) Provide MessageFactory2 to custom Logger implementations

2016-06-08 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15320932#comment-15320932 ] Gary Gregory commented on LOG4J2-1418: -- Is this as simple as adding a getMessageFactory2() method?

Re: CharSequence messages

2016-06-08 Thread Mikael Ståldal
Created a JIRA issue for this: https://issues.apache.org/jira/browse/LOG4J2-1418 On Fri, Jun 3, 2016 at 7:27 PM, Mikael Ståldal wrote: > That was an idea, not something already in the code. > > On Fri, Jun 3, 2016 at 6:53 PM, Gary Gregory >

[jira] [Updated] (LOG4J2-1418) Provide MessageFactory2 to custom Logger implementations

2016-06-08 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikael Ståldal updated LOG4J2-1418: --- Description: It would be useful for a custom Logger implementation to be able to get hold of

[jira] [Created] (LOG4J2-1418) Provide MessageFactory2 to custom Logger implementations

2016-06-08 Thread JIRA
Mikael Ståldal created LOG4J2-1418: -- Summary: Provide MessageFactory2 to custom Logger implementations Key: LOG4J2-1418 URL: https://issues.apache.org/jira/browse/LOG4J2-1418 Project: Log4j 2

[jira] [Commented] (LOG4J2-1395) Faster Console appender

2016-06-08 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15320790#comment-15320790 ] Mikael Ståldal commented on LOG4J2-1395: Strange. I just tried again on my Linux machine, at it

[jira] [Commented] (LOG4J2-1397) Support ByteBufferLayout

2016-06-08 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15320744#comment-15320744 ] Mikael Ståldal commented on LOG4J2-1397: So the async logger should copy the application's

Re: No Git tag for 2.6!

2016-06-08 Thread Matt Sicker
Well, the highest number RC would normally be the release, and we haven't skipped any releases, right? On 8 June 2016 at 00:28, Gary Gregory wrote: > We should. If a RC does NOT lead to a release, then how can you tell that > from one that did? > > Gary > > On Tue, Jun

[jira] [Commented] (LOG4J2-1397) Support ByteBufferLayout

2016-06-08 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15320181#comment-15320181 ] Mikael Ståldal commented on LOG4J2-1397: Thanks, it's helpful to get this kind of insight into

[jira] [Commented] (LOG4J2-1397) Support ByteBufferLayout

2016-06-08 Thread Anthony Maire (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15320175#comment-15320175 ] Anthony Maire commented on LOG4J2-1397: --- Here is my usecase: - The application is receiving FIX

[jira] [Commented] (LOG4J2-1397) Support ByteBufferLayout

2016-06-08 Thread Anthony Maire (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15320112#comment-15320112 ] Anthony Maire commented on LOG4J2-1397: --- The issue with TL is that we need to pass the copy between