RFR: 8255918: XMLStreamFilterImpl constructor consumes XMLStreamException

Michael Edgar github.com+20868526+mikeedgar at openjdk.java.net
Sun Dec 6 00:05:17 UTC 2020


On Fri, 13 Nov 2020 22:14:47 GMT, Michael Edgar <github.com+20868526+MikeEdgar at openjdk.org> wrote:

> Allow `XMLStreamException` to be thrown to the application when a filtered `XMLStreamReader` encounters an `XMLStreamException` advancing the wrapped `XMLStreamReader`.
> 
> Note, this PR includes a method signature change (constructor of `com.sun.org.apache.xerces.internal.impl.XMLStreamFilterImpl`).

Test has been updated for `jtreg`.

-------------

PR: https://git.openjdk.java.net/jdk/pull/1209


More information about the core-libs-dev mailing list