[jira] [Created] (LOG4J2-301) Add printf methods to Logger

2013-07-10 Thread Ralph Goers (JIRA)
Ralph Goers created LOG4J2-301: -- Summary: Add printf methods to Logger Key: LOG4J2-301 URL: https://issues.apache.org/jira/browse/LOG4J2-301 Project: Log4j 2 Issue Type: Improvement

[jira] [Resolved] (LOG4J2-301) Add printf methods to Logger

2013-07-10 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved LOG4J2-301. Resolution: Fixed Fix Version/s: 2.0-beta8 printf methods added in revision 1501658.

[jira] [Closed] (LOG4J2-301) Add printf methods to Logger

2013-07-10 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers closed LOG4J2-301. -- Add printf methods to Logger Key: LOG4J2-301

[jira] [Commented] (LOG4J2-280) AsynchAppender's AsynchThread blocks Tomcat shutdown

2013-07-10 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704280#comment-13704280 ] Matej Vitásek commented on LOG4J2-280: -- Thanks guys, I will test this as soon as

Re: next beta?

2013-07-10 Thread Gary Gregory
I have some changes and new options for the XML layout ready but I have to update the docs. I'll wait for after the beta Gary On Jul 9, 2013, at 16:51, Ralph Goers ralph.go...@dslextreme.com wrote: LOG4J2-300 - To

org.apache.logging.log4j.core.pattern.CachedDateFormat

2013-07-10 Thread Gary Gregory
Hi All: Can we get rid of org.apache.logging.log4j.core.pattern.CachedDateFormat? I do not see call sites. Or is it used dynamically somewhere? Thank you, Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Editionhttp://www.manning.com/bauer3/

Re: next beta?

2013-07-10 Thread Ralph Goers
OK. I finished all my changes last night and will do it this morning. Ralph On Jul 10, 2013, at 4:47 AM, Gary Gregory garydgreg...@gmail.com wrote: I have some changes and new options for the XML layout ready but I have to update the docs. I'll wait for after the beta Gary On Jul 9,

[jira] [Created] (LOG4J2-302) NDCPatternConverter broken in beta7

2013-07-10 Thread Christian Bindseil (JIRA)
Christian Bindseil created LOG4J2-302: - Summary: NDCPatternConverter broken in beta7 Key: LOG4J2-302 URL: https://issues.apache.org/jira/browse/LOG4J2-302 Project: Log4j 2 Issue Type:

[jira] [Assigned] (LOG4J2-302) NDCPatternConverter broken in beta7

2013-07-10 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma reassigned LOG4J2-302: -- Assignee: Remko Popma NDCPatternConverter broken in beta7

Re: next beta?

2013-07-10 Thread Remko Popma
I'm fixing LOG4J2-302 now. Should be done in 15 minutes or so. Remko From: Ralph Goers rgo...@apache.org To: Log4J Developers List log4j-dev@logging.apache.org Sent: Wednesday, July 10, 2013 10:28 PM Subject: Re: next beta? OK. I finished all my changes

Re: next beta?

2013-07-10 Thread Gary Gregory
Hm, well now I wonder if I should put in my XML layout changes... Gary On Wed, Jul 10, 2013 at 11:51 AM, Remko Popma rem...@yahoo.com wrote: Ok, I'm done now. I have no more outstanding changes for this beta. -Remko -- *From:* Remko Popma rem...@yahoo.com

Re: [VOTE] Log4j 2.0-beta8 rc1

2013-07-10 Thread Nick Williams
Two things about the changes listed below (not a problem with the release candidate, which I haven't had the opportunity to test): 1) LOG4J2-270 is not listed in your changes. It should be, as it was a HUGE change (log4j-web artifact is gone, Log4j 2 now initializes itself properly in a web

Re: [VOTE] Log4j 2.0-beta8 rc1

2013-07-10 Thread Nick Williams
Oh! My apologies, I was under the impression that this was generated from JIRA! I didn't realize I needed to update a file manually for this. What should be done to get this in the release notes? I can update changes.xml, but that hardly seems like a good reason to re-do the release and I will

Re: [VOTE] Log4j 2.0-beta8 rc1

2013-07-10 Thread Ralph Goers
I agree. The release notes are also in the distribution so I would be hesitant to modify the email with information that doesn't match. Ralph On Jul 10, 2013, at 12:43 PM, Paul Benedict wrote: Nothing changes the fact LOG4J2-270 was fixed in beta8. IMO, just update changes.xml so the

Re: [VOTE] Log4j 2.0-beta8 rc1

2013-07-10 Thread Ralph Goers
I assume you mean printf(Level, Marker, String, Object...). printf(Level, String, Object...) should pass a null since there is no Marker. Thanks for checking this. I will redo the release immediately. Ralph On Jul 10, 2013, at 1:44 PM, Gary Gregory wrote: Hi All: Thank you Ralph for

[Cancelled] [VOTE] Log4j 2.0-beta8 rc1

2013-07-10 Thread Ralph Goers
Vote cancelled do to error found by Gary. Ralph On Jul 10, 2013, at 11:52 AM, Ralph Goers wrote: This is a vote to release Log4j 2.0-beta8, the tenth release of Log4j 2.0. Changes in this version include: Fixed Bugs: o LOG4J2-302: Added toString methods to ThreadContextStack/Map

Re: Maker names

2013-07-10 Thread Ralph Goers
To be more compatible with SLF4J. Ralph On Jul 10, 2013, at 1:53 PM, Gary Gregory wrote: Hi All: In the v2 manual I see this example for markers: private static final Marker SQL_MARKER = MarkerManager.getMarker(SQL); private static final Marker UPDATE_MARKER =

Re: [VOTE] Log4j 2.0-beta8 rc1

2013-07-10 Thread Nick Williams
Done. r1501994. Thanks! Nick On Jul 10, 2013, at 3:58 PM, Ralph Goers wrote: OK. Waiting on you Ralph On Jul 10, 2013, at 1:50 PM, Nick Williams wrote: I'll get changes.xml for 270 updated and email back. One sec… N On Jul 10, 2013, at 3:49 PM, Ralph Goers wrote: I

Re: [VOTE] Log4j 2.0-beta8 rc1

2013-07-10 Thread Ralph Goers
OK. I am restarting the release. Ralph On Jul 10, 2013, at 2:04 PM, Nick Williams wrote: Done. r1501994. Thanks! Nick On Jul 10, 2013, at 3:58 PM, Ralph Goers wrote: OK. Waiting on you Ralph On Jul 10, 2013, at 1:50 PM, Nick Williams wrote: I'll get changes.xml for 270

[jira] [Created] (LOG4J2-303) No WriterAppender functionality in Log4j2

2013-07-10 Thread Tom Smith (JIRA)
Tom Smith created LOG4J2-303: Summary: No WriterAppender functionality in Log4j2 Key: LOG4J2-303 URL: https://issues.apache.org/jira/browse/LOG4J2-303 Project: Log4j 2 Issue Type: Bug

[VOTE] Log4j 2.0-beta8 rc2

2013-07-10 Thread Ralph Goers
This is a vote to release Log4j 2.0-beta8, the tenth release of Log4j 2.0. Changes in this version include: Fixed Bugs: o LOG4J2-302: Added toString methods to ThreadContextStack/Map implementation classes. o LOG4J2-300: WriterThread was ending when no agents are available which caused an

[jira] [Commented] (LOG4J2-303) No WriterAppender functionality in Log4j2

2013-07-10 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13705223#comment-13705223 ] Ralph Goers commented on LOG4J2-303: No, this doesn't have anything at all to do with