This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 76b27ae65f9391b7fa40a89d32596ecd02efeaaf Author: Bilgin Ibryam <bibr...@gmail.com> AuthorDate: Wed Dec 12 11:50:26 2018 +0000 Fix xtream link --- components/camel-xstream/src/main/docs/xstream-dataformat.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-xstream/src/main/docs/xstream-dataformat.adoc b/components/camel-xstream/src/main/docs/xstream-dataformat.adoc index d81eb2d..b57692a 100644 --- a/components/camel-xstream/src/main/docs/xstream-dataformat.adoc +++ b/components/camel-xstream/src/main/docs/xstream-dataformat.adoc @@ -4,7 +4,7 @@ *Available as of Camel version 1.3* XStream is a Data Format which uses the -http://xstream.codehaus.org/[XStream library] to marshal and unmarshal +http://x-stream.github.io/[XStream library] to marshal and unmarshal Java objects to and from XML. To use XStream in your camel routes you need to add the a dependency @@ -121,7 +121,7 @@ from("direct:marshal"). ### XMLInputFactory and XMLOutputFactory -http://xstream.codehaus.org/[The XStream library] uses the +http://x-stream.github.io/[The XStream library] uses the `javax.xml.stream.XMLInputFactory` and `javax.xml.stream.XMLOutputFactory`, you can control which implementation of this factory should be used.