Skip to content

Commit

Permalink
[RESTEASY-1291] (#1372)
Browse files Browse the repository at this point in the history
* [RESTEASY-1291]

Update link to jettison in User Guide.

* Update Jaxb.xml

Added ".".
  • Loading branch information
ronsigal committed Dec 21, 2017
1 parent c23d3a6 commit dd42969
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docbook/reference/en/en-US/modules/Jaxb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,12 +317,10 @@ public static class TestService
<para>

RESTEasy allows you to marshall JAXB annotated POJOs to and from JSON. This provider wraps the Jettison JSON
library to accomplish this. You can obtain more information about Jettison and how it works from:
library to accomplish this. You can obtain more information about Jettison and how it works from
<ulink url="https://github.com/jettison-json/jettison">https://github.com/jettison-json/jettison</ulink>.
</para>
<para>
http://jettison.codehaus.org/
</para>
<para>
<para>
To use this integration with Jettision you need to import the resteasy-jettison-provider Maven module. Older versions
of RESTEasy used to include this within the resteasy-jaxb-provider but we decided to modularize it more.
</para>
Expand Down

0 comments on commit dd42969

Please sign in to comment.