To Xalan-J users: Is there anyone who wishes Apache Xalan to continue supporting the runtime environment of 1.1.x ?
The issue that came up at the Xalan-J JIRA meeting today was that we stop supporting JDK 1.1.8, specifically that we stop supporting JDK 1.1.x and move to JDK 1.2 or later. This discussion was prompted by issue xalanj-2284 (http://issues.apache.org/jira/browse/XALANJ-2284) which proposed using an ArrayList rather than a Vector, and a HashMap rather than a Hashtable. Both ArrayList and HashMap are not synchronized and should run faster, but these classes do not exist in JDK 1.1.x So to accept this patch we need to drop support for 1.1.x Note that Apache Xerces has already dropped support for 1.1.x. - Brian - - - - - - - - - - - - - - - - - - - - Brian Minchau Apache Xalan PMC Member e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]