RFR: 8255918: XMLStreamFilterImpl constructor consumes XMLStreamException
Michael Edgar
github.com+20868526+mikeedgar at openjdk.java.net
Tue Nov 17 11:12:19 UTC 2020
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`).
-------------
Commit messages:
- 8255918: Throw XMLStreamExceptions from XMLStreamFilterImpl constructor
Changes: https://git.openjdk.java.net/jdk/pull/1209/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1209&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8255918
Stats: 100 lines in 2 files changed: 88 ins; 7 del; 5 mod
Patch: https://git.openjdk.java.net/jdk/pull/1209.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1209/head:pull/1209
PR: https://git.openjdk.java.net/jdk/pull/1209
More information about the core-libs-dev
mailing list