https://bz.apache.org/bugzilla/show_bug.cgi?id=57031
--- Comment #11 from Dominik Stadler <[email protected]> --- As we are on Java 6+, we can expect an XML Parser to be present as part of the Java platform itself. There are some versions of IBM Java 6 that did not manage to do this correctly, but we direct users of that JDK to upgrade to IBM Java 7 anyway as we are using the bundled XML Parser elsewhere already anyway. Changing the XML parser sounds like a change that can have quite some side-effects. So I would postpone it at least after a 3.14 release if possible, albeit I don't know much about the use of the Piccolo parser in POI, so it might be a smaller change than I think. However I think we should at least do some larger testing of it, i.e. performance, memory consumption, ... to verify that we do not introduce some bigger degradation here. And BTW, we already have a class DocumentHelper which does very similar things than StaxHelper, wouldn't it make sense to combine those two? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
