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-karaf.git
The following commit(s) were added to refs/heads/master by this push: new 342a6a5 [create-pull-request] automated change 342a6a5 is described below commit 342a6a518c555f19dc35bff731345cbf6042424b Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Oct 17 01:01:45 2020 +0000 [create-pull-request] automated change --- docs/modules/ROOT/pages/components.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/components.adoc b/docs/modules/ROOT/pages/components.adoc index 9660923..fea504a 100644 --- a/docs/modules/ROOT/pages/components.adoc +++ b/docs/modules/ROOT/pages/components.adoc @@ -723,7 +723,7 @@ Number of Camel data formats: 46 in 38 JAR artifacts (0 deprecated) (camel-johnzon) | 2.18 | Marshal POJOs to JSON and back using Johnzon | xref:components:dataformats:json-jsonb-dataformat.adoc[JSON JSON-B] + -(camel-jsonb) | 3.6 | Marshal POJOs to JSON and back using JSON-B. +(camel-jsonb) | 3.7 | Marshal POJOs to JSON and back using JSON-B. | xref:components:dataformats:json-xstream-dataformat.adoc[JSON XStream] + (camel-xstream) | 2.0 | Marshal POJOs to JSON and back using XStream @@ -790,7 +790,7 @@ Number of Camel data formats: 46 in 38 JAR artifacts (0 deprecated) == Camel Languages // languages: START -Number of Camel languages: 17 in 11 JAR artifacts (0 deprecated) +Number of Camel languages: 18 in 12 JAR artifacts (0 deprecated) [width="100%",cols="4,1,5",options="header"] |=== @@ -817,6 +817,9 @@ Number of Camel languages: 17 in 11 JAR artifacts (0 deprecated) | xref:components:languages:hl7terser-language.adoc[HL7 Terser] + (camel-hl7) | 2.11 | Get the value of an HL7 message field specified by terse location specification syntax. +| xref:components:languages:joor-language.adoc[jOOR] + +(camel-joor) | 3.7 | Evaluate a jOOR (Java compiled once at runtime) expression language. + | xref:components:languages:jsonpath-language.adoc[JsonPath] + (camel-jsonpath) | 2.13 | Evaluate a JsonPath expression against a JSON message body.