DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35893>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35893 Summary: Loader.getResource has broken compatibility with Log4J 1.1 Product: Log4j Version: 1.2 Platform: Other OS/Version: other Status: NEW Severity: major Priority: P2 Component: Other AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The signature of org.apache.log4j.helpers.Loader.getResource() has changed between 1.1 and 1.2. In 1.1, it is: public static URL getResource(String resource, Class clazz) In 1.2, it changed to: public static URL getResource(String resource) We are using 3rd party software that relies on the first method signature, so we see a NoSuchMethodError when using 1.2. We would like to updated to 1.2 to make use of the MDC class. Can a backwards compatibility method be added to this class? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
