RFR: 8249867: xml declaration is not followed by a newline [v4]
Joe Wang
joehw at openjdk.java.net
Fri Jan 29 18:24:59 UTC 2021
> Please review a patch to add an explicit control over whether a newline should be added after the XML header. This is done by adding a DOM LSSerializer property "jdk-is-standalone" and System property "jdk.xml.isStandalone".
>
> This change addresses an incompatibility introduced during 7u4 as an update to Xalan 2.7.1.
Joe Wang has updated the pull request incrementally with one additional commit since the last revision:
update javadoc
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/2041/files
- new: https://git.openjdk.java.net/jdk/pull/2041/files/0ed62318..44a568b5
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2041&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2041&range=02-03
Stats: 15 lines in 1 file changed: 0 ins; 0 del; 15 mod
Patch: https://git.openjdk.java.net/jdk/pull/2041.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/2041/head:pull/2041
PR: https://git.openjdk.java.net/jdk/pull/2041
More information about the core-libs-dev
mailing list