-
Bug
-
Resolution: Fixed
-
P3
-
8u271
-
b01
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8259325 | 8u281 | Evan Whelan | P3 | Resolved | Fixed | b31 |
JDK-8257685 | 8u271 | Evan Whelan | P3 | Closed | Fixed | b35 |
JDK-8262601 | emb-8u291 | Evan Whelan | P3 | Resolved | Fixed | team |
A xml behavior change between jdk 1.8.0_251 to jdk 1.8.0_271 has been observed.
When using the method Element::appendChild and use the format format-pretty-print to true
to write the xml document.
It was found that in 8u271 a \n is introduced which does not occur in 8u251.
Example:
----jdk8u251---
<root>
<item/>
</root>
---jdk8u271---
<root>
<item>
</item>
</root>
When using the method Element::appendChild and use the format format-pretty-print to true
to write the xml document.
It was found that in 8u271 a \n is introduced which does not occur in 8u251.
Example:
----jdk8u251---
<root>
<item/>
</root>
---jdk8u271---
<root>
<item>
</item>
</root>
- backported by
-
JDK-8259325 Behavior change in XML since JDK 8u271
- Resolved
-
JDK-8262601 Behavior change in XML since JDK 8u271
- Resolved
-
JDK-8257685 Behavior change in XML since JDK 8u271
- Closed
- relates to
-
JDK-8238164 Update Xerces2 Java to version 2.12.0
- Resolved