Integrated: 8255918: XMLStreamFilterImpl constructor consumes XMLStreamException

Michael Edgar github.com+20868526+mikeedgar at openjdk.java.net
Thu Dec 10 03:42:36 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`).

This pull request has now been integrated.

Changeset: 6847bbbb
Author:    Michael Edgar <michael at xlate.io>
Committer: Joe Wang <joehw at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/6847bbbb
Stats:     103 lines in 2 files changed: 91 ins; 7 del; 5 mod

8255918: XMLStreamFilterImpl constructor consumes XMLStreamException

Reviewed-by: joehw

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

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


More information about the core-libs-dev mailing list