This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit e1c1c7f9f0c092771c0e2d4f8fe46528fe1f2847 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Oct 21 20:40:27 2019 +0200 Regen --- .../components/modules/ROOT/pages/debezium-component.adoc | 15 +++++---------- docs/components/modules/ROOT/pages/jdbc-component.adoc | 4 ---- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/docs/components/modules/ROOT/pages/debezium-component.adoc b/docs/components/modules/ROOT/pages/debezium-component.adoc index baf2211..f1b98ec 100644 --- a/docs/components/modules/ROOT/pages/debezium-component.adoc +++ b/docs/components/modules/ROOT/pages/debezium-component.adoc @@ -14,21 +14,20 @@ Maven users will need to add the following dependency to their `pom.xml` for this component. [source,xml] ------------------------------------------------------------- +---- <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-debezium</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency> ------------------------------------------------------------- +---- == URI format -[source,java] +[source,text] --------------------------- debezium:connector-type[?options] - --------------------------- == Supported Debezium Connectors @@ -36,17 +35,15 @@ debezium:connector-type[?options] *Note:* Other Debezium connectors are _not_ supported at the moment. - *Note:* Due to licensing issues, you will need to add the dependency for `mysql-conenctor-java` if you are using MySQL connector, just add the following to your POM file: [source,xml] ------------------------------------------------------------- +---- <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>8.0.15</version> </dependency> ------------------------------------------------------------- - +---- == Options @@ -254,6 +251,4 @@ from("debezium:[connectorType]?[options]]) }); ---- - - *Important Note:* This component is a thin wrapper around Debezium Engine as mentioned, therefore before using this component in production, you need to understand how Debezium works and how configurations can reflect the expected behavior, especially in regards to https://debezium.io/documentation/reference/0.9/operations/embedded.html#_handling_failures[handling failures]. diff --git a/docs/components/modules/ROOT/pages/jdbc-component.adoc b/docs/components/modules/ROOT/pages/jdbc-component.adoc index 1efa5cc..b7fbd93 100644 --- a/docs/components/modules/ROOT/pages/jdbc-component.adoc +++ b/docs/components/modules/ROOT/pages/jdbc-component.adoc @@ -176,10 +176,6 @@ return the generated keys in headers. + generated keys will be provided as headers with the keys listed in the table above. -You can see more details in this -https://svn.apache.org/repos/asf/camel/trunk/components/camel-jdbc/src/test/java/org/apache/camel/component/jdbc/JdbcGeneratedKeysTest.java[unit -test]. - Using generated keys does not work with together with named parameters. == Using named parameters