[ https://issues.apache.org/jira/browse/XALANJ-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Minchau closed XALANJ-2336. --------------------------------- closing this issue. > Xalan-J should stop using java.util.Vector in some cases > -------------------------------------------------------- > > Key: XALANJ-2336 > URL: https://issues.apache.org/jira/browse/XALANJ-2336 > Project: XalanJ2 > Issue Type: Improvement > Affects Versions: 2.7 > Reporter: Brian Minchau > Fix For: 2.7.1 > > Attachments: IteratorPool.patch2.txt, ObjectPool.patch3.txt, > patch1.txt > > > Xalan-J uses the java.util.Vector class. > This class is synchronized. Until now its newer unsynchronized equivalent, > java.util.ArrayList and java.util.LinkedList could not be used. However now > that we have dropped support for 1.1.x we can move up to use the newer > classes available since JRE 1.2 > We should do this because the code will run faster. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]