You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/02/11 11:40:45 UTC

[3/3] camel git commit: CAMEL-10810: Component docs - Remove .0 from available from

CAMEL-10810: Component docs - Remove .0 from available from


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/02c92631
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/02c92631
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/02c92631

Branch: refs/heads/master
Commit: 02c92631cebeb13d5d6864adbfae79233b009062
Parents: e96bc0a
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Feb 11 12:40:29 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Feb 11 12:40:29 2017 +0100

----------------------------------------------------------------------
 camel-core/readme.adoc |  78 +++---
 components/readme.adoc | 640 ++++++++++++++++++++++----------------------
 2 files changed, 359 insertions(+), 359 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/02c92631/camel-core/readme.adoc
----------------------------------------------------------------------
diff --git a/camel-core/readme.adoc b/camel-core/readme.adoc
index 4cd40eb..a82b260 100644
--- a/camel-core/readme.adoc
+++ b/camel-core/readme.adoc
@@ -13,79 +13,79 @@ Number of Components: 25
 | Component | Available From | Description
 
 | link:src/main/docs/bean-component.adoc[Bean] (camel-core) +
-`bean:beanName` | 1.0.0 | The bean component is for invoking Java beans from Camel.
+`bean:beanName` | 1.0 | The bean component is for invoking Java beans from Camel.
 
 | link:src/main/docs/binding-component.adoc[Binding] (camel-core) +
-`binding:bindingName:delegateUri` | 2.11.0 | The binding component is used for as a of wrapping an Endpoint in a contract with a data format.
+`binding:bindingName:delegateUri` | 2.11 | The binding component is used for as a of wrapping an Endpoint in a contract with a data format.
 
 | link:src/main/docs/browse-component.adoc[Browse] (camel-core) +
-`browse:name` | 1.3.0 | The browse component is used for viewing the messages received on endpoints that supports BrowsableEndpoint.
+`browse:name` | 1.3 | The browse component is used for viewing the messages received on endpoints that supports BrowsableEndpoint.
 
 | link:src/main/docs/class-component.adoc[Class] (camel-core) +
-`class:beanName` | 2.4.0 | The Class Component is for invoking Java Classes (Java beans) from Camel.
+`class:beanName` | 2.4 | The Class Component is for invoking Java Classes (Java beans) from Camel.
 
 | link:src/main/docs/controlbus-component.adoc[Control Bus] (camel-core) +
-`controlbus:command:language` | 2.11.0 | The controlbus component provides easy management of Camel applications based on the Control Bus EIP pattern.
+`controlbus:command:language` | 2.11 | The controlbus component provides easy management of Camel applications based on the Control Bus EIP pattern.
 
 | link:src/main/docs/dataformat-component.adoc[Data Format] (camel-core) +
-`dataformat:name:operation` | 2.12.0 | The dataformat component is used for working with Data Formats as if it was a regular Component supporting Endpoints and URIs.
+`dataformat:name:operation` | 2.12 | The dataformat component is used for working with Data Formats as if it was a regular Component supporting Endpoints and URIs.
 
 | link:src/main/docs/dataset-component.adoc[Dataset] (camel-core) +
-`dataset:name` | 1.3.0 | The dataset component provides a mechanism to easily perform load & soak testing of your system.
+`dataset:name` | 1.3 | The dataset component provides a mechanism to easily perform load & soak testing of your system.
 
 | link:src/main/docs/direct-component.adoc[Direct] (camel-core) +
-`direct:name` | 1.0.0 | The direct component provides direct synchronous call to another endpoint from the same CamelContext.
+`direct:name` | 1.0 | The direct component provides direct synchronous call to another endpoint from the same CamelContext.
 
 | link:src/main/docs/direct-vm-component.adoc[Direct VM] (camel-core) +
-`direct-vm:name` | 2.10.0 | The direct-vm component provides direct synchronous call to another endpoint from any CamelContext in the same JVM.
+`direct-vm:name` | 2.10 | The direct-vm component provides direct synchronous call to another endpoint from any CamelContext in the same JVM.
 
 | link:src/main/docs/file-component.adoc[File] (camel-core) +
-`file:directoryName` | 1.0.0 | The file component is used for reading or writing files.
+`file:directoryName` | 1.0 | The file component is used for reading or writing files.
 
 | link:src/main/docs/language-component.adoc[Language] (camel-core) +
-`language:languageName:resourceUri` | 2.5.0 | The language component allows you to send a message to an endpoint which executes a script by any of the supported Languages in Camel.
+`language:languageName:resourceUri` | 2.5 | The language component allows you to send a message to an endpoint which executes a script by any of the supported Languages in Camel.
 
 | link:src/main/docs/log-component.adoc[Log] (camel-core) +
-`log:loggerName` | 1.1.0 | The log component logs message exchanges to the underlying logging mechanism.
+`log:loggerName` | 1.1 | The log component logs message exchanges to the underlying logging mechanism.
 
 | link:src/main/docs/mock-component.adoc[Mock] (camel-core) +
-`mock:name` | 1.0.0 | The mock component is used for testing routes and mediation rules using mocks.
+`mock:name` | 1.0 | The mock component is used for testing routes and mediation rules using mocks.
 
 | link:src/main/docs/properties-component.adoc[Properties] (camel-core) +
-`properties:key` | 2.3.0 | The properties component is used for using property placeholders in endpoint uris.
+`properties:key` | 2.3 | The properties component is used for using property placeholders in endpoint uris.
 
 | link:src/main/docs/ref-component.adoc[Ref] (camel-core) +
-`ref:name` | 1.2.0 | The ref component is used for lookup of existing endpoints bound in the Registry.
+`ref:name` | 1.2 | The ref component is used for lookup of existing endpoints bound in the Registry.
 
 | link:src/main/docs/rest-component.adoc[REST] (camel-core) +
-`rest:method:path:uriTemplate` | 2.14.0 | The rest component is used for either hosting REST services (consumer) or calling external REST services (producer).
+`rest:method:path:uriTemplate` | 2.14 | The rest component is used for either hosting REST services (consumer) or calling external REST services (producer).
 
 | link:src/main/docs/rest-api-component.adoc[REST API] (camel-core) +
-`rest-api:path/contextIdPattern` | 2.16.0 | The rest-api component is used for providing Swagger API of the REST services which has been defined using the rest-dsl in Camel.
+`rest-api:path/contextIdPattern` | 2.16 | The rest-api component is used for providing Swagger API of the REST services which has been defined using the rest-dsl in Camel.
 
 | link:src/main/docs/scheduler-component.adoc[Scheduler] (camel-core) +
-`scheduler:name` | 2.15.0 | The scheduler component is used for generating message exchanges when a scheduler fires.
+`scheduler:name` | 2.15 | The scheduler component is used for generating message exchanges when a scheduler fires.
 
 | link:src/main/docs/seda-component.adoc[SEDA] (camel-core) +
-`seda:name` | 1.1.0 | The seda component provides asynchronous call to another endpoint from any CamelContext in the same JVM.
+`seda:name` | 1.1 | The seda component provides asynchronous call to another endpoint from any CamelContext in the same JVM.
 
 | link:src/main/docs/stub-component.adoc[Stub] (camel-core) +
-`stub:name` | 2.10.0 | The stub component provides a simple way to stub out any physical endpoints while in development or testing.
+`stub:name` | 2.10 | The stub component provides a simple way to stub out any physical endpoints while in development or testing.
 
 | link:src/main/docs/test-component.adoc[Test] (camel-core) +
-`test:name` | 1.3.0 | The test component extends the mock component by on startup to pull messages from another endpoint to set the expected message bodies.
+`test:name` | 1.3 | The test component extends the mock component by on startup to pull messages from another endpoint to set the expected message bodies.
 
 | link:src/main/docs/timer-component.adoc[Timer] (camel-core) +
-`timer:timerName` | 1.0.0 | The timer component is used for generating message exchanges when a timer fires.
+`timer:timerName` | 1.0 | The timer component is used for generating message exchanges when a timer fires.
 
 | link:src/main/docs/validator-component.adoc[Validator] (camel-core) +
-`validator:resourceUri` | 1.1.0 | Validates the payload of a message using XML Schema and JAXP Validation.
+`validator:resourceUri` | 1.1 | Validates the payload of a message using XML Schema and JAXP Validation.
 
 | link:src/main/docs/vm-component.adoc[VM] (camel-core) +
-`vm:name` | 1.1.0 | The vm component provides asynchronous call to another endpoint from the same CamelContext.
+`vm:name` | 1.1 | The vm component provides asynchronous call to another endpoint from the same CamelContext.
 
 | link:src/main/docs/xslt-component.adoc[XSLT] (camel-core) +
-`xslt:resourceUri` | 1.3.0 | Transforms the message using a XSLT template.
+`xslt:resourceUri` | 1.3 | Transforms the message using a XSLT template.
 
 |=======================================================================
 // components: END
@@ -109,13 +109,13 @@ Number of Data Formats: 4
 |=======================================================================
 | Data Format | Available From | Description
 
-| link:src/main/docs/gzip-dataformat.adoc[GZip] (camel-core) | 2.0.0 | GZip compression data format
+| link:src/main/docs/gzip-dataformat.adoc[GZip] (camel-core) | 2.0 | GZip compression data format
 
-| link:src/main/docs/serialization-dataformat.adoc[Java Object Serialization] (camel-core) | 2.12.0 | Java Object Serialization data format
+| link:src/main/docs/serialization-dataformat.adoc[Java Object Serialization] (camel-core) | 2.12 | Java Object Serialization data format
 
-| link:src/main/docs/string-dataformat.adoc[String Encoding] (camel-core) | 2.12.0 | String (text based) data format
+| link:src/main/docs/string-dataformat.adoc[String Encoding] (camel-core) | 2.12 | String (text based) data format
 
-| link:src/main/docs/zip-dataformat.adoc[Zip Deflate Compression] (camel-core) | 2.12.0 | Zip compression data format (not for zip files)
+| link:src/main/docs/zip-dataformat.adoc[Zip Deflate Compression] (camel-core) | 2.12 | Zip compression data format (not for zip files)
 |=======================================================================
 // dataformats: END
 
@@ -139,25 +139,25 @@ Number of Languages: 10
 |=======================================================================
 | Language | Available From | Description
 
-| link:src/main/docs/bean-language.adoc[Bean method] (camel-core) | 1.3.0 | For expressions and predicates using a java bean (aka method call)
+| link:src/main/docs/bean-language.adoc[Bean method] (camel-core) | 1.3 | For expressions and predicates using a java bean (aka method call)
 
-| link:src/main/docs/constant-language.adoc[Constant] (camel-core) | 1.5.0 | For expressions and predicates using a constant
+| link:src/main/docs/constant-language.adoc[Constant] (camel-core) | 1.5 | For expressions and predicates using a constant
 
-| link:src/main/docs/exchangeProperty-language.adoc[ExchangeProperty] (camel-core) | 2.0.0 | An expression which extracts the named exchange property
+| link:src/main/docs/exchangeProperty-language.adoc[ExchangeProperty] (camel-core) | 2.0 | An expression which extracts the named exchange property
 
-| link:src/main/docs/file-language.adoc[File] (camel-core) | 1.1.0 | For expressions and predicates using the file/simple language
+| link:src/main/docs/file-language.adoc[File] (camel-core) | 1.1 | For expressions and predicates using the file/simple language
 
-| link:src/main/docs/header-language.adoc[Header] (camel-core) | 1.5.0 | An expression which extracts the named exchange header
+| link:src/main/docs/header-language.adoc[Header] (camel-core) | 1.5 | An expression which extracts the named exchange header
 
-| link:src/main/docs/ref-language.adoc[Ref] (camel-core) | 2.8.0 | For using a custom expression or predicate
+| link:src/main/docs/ref-language.adoc[Ref] (camel-core) | 2.8 | For using a custom expression or predicate
 
-| link:src/main/docs/simple-language.adoc[Simple] (camel-core) | 1.1.0 | For expressions and predicates using the simple language
+| link:src/main/docs/simple-language.adoc[Simple] (camel-core) | 1.1 | For expressions and predicates using the simple language
 
-| link:src/main/docs/tokenize-language.adoc[Tokenize] (camel-core) | 2.0.0 | For expressions and predicates using a body or header tokenizer
+| link:src/main/docs/tokenize-language.adoc[Tokenize] (camel-core) | 2.0 | For expressions and predicates using a body or header tokenizer
 
-| link:src/main/docs/xtokenize-language.adoc[XML Tokenize] (camel-core) | 2.14.0 | For expressions and predicates using a body or header tokenizer
+| link:src/main/docs/xtokenize-language.adoc[XML Tokenize] (camel-core) | 2.14 | For expressions and predicates using a body or header tokenizer
 
-| link:src/main/docs/xpath-language.adoc[XPath] (camel-core) | 1.1.0 | For XPath expressions and predicates
+| link:src/main/docs/xpath-language.adoc[XPath] (camel-core) | 1.1 | For XPath expressions and predicates
 |=======================================================================
 // languages: END