Repository: camel Updated Branches: refs/heads/master 8f10e2b10 -> 857054d1e
fixing links and misprints inside components docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/857054d1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/857054d1 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/857054d1 Branch: refs/heads/master Commit: 857054d1ee07c4b6402fdba28981a7456a71239a Parents: 8f10e2b Author: Dmitry Volodin <dmvo...@gmail.com> Authored: Fri Apr 21 11:08:45 2017 +0300 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Apr 21 10:16:10 2017 +0200 ---------------------------------------------------------------------- components/camel-mail/src/main/docs/mail-component.adoc | 2 +- .../src/main/docs/olingo4-component.adoc | 7 ++++--- .../camel-protobuf/src/main/docs/protobuf-dataformat.adoc | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/857054d1/components/camel-mail/src/main/docs/mail-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-mail/src/main/docs/mail-component.adoc b/components/camel-mail/src/main/docs/mail-component.adoc index c3ed88d..fd0ac47 100644 --- a/components/camel-mail/src/main/docs/mail-component.adoc +++ b/components/camel-mail/src/main/docs/mail-component.adoc @@ -215,7 +215,7 @@ smtp://mycompany.mailserver:30?password=tiger&username=scott - link:imaps.html[IMAPs] - link:pop3.html[POP3s] - link:pop3s.html[POP3s] -- link:smtp.html[STMP] +- link:smtp.html[SMTP] - link:smtps.html[SMTPs] #### Default ports http://git-wip-us.apache.org/repos/asf/camel/blob/857054d1/components/camel-olingo4/camel-olingo4-component/src/main/docs/olingo4-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-olingo4/camel-olingo4-component/src/main/docs/olingo4-component.adoc b/components/camel-olingo4/camel-olingo4-component/src/main/docs/olingo4-component.adoc index 44eeb53..ada5f98 100644 --- a/components/camel-olingo4/camel-olingo4-component/src/main/docs/olingo4-component.adoc +++ b/components/camel-olingo4/camel-olingo4-component/src/main/docs/olingo4-component.adoc @@ -4,8 +4,8 @@ The Olingo4 component utilizes http://olingo.apache.org/[Apache Olingo] version 4.0 APIs to interact with OData 4.0 compliant service. -Since verison 4.0 OData is OASIS standard and number of popular commercial -and enterprise vendors and products support this protocol. +Since verison 4.0 OData is OASIS standard and number of popular opensource +and commercial vendors and products support this protocol. A sample list of supporting products can be found on the OData http://www.odata.org/ecosystem/[website]. @@ -26,7 +26,8 @@ for this component: <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-olingo4</artifactId> - <version>${camel-version}</version> + <version>x.x.x</version> + <!-- use the same version as your Camel core version --> </dependency> ---------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/857054d1/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc ---------------------------------------------------------------------- diff --git a/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc b/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc index c832c73..448cd01 100644 --- a/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc +++ b/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc @@ -182,7 +182,7 @@ default instance class name like this. ### Spring DSL -The following example shows how to use Castor to unmarshal using Spring +The following example shows how to use Protobuf to unmarshal using Spring configuring the protobuf data type [source,java]