https://issues.apache.org/bugzilla/show_bug.cgi?id=45240
--- Comment #4 from Michael Glavassevich <[EMAIL PROTECTED]> 2008-06-19 20:21:48 PST --- Yes SAX1 is deprecated, but the proposed patch makes backwards incompatible changes to the API. Deleting methods and interfaces from an API which has shipped is generally a bad thing to do. There are lots of methods, classes and interfaces in the Java platform that are deprecated and none of them can be deleted because it might break some existing application. Not in favour of changes which might break the existing user base. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
