DO NOT REPLY [Bug 44157] InterruptedIOException ignored by log4j

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44157 --- Comment #8 from Jared Oberhaus <[EMAIL PROTECTED]> 2008-08-14 23:36:28 PST --- This is great, thanks so much for your changes. I forget that log4j has to deal with older versions of the JVM; thanks for watching out for that and le

DO NOT REPLY [Bug 44157] InterruptedIOException ignored by log4j

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44157 --- Comment #7 from Curt Arnold <[EMAIL PROTECTED]> 2008-08-14 23:01:19 PST --- Applied everything in comment 6 in rev 686149 except: > java/org/apache/log4j/net/SocketHubAppender.java:428 > ignored InterruptedIOException; the comment

svn commit: r686149 - in /logging/log4j/trunk/src/main/java/org/apache/log4j: config/ helpers/ jmx/ net/ spi/ xml/

2008-08-14 Thread carnold
Author: carnold Date: Thu Aug 14 22:53:55 2008 New Revision: 686149 URL: http://svn.apache.org/viewvc?rev=686149&view=rev Log: Bug 44157: InterruptedIOException ignored by log4j Modified: logging/log4j/trunk/src/main/java/org/apache/log4j/config/PropertyGetter.java logging/log4j/trunk/s

DO NOT REPLY [Bug 40246] HierarchyDynamicMBean missing unregister MBean

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40246 Paul Smith <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r686131 - in /logging/log4j/trunk/src: changes/ main/java/org/apache/log4j/jmx/

2008-08-14 Thread psmith
Author: psmith Date: Thu Aug 14 20:31:30 2008 New Revision: 686131 URL: http://svn.apache.org/viewvc?rev=686131&view=rev Log: Bug 40246 Added cleaned up patch provided by wing tung Leung to allow the JMX Beans created to properly deregister, allowing Servlet Containers that shutdown/restart to be

DO NOT REPLY [Bug 44157] InterruptedIOException ignored by log4j

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44157 --- Comment #6 from Jared Oberhaus <[EMAIL PROTECTED]> 2008-08-14 15:25:57 PST --- Thanks again for your change. Looks great... First, I have to admit that my feedback in Comment #4 was based on my reviewing an older copy of log4j, no

DO NOT REPLY [Bug 45368] new log.isDebugEnabled() like method checking whether category and at least one appender are enabled for DEBUG level

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45368 --- Comment #3 from Curt Arnold <[EMAIL PROTECTED]> 2008-08-14 08:37:34 PST --- I think your situation might be better addressed by a combination of LogMF from the extras companion (with possible enhancements for deferring construction

DO NOT REPLY [Bug 44157] InterruptedIOException ignored by log4j

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44157 --- Comment #5 from Curt Arnold <[EMAIL PROTECTED]> 2008-08-14 00:58:47 PST --- org.apache.log4j.lf5 and .chainsaw are no longer maintained but are provided simply for compatibility with earlier jars. Probably would not hurt anyone if

svn commit: r685796 - in /logging/log4j/trunk/src/main/java/org/apache/log4j: ./ jmx/ net/ spi/ varia/ xml/

2008-08-14 Thread carnold
Author: carnold Date: Thu Aug 14 00:56:20 2008 New Revision: 685796 URL: http://svn.apache.org/viewvc?rev=685796&view=rev Log: Bug 44157: InterruptedIOException ignored by log4j, round 2 Modified: logging/log4j/trunk/src/main/java/org/apache/log4j/PropertyConfigurator.java logging/log4j/