Commit 56519e5c authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.0.x'

parents 77908765 8ee57ac5
...@@ -1166,19 +1166,6 @@ work. To use the Jackson XML renderer, add the following dependency to your proj ...@@ -1166,19 +1166,6 @@ work. To use the Jackson XML renderer, add the following dependency to your proj
</dependency> </dependency>
---- ----
You may also want to add a dependency on Woodstox. It is faster than the default StAX
implementation provided by the JDK and also adds pretty-print support and improved
namespace handling. The following listing shows how to include a dependency on
https://github.com/FasterXML/woodstox[Woodstox]:
[source,xml,indent=0,subs="verbatim,quotes,attributes"]
----
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
</dependency>
----
If Jackson's XML extension is not available, JAXB (provided by default in the JDK) is If Jackson's XML extension is not available, JAXB (provided by default in the JDK) is
used, with the additional requirement of having `MyThing` annotated as used, with the additional requirement of having `MyThing` annotated as
`@XmlRootElement`, as shown in the following example: `@XmlRootElement`, as shown in the following example:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment