This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 9ce8766 Regen 9ce8766 is described below commit 9ce87662e1717562534d66b961165ed9d10969ef Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 29 13:46:53 2019 +0100 Regen --- components/readme.adoc | 6 ++---- docs/components/modules/ROOT/pages/jooq-component.adoc | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/components/readme.adoc b/components/readme.adoc index 81f0f5d..8fbc15e 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -467,7 +467,7 @@ Number of Components: 293 in 228 JAR artifacts (0 deprecated) `jolt:resourceUri` | 2.16 | The jolt component allows you to process a JSON messages using an JOLT specification (such as JSON-JSON transformation). | link:camel-jooq/src/main/docs/jooq-component.adoc[JOOQ] (camel-jooq) + -`jooq://entityType/operation` | 3.0 | The jooq component enables you to store and retrieve entities from databases using JOOQ. +`jooq:entityType/operation` | 3.0 | The jooq component enables you to store and retrieve entities from databases using JOOQ | link:camel-jpa/src/main/docs/jpa-component.adoc[JPA] (camel-jpa) + `jpa:entityType` | 1.0 | The jpa component enables you to store and retrieve Java objects from databases using JPA. @@ -1043,7 +1043,7 @@ Number of Languages: 18 in 9 JAR artifacts (1 deprecated) ==== Miscellaneous Components // others: START -Number of Miscellaneous Components: 31 in 31 JAR artifacts (0 deprecated) +Number of Miscellaneous Components: 30 in 30 JAR artifacts (0 deprecated) [width="100%",cols="4,1,5",options="header"] |=== @@ -1055,8 +1055,6 @@ Number of Miscellaneous Components: 31 in 31 JAR artifacts (0 deprecated) | link:camel-cxf-transport/src/main/docs/cxf-transport.adoc[CXF Transport] (camel-cxf-transport) | 2.8 | Camel Transport for Apache CXF -| link:camel-dropbox/src/main/docs/dropbox.adoc[Dropbox] (camel-dropbox) | | Camel Dropbox support - | link:camel-hystrix/src/main/docs/hystrix.adoc[Hystrix] (camel-hystrix) | 2.18 | Circuit Breaker EIP using Netflix Hystrix | link:camel-jasypt/src/main/docs/jasypt.adoc[Jasypt] (camel-jasypt) | 2.5 | Security using Jasypt diff --git a/docs/components/modules/ROOT/pages/jooq-component.adoc b/docs/components/modules/ROOT/pages/jooq-component.adoc index 10a1d04..6d8ae58 100644 --- a/docs/components/modules/ROOT/pages/jooq-component.adoc +++ b/docs/components/modules/ROOT/pages/jooq-component.adoc @@ -48,7 +48,7 @@ The JOOQ component supports 2 options, which are listed below. The JOOQ endpoint is configured using URI syntax: ---- -jooq://entityType/operation +jooq:entityType/operation ---- with the following path and query parameters: