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 6fc665e Regen for commit 904a602e5c2a8c66625a5c40af875953a095e1e4 6fc665e is described below commit 6fc665e40b6ec5e9e6e974177998edf64b92772c Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Mon Nov 9 12:03:05 2020 +0000 Regen for commit 904a602e5c2a8c66625a5c40af875953a095e1e4 Signed-off-by: GitHub <nore...@github.com> --- .../org/apache/camel/catalog/docs/jsonpath-language.adoc | 2 +- .../modules/dataformats/pages/json-jsonb-dataformat.adoc | 13 +++++++++++++ .../modules/languages/pages/jsonpath-language.adoc | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/jsonpath-language.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/jsonpath-language.adoc index 3a18a78..6744e62 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/jsonpath-language.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/jsonpath-language.adoc @@ -183,7 +183,7 @@ And in XML DSL: This option is also available on the `@JsonPath` annotation. -== Inline Simple exceptions +== Inline Simple expressions *Since Camel 2.18* diff --git a/docs/components/modules/dataformats/pages/json-jsonb-dataformat.adoc b/docs/components/modules/dataformats/pages/json-jsonb-dataformat.adoc index 90d9e05..dbeeaae 100644 --- a/docs/components/modules/dataformats/pages/json-jsonb-dataformat.adoc +++ b/docs/components/modules/dataformats/pages/json-jsonb-dataformat.adoc @@ -58,4 +58,17 @@ the download page for the latest versions). </dependency> ---------------------------------------------------------- +You have to add the dependency on *implementation* of jsonb specification. + +If you want to add Johnzon imlementation and you are using maven, just add following to you pom.xml + +[source,xml] +---------------------------------------------------------- +<dependency> + <groupId>org.apache.johnzon</groupId> + <artifactId>johnzon-jsonb</artifactId> + <version>x.x.x</version> +</dependency> +---------------------------------------------------------- + include::camel-spring-boot::page$jsonb-starter.adoc[] diff --git a/docs/components/modules/languages/pages/jsonpath-language.adoc b/docs/components/modules/languages/pages/jsonpath-language.adoc index ff0034f..0c26e35 100644 --- a/docs/components/modules/languages/pages/jsonpath-language.adoc +++ b/docs/components/modules/languages/pages/jsonpath-language.adoc @@ -185,7 +185,7 @@ And in XML DSL: This option is also available on the `@JsonPath` annotation. -== Inline Simple exceptions +== Inline Simple expressions *Since Camel 2.18*