On May 12, 2005, at 6:44 PM, Andy McBride wrote:
Hi,
The current cvs head contains breaking changes including the removal of
org.apache.log4j.jmx.HierarchyDynamicMBean,
org.apache.log4j.spi.ErrorHandler and org.apache.log4j.spi.ErrorCode without
any apparent replacement or deprecation cycle.
Nice to know some names of the disappeared. Is that a complete list?
The removal and re-implementation of org.apache.log4j.RollingFileAppender
does not maintain compatibility with existing code as it claims in the
javadoc as it does not support subclasses. Again no deprecation cycle.
Probably need to clarify the JavaDoc, though the explicit "final" on the class indicates that it wasn't intended or expected to be compatible for extension, though hopefully it is compatible for use. The primary motivator was to allow projects that had used, but not extended, o.a.l.RFA and o.a.l.DailyRFA to work with both 1.2.x and 1.3.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
