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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b2b476  [create-pull-request] automated change
4b2b476 is described below

commit 4b2b4767c41c6ec32a4aa530545d302f08542c68
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 28 00:53:33 2020 +0000

    [create-pull-request] automated change
---
 .../springboot/catalog/components/direct-vm.json   |  2 +-
 .../springboot/catalog/components/direct.json      |  2 +-
 .../camel/springboot/catalog/dataformats/avro.json |  2 +-
 .../springboot/catalog/dataformats/fhirJson.json   |  2 +-
 .../springboot/catalog/dataformats/fhirXml.json    |  2 +-
 .../springboot/catalog/dataformats/flatpack.json   |  2 +-
 .../catalog/dataformats/gzipdeflater.json          |  2 +-
 .../springboot/catalog/dataformats/jsonApi.json    |  2 +-
 .../camel/springboot/catalog/dataformats/lzf.json  |  2 +-
 .../springboot/catalog/dataformats/tarfile.json    |  2 +-
 .../springboot/catalog/dataformats/thrift.json     |  2 +-
 .../catalog/dataformats/univocity-csv.json         |  2 +-
 .../catalog/dataformats/univocity-fixed.json       |  2 +-
 .../catalog/dataformats/univocity-tsv.json         |  2 +-
 .../springboot/catalog/dataformats/xstream.json    |  2 +-
 .../camel/springboot/catalog/languages/bean.json   |  2 +-
 .../camel/springboot/catalog/languages/groovy.json |  2 +-
 .../springboot/catalog/languages/hl7terser.json    |  2 +-
 .../springboot/catalog/languages/jsonpath.json     |  2 +-
 .../camel/springboot/catalog/languages/mvel.json   |  2 +-
 .../camel/springboot/catalog/languages/ognl.json   |  2 +-
 .../camel/springboot/catalog/languages/spel.json   |  2 +-
 .../camel/springboot/catalog/languages/xpath.json  |  2 +-
 .../camel/springboot/catalog/languages/xquery.json |  2 +-
 .../springboot/catalog/languages/xtokenize.json    |  2 +-
 components-starter/README.adoc                     | 50 +++++++++++-----------
 components-starter/camel-as2-starter/pom.xml       |  4 --
 .../springboot/AvroDataFormatConfiguration.java    |  2 +-
 .../bean/springboot/BeanLanguageConfiguration.java |  3 +-
 .../springboot/DirectComponentConfiguration.java   |  3 +-
 .../springboot/DirectVmComponentConfiguration.java |  3 +-
 .../FhirJsonDataFormatConfiguration.java           |  2 +-
 .../springboot/FhirXmlDataFormatConfiguration.java |  2 +-
 .../FlatpackDataFormatConfiguration.java           |  2 +-
 .../springboot/GroovyLanguageConfiguration.java    |  2 +-
 .../springboot/Hl7TerserLanguageConfiguration.java |  3 +-
 .../springboot/JsonApiDataFormatConfiguration.java |  2 +-
 .../springboot/JsonPathLanguageConfiguration.java  |  2 +-
 .../lzf/springboot/LZFDataFormatConfiguration.java |  2 +-
 .../mvel/springboot/MvelLanguageConfiguration.java |  2 +-
 .../ognl/springboot/OgnlLanguageConfiguration.java |  3 +-
 .../springboot/XQueryLanguageConfiguration.java    |  2 +-
 .../spel/springboot/SpelLanguageConfiguration.java |  3 +-
 .../springboot/TarFileDataFormatConfiguration.java |  2 +-
 .../springboot/ThriftDataFormatConfiguration.java  |  2 +-
 .../UniVocityCsvDataFormatConfiguration.java       |  2 +-
 ...UniVocityFixedWidthDataFormatConfiguration.java |  2 +-
 .../UniVocityTsvDataFormatConfiguration.java       |  2 +-
 .../XMLTokenizeLanguageConfiguration.java          |  3 +-
 .../springboot/XPathLanguageConfiguration.java     |  2 +-
 .../springboot/XStreamDataFormatConfiguration.java |  2 +-
 .../GzipDeflaterDataFormatConfiguration.java       |  2 +-
 docs/modules/ROOT/pages/list.adoc                  | 50 +++++++++++-----------
 53 files changed, 104 insertions(+), 107 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct-vm.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct-vm.json
index a3e7271..6062b7d 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct-vm.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct-vm.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "direct-vm",
     "title": "Direct VM",
-    "description": "Provides direct, synchronous call to another endpoint from 
any CamelContext in the same JVM.",
+    "description": "Call another endpoint from any Camel Context in the same 
JVM synchronously.",
     "deprecated": false,
     "firstVersion": "2.10.0",
     "label": "core,endpoint",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct.json
index d803bc4..e72d0e6 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "direct",
     "title": "Direct",
-    "description": "Provides a direct, synchronous call to another endpoint 
from the same CamelContext.",
+    "description": "Call another endpoint from the same Camel Context 
synchronously.",
     "deprecated": false,
     "firstVersion": "1.0.0",
     "label": "core,endpoint",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/avro.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/avro.json
index 5bea30f..7e03df0 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/avro.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/avro.json
@@ -3,7 +3,7 @@
     "kind": "dataformat",
     "name": "avro",
     "title": "Avro",
-    "description": "Serialize and deserialize messages using Apache Avro 
binary dataformat.",
+    "description": "Serialize and deserialize messages using Apache Avro 
binary data format.",
     "deprecated": false,
     "deprecationNote": "dataformat,transformation",
     "firstVersion": "2.14.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirJson.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirJson.json
index bb1c62f..8e9d84c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirJson.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirJson.json
@@ -3,7 +3,7 @@
     "kind": "dataformat",
     "name": "fhirJson",
     "title": "FHIR JSon",
-    "description": "Marshall\/unmarshall FHIR objects to\/from JSON.",
+    "description": "Marshall and unmarshall FHIR objects to\/from JSON.",
     "deprecated": false,
     "deprecationNote": "dataformat,transformation,hl7,json",
     "firstVersion": "2.21.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirXml.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirXml.json
index 4031a37..31a1323 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirXml.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fhirXml.json
@@ -3,7 +3,7 @@
     "kind": "dataformat",
     "name": "fhirXml",
     "title": "FHIR XML",
-    "description": "Marshall\/unmarshall FHIR objects to\/from XML.",
+    "description": "Marshall and unmarshall FHIR objects to\/from XML.",
     "deprecated": false,
     "deprecationNote": "dataformat,transformation,hl7,xml",
     "firstVersion": "2.21.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/flatpack.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/flatpack.json
index 020b32d..37a61fe 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/flatpack.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/flatpack.json
@@ -3,7 +3,7 @@
     "kind": "dataformat",
     "name": "flatpack",
     "title": "Flatpack",
-    "description": "Marshal and unmarshal Java lists and maps to\/from flat 
files (such as CSV, delimited, or fixed length formats).",
+    "description": "Marshal and unmarshal Java lists and maps to\/from flat 
files (such as CSV, delimited, or fixed length formats) using Flatpack 
library.",
     "deprecated": false,
     "deprecationNote": "dataformat,transformation,csv",
     "firstVersion": "2.1.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/gzipdeflater.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/gzipdeflater.json
index 5189494..768a418 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/gzipdeflater.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/gzipdeflater.json
@@ -3,7 +3,7 @@
     "kind": "dataformat",
     "name": "gzipdeflater",
     "title": "GZip Deflater",
-    "description": "Compress and de-compress messages using 
java.util.zip.GZIPStream.",
+    "description": "Compress and decompress messages using 
java.util.zip.GZIPStream.",
     "deprecated": false,
     "deprecationNote": "dataformat,transformation",
     "firstVersion": "2.0.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/jsonApi.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/jsonApi.json
index 168e09b..d322188 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/jsonApi.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/jsonApi.json
@@ -3,7 +3,7 @@
     "kind": "dataformat",
     "name": "jsonApi",
     "title": "JSonApi",
-    "description": "Marshal and unmarshal JSON:API resources.",
+    "description": "Marshal and unmarshal JSON:API resources using 
JSONAPI-Converter library.",
     "deprecated": false,
     "deprecationNote": "dataformat,transformation",
     "firstVersion": "3.0.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/lzf.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/lzf.json
index fc2a0b0..4bee3c1 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/lzf.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/lzf.json
@@ -3,7 +3,7 @@
     "kind": "dataformat",
     "name": "lzf",
     "title": "LZF Deflate Compression",
-    "description": "Compression and de-compress streams using LZF deflate 
algorithm.",
+    "description": "Compress and decompress streams using LZF deflate 
algorithm.",
     "deprecated": false,
     "deprecationNote": "dataformat,transformation",
     "firstVersion": "2.17.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/tarfile.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/tarfile.json
index 4ede420..20240f9 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/tarfile.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/tarfile.json
@@ -3,7 +3,7 @@
     "kind": "dataformat",
     "name": "tarfile",
     "title": "Tar File",
-    "description": "Archive\/extract files into\/from tarballs.",
+    "description": "Archive files into tarballs or extract files from 
tarballs.",
     "deprecated": false,
     "deprecationNote": "dataformat,transformation,file",
     "firstVersion": "2.16.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/thrift.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/thrift.json
index 7051611..36ac7fd 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/thrift.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/thrift.json
@@ -3,7 +3,7 @@
     "kind": "dataformat",
     "name": "thrift",
     "title": "Thrift",
-    "description": "Serialize and deserialize of messages using Apache Thrift 
binary dataformat.",
+    "description": "Serialize and deserialize messages using Apache Thrift 
binary data format.",
     "deprecated": false,
     "deprecationNote": "dataformat,transformation",
     "firstVersion": "2.20.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocity-csv.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocity-csv.json
index 5180930..b6d3291 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocity-csv.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocity-csv.json
@@ -3,7 +3,7 @@
     "kind": "dataformat",
     "name": "univocity-csv",
     "title": "uniVocity CSV",
-    "description": "Marshal and unmarshal Java objects from and to CSV (Comma 
Separated Values) using univocity-parsers.",
+    "description": "Marshal and unmarshal Java objects from and to CSV (Comma 
Separated Values) using UniVocity Parsers.",
     "deprecated": false,
     "deprecationNote": "dataformat,transformation,csv",
     "firstVersion": "2.15.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocity-fixed.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocity-fixed.json
index 35e9fdd..9d1a979 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocity-fixed.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocity-fixed.json
@@ -3,7 +3,7 @@
     "kind": "dataformat",
     "name": "univocity-fixed",
     "title": "uniVocity Fixed Length",
-    "description": "Marshal and unmarshal Java objects from and to fixed 
length records using univocity-parsers.",
+    "description": "Marshal and unmarshal Java objects from and to fixed 
length records using UniVocity Parsers.",
     "deprecated": false,
     "deprecationNote": "dataformat,transformation,csv",
     "firstVersion": "2.15.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocity-tsv.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocity-tsv.json
index e5eea71..58d849e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocity-tsv.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocity-tsv.json
@@ -3,7 +3,7 @@
     "kind": "dataformat",
     "name": "univocity-tsv",
     "title": "uniVocity TSV",
-    "description": "Marshal and unmarshal Java objects from and to TSV 
(Tab-Separated Values) records using univocity-parsers.",
+    "description": "Marshal and unmarshal Java objects from and to TSV 
(Tab-Separated Values) records using UniVocity Parsers.",
     "deprecated": false,
     "deprecationNote": "dataformat,transformation,csv",
     "firstVersion": "2.15.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/xstream.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/xstream.json
index 4d9c169..ca613f2 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/xstream.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/xstream.json
@@ -3,7 +3,7 @@
     "kind": "dataformat",
     "name": "xstream",
     "title": "XStream",
-    "description": "Marshal and unmarshal POJOs to\/from XML.",
+    "description": "Marshal and unmarshal POJOs to\/from XML using XStream 
library.",
     "deprecated": false,
     "deprecationNote": "dataformat,transformation,xml,json",
     "firstVersion": "1.3.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/bean.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/bean.json
index bd04735..b4162d7 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/bean.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/bean.json
@@ -3,7 +3,7 @@
     "kind": "language",
     "name": "bean",
     "title": "Bean method",
-    "description": "To use a Java bean (aka method call) in Camel expressions 
or predicates.",
+    "description": "Call a method of the specified Java bean passing the 
Exchange, Body or specific headers to it.",
     "deprecated": false,
     "deprecationNote": "language,core,java",
     "firstVersion": "1.3.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/groovy.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/groovy.json
index c3d5db8..5c5d497 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/groovy.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/groovy.json
@@ -3,7 +3,7 @@
     "kind": "language",
     "name": "groovy",
     "title": "Groovy",
-    "description": "To use Groovy scripts in Camel expressions or predicates.",
+    "description": "Evaluate a Groovy script.",
     "deprecated": false,
     "deprecationNote": "language,script",
     "firstVersion": "1.3.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/hl7terser.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/hl7terser.json
index e56d3cd..71778e7 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/hl7terser.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/hl7terser.json
@@ -3,7 +3,7 @@
     "kind": "language",
     "name": "hl7terser",
     "title": "HL7 Terser",
-    "description": "To use HL7 terser scripts in Camel expressions or 
predicates.",
+    "description": "Get the value of an HL7 message field specified by terse 
location specification syntax.",
     "deprecated": false,
     "deprecationNote": "language,hl7",
     "firstVersion": "2.11.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/jsonpath.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/jsonpath.json
index 8bf5b92..5ef14c5 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/jsonpath.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/jsonpath.json
@@ -3,7 +3,7 @@
     "kind": "language",
     "name": "jsonpath",
     "title": "JsonPath",
-    "description": "To use JsonPath in Camel expressions or predicates.",
+    "description": "Evaluate a JsonPath expression against a JSON message 
body.",
     "deprecated": false,
     "deprecationNote": "language,json",
     "firstVersion": "2.13.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/mvel.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/mvel.json
index dacb2a8..49a2bbb 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/mvel.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/mvel.json
@@ -3,7 +3,7 @@
     "kind": "language",
     "name": "mvel",
     "title": "MVEL",
-    "description": "To use MVEL scripts in Camel expressions or predicates.",
+    "description": "Evaluate an MVEL template against the Camel Exchange.",
     "deprecated": false,
     "deprecationNote": "language,java",
     "firstVersion": "2.0.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/ognl.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/ognl.json
index 2607a2a..01080b8 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/ognl.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/ognl.json
@@ -3,7 +3,7 @@
     "kind": "language",
     "name": "ognl",
     "title": "OGNL",
-    "description": "To use OGNL scripts in Camel expressions or predicates.",
+    "description": "Evaluate an Apache Commons Object Graph Navigation Library 
(OGNL) expression against the Camel Exchange.",
     "deprecated": false,
     "deprecationNote": "language,java",
     "firstVersion": "1.1.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/spel.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/spel.json
index 02e6c46..dcd68d3 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/spel.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/spel.json
@@ -3,7 +3,7 @@
     "kind": "language",
     "name": "spel",
     "title": "SpEL",
-    "description": "To use Spring Expression Language (SpEL) in Camel 
expressions or predicates.",
+    "description": "Evaluate a Spring Expression Language (SpEL) expression 
against the Camel Exchange.",
     "deprecated": false,
     "deprecationNote": "language,spring",
     "firstVersion": "2.7.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
index 6862357..20ce8f2 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
@@ -3,7 +3,7 @@
     "kind": "language",
     "name": "xpath",
     "title": "XPath",
-    "description": "To use XPath (XML) in Camel expressions or predicates.",
+    "description": "Evaluate an XPath expression against an XML payload.",
     "deprecated": false,
     "deprecationNote": "language,core,xml",
     "firstVersion": "1.1.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xquery.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xquery.json
index 4ab7f18..f619e6e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xquery.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xquery.json
@@ -3,7 +3,7 @@
     "kind": "language",
     "name": "xquery",
     "title": "XQuery",
-    "description": "To use XQuery (XML) in Camel expressions or predicates.",
+    "description": "Evaluate an XQuery expressions against an XML payload.",
     "deprecated": false,
     "deprecationNote": "language,xml",
     "firstVersion": "1.0.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json
index 8e2cb8b..1d515e9 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json
@@ -3,7 +3,7 @@
     "kind": "language",
     "name": "xtokenize",
     "title": "XML Tokenize",
-    "description": "To use Camel message body or header with a XML tokenizer 
in Camel expressions or predicates.",
+    "description": "Tokenize XML payloads using the specified path 
expression.",
     "deprecated": false,
     "deprecationNote": "language,core,xml",
     "firstVersion": "2.14.0",
diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index 8b50c5e..0c1d8ee 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -297,10 +297,10 @@ Number of Camel components: 329 in 262 JAR artifacts (1 
deprecated)
 `digitalocean:operation` | 2.19 | Manage Droplets and resources within the 
DigitalOcean cloud.
 
 | 
link:https://camel.apache.org/components/latest/direct-component.html[Direct] 
(camel-direct-starter) +
-`direct:name` | 1.0 | Provides a direct, synchronous call to another endpoint 
from the same CamelContext.
+`direct:name` | 1.0 | Call another endpoint from the same Camel Context 
synchronously.
 
 | 
link:https://camel.apache.org/components/latest/direct-vm-component.html[Direct 
VM] (camel-directvm-starter) +
-`direct-vm:name` | 2.10 | Provides direct, synchronous call to another 
endpoint from any CamelContext in the same JVM.
+`direct-vm:name` | 2.10 | Call another endpoint from any Camel Context in the 
same JVM synchronously.
 
 | 
link:https://camel.apache.org/components/latest/disruptor-component.html[Disruptor]
 (camel-disruptor-starter) +
 `disruptor:name` | 2.12 | Provides asynchronous SEDA behavior using LMAX 
Disruptor.
@@ -1017,7 +1017,7 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0 
deprecated)
 (camel-asn1-starter) | 2.20 | Encode and decode data structures using Abstract 
Syntax Notation One (ASN.1).
 
 | 
link:https://camel.apache.org/components/latest/dataformats/avro-dataformat.html[Avro]
 +
-(camel-avro-starter) | 2.14 | Serialize and deserialize messages using Apache 
Avro binary dataformat.
+(camel-avro-starter) | 2.14 | Serialize and deserialize messages using Apache 
Avro binary data format.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/barcode-dataformat.html[Barcode]
 +
 (camel-barcode-starter) | 2.14 | Transform strings to various 1D/2D barcode 
bitmap formats and back.
@@ -1047,19 +1047,19 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0 
deprecated)
 (camel-csv-starter) | 1.3 | Handle CSV (Comma Separated Values) payloads.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/fhirJson-dataformat.html[FHIR
 JSon] +
-(camel-fhir-starter) | 2.21 | Marshall/unmarshall FHIR objects to/from JSON.
+(camel-fhir-starter) | 2.21 | Marshall and unmarshall FHIR objects to/from 
JSON.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/fhirXml-dataformat.html[FHIR
 XML] +
-(camel-fhir-starter) | 2.21 | Marshall/unmarshall FHIR objects to/from XML.
+(camel-fhir-starter) | 2.21 | Marshall and unmarshall FHIR objects to/from XML.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/flatpack-dataformat.html[Flatpack]
 +
-(camel-flatpack-starter) | 2.1 | Marshal and unmarshal Java lists and maps 
to/from flat files (such as CSV, delimited, or fixed length formats).
+(camel-flatpack-starter) | 2.1 | Marshal and unmarshal Java lists and maps 
to/from flat files (such as CSV, delimited, or fixed length formats) using 
Flatpack library.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/grok-dataformat.html[Grok]
 +
 (camel-grok-starter) | 3.0 | Unmarshal unstructured data to objects using 
Logstash based Grok patterns.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/gzipdeflater-dataformat.html[GZip
 Deflater] +
-(camel-zip-deflater-starter) | 2.0 | Compress and de-compress messages using 
java.util.zip.GZIPStream.
+(camel-zip-deflater-starter) | 2.0 | Compress and decompress messages using 
java.util.zip.GZIPStream.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/hl7-dataformat.html[HL7]
 +
 (camel-hl7-starter) | 2.0 | Marshal and unmarshal HL7 (Health Care) model 
objects using the HL7 MLLP codec.
@@ -1089,10 +1089,10 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0 
deprecated)
 (camel-xstream-starter) | 2.0 | Marshal POJOs to JSON and back.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/jsonApi-dataformat.html[JSonApi]
 +
-(camel-jsonapi-starter) | 3.0 | Marshal and unmarshal JSON:API resources.
+(camel-jsonapi-starter) | 3.0 | Marshal and unmarshal JSON:API resources using 
JSONAPI-Converter library.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/lzf-dataformat.html[LZF
 Deflate Compression] +
-(camel-lzf-starter) | 2.17 | Compression and de-compress streams using LZF 
deflate algorithm.
+(camel-lzf-starter) | 2.17 | Compress and decompress streams using LZF deflate 
algorithm.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/mime-multipart-dataformat.html[MIME
 Multipart] +
 (camel-mail-starter) | 2.17 | Marshal Camel messages with attachments into 
MIME-Multipart messages and back.
@@ -1113,28 +1113,28 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0 
deprecated)
 (camel-syslog-starter) | 2.6 | Marshall SyslogMessages to RFC3164 and RFC5424 
messages and back.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/tarfile-dataformat.html[Tar
 File] +
-(camel-tarfile-starter) | 2.16 | Archive/extract files into/from tarballs.
+(camel-tarfile-starter) | 2.16 | Archive files into tarballs or extract files 
from tarballs.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/thrift-dataformat.html[Thrift]
 +
-(camel-thrift-starter) | 2.20 | Serialize and deserialize of messages using 
Apache Thrift binary dataformat.
+(camel-thrift-starter) | 2.20 | Serialize and deserialize messages using 
Apache Thrift binary data format.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/tidyMarkup-dataformat.html[TidyMarkup]
 +
 (camel-tagsoup-starter) | 2.0 | Parse (potentially invalid) HTML into valid 
HTML or DOM.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/univocity-csv-dataformat.html[uniVocity
 CSV] +
-(camel-univocity-parsers-starter) | 2.15 | Marshal and unmarshal Java objects 
from and to CSV (Comma Separated Values) using univocity-parsers.
+(camel-univocity-parsers-starter) | 2.15 | Marshal and unmarshal Java objects 
from and to CSV (Comma Separated Values) using UniVocity Parsers.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/univocity-fixed-dataformat.html[uniVocity
 Fixed Length] +
-(camel-univocity-parsers-starter) | 2.15 | Marshal and unmarshal Java objects 
from and to fixed length records using univocity-parsers.
+(camel-univocity-parsers-starter) | 2.15 | Marshal and unmarshal Java objects 
from and to fixed length records using UniVocity Parsers.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/univocity-tsv-dataformat.html[uniVocity
 TSV] +
-(camel-univocity-parsers-starter) | 2.15 | Marshal and unmarshal Java objects 
from and to TSV (Tab-Separated Values) records using univocity-parsers.
+(camel-univocity-parsers-starter) | 2.15 | Marshal and unmarshal Java objects 
from and to TSV (Tab-Separated Values) records using UniVocity Parsers.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/secureXML-dataformat.html[XML
 Security] +
 (camel-xmlsecurity-starter) | 2.0 | Encrypt and decrypt XML payloads using 
Apache Santuario.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/xstream-dataformat.html[XStream]
 +
-(camel-xstream-starter) | 1.3 | Marshal and unmarshal POJOs to/from XML.
+(camel-xstream-starter) | 1.3 | Marshal and unmarshal POJOs to/from XML using 
XStream library.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/yaml-snakeyaml-dataformat.html[YAML
 SnakeYAML] +
 (camel-snakeyaml-starter) | 2.17 | Marshal and unmarshal Java objects to and 
from YAML.
@@ -1157,7 +1157,7 @@ Number of Camel languages: 17 in 11 JAR artifacts (0 
deprecated)
 | Language | Since | Description
 
 | 
link:https://camel.apache.org/components/latest/languages/bean-language.html[Bean
 method] +
-(camel-bean-starter) | 1.3 | To use a Java bean (aka method call) in Camel 
expressions or predicates.
+(camel-bean-starter) | 1.3 | Call a method of the specified Java bean passing 
the Exchange, Body or specific headers to it.
 
 | 
link:https://camel.apache.org/components/latest/languages/constant-language.html[Constant]
 +
 (camel-base) | 1.5 | To use a constant value in Camel expressions or 
predicates. Important: this is a fixed constant value that is only set once 
during starting up the route, do not use this if you want dynamic values during 
routing.
@@ -1169,22 +1169,22 @@ Number of Camel languages: 17 in 11 JAR artifacts (0 
deprecated)
 (camel-base) | 1.1 | For expressions and predicates using the file/simple 
language.
 
 | 
link:https://camel.apache.org/components/latest/languages/groovy-language.html[Groovy]
 +
-(camel-groovy-starter) | 1.3 | To use Groovy scripts in Camel expressions or 
predicates.
+(camel-groovy-starter) | 1.3 | Evaluate a Groovy script.
 
 | 
link:https://camel.apache.org/components/latest/languages/header-language.html[Header]
 +
 (camel-base) | 1.5 | To use a Camel Message header in expressions or 
predicates.
 
 | 
link:https://camel.apache.org/components/latest/languages/hl7terser-language.html[HL7
 Terser] +
-(camel-hl7-starter) | 2.11 | To use HL7 terser scripts in Camel expressions or 
predicates.
+(camel-hl7-starter) | 2.11 | Get the value of an HL7 message field specified 
by terse location specification syntax.
 
 | 
link:https://camel.apache.org/components/latest/languages/jsonpath-language.html[JsonPath]
 +
-(camel-jsonpath-starter) | 2.13 | To use JsonPath in Camel expressions or 
predicates.
+(camel-jsonpath-starter) | 2.13 | Evaluate a JsonPath expression against a 
JSON message body.
 
 | 
link:https://camel.apache.org/components/latest/languages/mvel-language.html[MVEL]
 +
-(camel-mvel-starter) | 2.0 | To use MVEL scripts in Camel expressions or 
predicates.
+(camel-mvel-starter) | 2.0 | Evaluate an MVEL template against the Camel 
Exchange.
 
 | 
link:https://camel.apache.org/components/latest/languages/ognl-language.html[OGNL]
 +
-(camel-ognl-starter) | 1.1 | To use OGNL scripts in Camel expressions or 
predicates.
+(camel-ognl-starter) | 1.1 | Evaluate an Apache Commons Object Graph 
Navigation Library (OGNL) expression against the Camel Exchange.
 
 | 
link:https://camel.apache.org/components/latest/languages/ref-language.html[Ref]
 +
 (camel-base) | 2.8 | Reference to an existing Camel expression or predicate, 
which is looked up from the Camel registry.
@@ -1193,19 +1193,19 @@ Number of Camel languages: 17 in 11 JAR artifacts (0 
deprecated)
 (camel-base) | 1.1 | To use Camels built-in Simple language in Camel 
expressions or predicates.
 
 | 
link:https://camel.apache.org/components/latest/languages/spel-language.html[SpEL]
 +
-(camel-spring-starter) | 2.7 | To use Spring Expression Language (SpEL) in 
Camel expressions or predicates.
+(camel-spring-starter) | 2.7 | Evaluate a Spring Expression Language (SpEL) 
expression against the Camel Exchange.
 
 | 
link:https://camel.apache.org/components/latest/languages/tokenize-language.html[Tokenize]
 +
 (camel-base) | 2.0 | To use Camel message body or header with a tokenizer in 
Camel expressions or predicates.
 
 | 
link:https://camel.apache.org/components/latest/languages/xtokenize-language.html[XML
 Tokenize] +
-(camel-xml-jaxp-starter) | 2.14 | To use Camel message body or header with a 
XML tokenizer in Camel expressions or predicates.
+(camel-xml-jaxp-starter) | 2.14 | Tokenize XML payloads using the specified 
path expression.
 
 | 
link:https://camel.apache.org/components/latest/languages/xpath-language.html[XPath]
 +
-(camel-xpath-starter) | 1.1 | To use XPath (XML) in Camel expressions or 
predicates.
+(camel-xpath-starter) | 1.1 | Evaluate an XPath expression against an XML 
payload.
 
 | 
link:https://camel.apache.org/components/latest/languages/xquery-language.html[XQuery]
 +
-(camel-saxon-starter) | 1.0 | To use XQuery (XML) in Camel expressions or 
predicates.
+(camel-saxon-starter) | 1.0 | Evaluate an XQuery expressions against an XML 
payload.
 |===
 // languages: END
 
diff --git a/components-starter/camel-as2-starter/pom.xml 
b/components-starter/camel-as2-starter/pom.xml
index 54592e7..5eb2716 100644
--- a/components-starter/camel-as2-starter/pom.xml
+++ b/components-starter/camel-as2-starter/pom.xml
@@ -46,10 +46,6 @@
         </exclusion>
         <exclusion>
           <groupId>org.apache.logging.log4j</groupId>
-          <artifactId>log4j-core</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.apache.logging.log4j</groupId>
           <artifactId>log4j-slf4j-impl</artifactId>
         </exclusion>
       </exclusions>
diff --git 
a/components-starter/camel-avro-starter/src/main/java/org/apache/camel/dataformat/avro/springboot/AvroDataFormatConfiguration.java
 
b/components-starter/camel-avro-starter/src/main/java/org/apache/camel/dataformat/avro/springboot/AvroDataFormatConfiguration.java
index f3b50f2..c553aac 100644
--- 
a/components-starter/camel-avro-starter/src/main/java/org/apache/camel/dataformat/avro/springboot/AvroDataFormatConfiguration.java
+++ 
b/components-starter/camel-avro-starter/src/main/java/org/apache/camel/dataformat/avro/springboot/AvroDataFormatConfiguration.java
@@ -21,7 +21,7 @@ import 
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Serialize and deserialize messages using Apache Avro binary dataformat.
+ * Serialize and deserialize messages using Apache Avro binary data format.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-bean-starter/src/main/java/org/apache/camel/language/bean/springboot/BeanLanguageConfiguration.java
 
b/components-starter/camel-bean-starter/src/main/java/org/apache/camel/language/bean/springboot/BeanLanguageConfiguration.java
index 386ba52..f649dfe 100644
--- 
a/components-starter/camel-bean-starter/src/main/java/org/apache/camel/language/bean/springboot/BeanLanguageConfiguration.java
+++ 
b/components-starter/camel-bean-starter/src/main/java/org/apache/camel/language/bean/springboot/BeanLanguageConfiguration.java
@@ -21,7 +21,8 @@ import 
org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * To use a Java bean (aka method call) in Camel expressions or predicates.
+ * Call a method of the specified Java bean passing the Exchange, Body or
+ * specific headers to it.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-direct-starter/src/main/java/org/apache/camel/component/direct/springboot/DirectComponentConfiguration.java
 
b/components-starter/camel-direct-starter/src/main/java/org/apache/camel/component/direct/springboot/DirectComponentConfiguration.java
index 69b908a..4d044cd 100644
--- 
a/components-starter/camel-direct-starter/src/main/java/org/apache/camel/component/direct/springboot/DirectComponentConfiguration.java
+++ 
b/components-starter/camel-direct-starter/src/main/java/org/apache/camel/component/direct/springboot/DirectComponentConfiguration.java
@@ -21,8 +21,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Provides a direct, synchronous call to another endpoint from the same
- * CamelContext.
+ * Call another endpoint from the same Camel Context synchronously.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-directvm-starter/src/main/java/org/apache/camel/component/directvm/springboot/DirectVmComponentConfiguration.java
 
b/components-starter/camel-directvm-starter/src/main/java/org/apache/camel/component/directvm/springboot/DirectVmComponentConfiguration.java
index 2d3a4d4..75f496f 100644
--- 
a/components-starter/camel-directvm-starter/src/main/java/org/apache/camel/component/directvm/springboot/DirectVmComponentConfiguration.java
+++ 
b/components-starter/camel-directvm-starter/src/main/java/org/apache/camel/component/directvm/springboot/DirectVmComponentConfiguration.java
@@ -21,8 +21,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Provides direct, synchronous call to another endpoint from any CamelContext
- * in the same JVM.
+ * Call another endpoint from any Camel Context in the same JVM synchronously.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirJsonDataFormatConfiguration.java
 
b/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirJsonDataFormatConfiguration.java
index 201439c..1240d74 100644
--- 
a/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirJsonDataFormatConfiguration.java
+++ 
b/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirJsonDataFormatConfiguration.java
@@ -23,7 +23,7 @@ import 
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Marshall/unmarshall FHIR objects to/from JSON.
+ * Marshall and unmarshall FHIR objects to/from JSON.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirXmlDataFormatConfiguration.java
 
b/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirXmlDataFormatConfiguration.java
index 3561818..df3dfab 100644
--- 
a/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirXmlDataFormatConfiguration.java
+++ 
b/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirXmlDataFormatConfiguration.java
@@ -23,7 +23,7 @@ import 
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Marshall/unmarshall FHIR objects to/from XML.
+ * Marshall and unmarshall FHIR objects to/from XML.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-flatpack-starter/src/main/java/org/apache/camel/dataformat/flatpack/springboot/FlatpackDataFormatConfiguration.java
 
b/components-starter/camel-flatpack-starter/src/main/java/org/apache/camel/dataformat/flatpack/springboot/FlatpackDataFormatConfiguration.java
index e610c80..3d5db82 100644
--- 
a/components-starter/camel-flatpack-starter/src/main/java/org/apache/camel/dataformat/flatpack/springboot/FlatpackDataFormatConfiguration.java
+++ 
b/components-starter/camel-flatpack-starter/src/main/java/org/apache/camel/dataformat/flatpack/springboot/FlatpackDataFormatConfiguration.java
@@ -22,7 +22,7 @@ import 
org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
  * Marshal and unmarshal Java lists and maps to/from flat files (such as CSV,
- * delimited, or fixed length formats).
+ * delimited, or fixed length formats) using Flatpack library.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-groovy-starter/src/main/java/org/apache/camel/language/groovy/springboot/GroovyLanguageConfiguration.java
 
b/components-starter/camel-groovy-starter/src/main/java/org/apache/camel/language/groovy/springboot/GroovyLanguageConfiguration.java
index 40ec329..1908a5a 100644
--- 
a/components-starter/camel-groovy-starter/src/main/java/org/apache/camel/language/groovy/springboot/GroovyLanguageConfiguration.java
+++ 
b/components-starter/camel-groovy-starter/src/main/java/org/apache/camel/language/groovy/springboot/GroovyLanguageConfiguration.java
@@ -21,7 +21,7 @@ import 
org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * To use Groovy scripts in Camel expressions or predicates.
+ * Evaluate a Groovy script.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-hl7-starter/src/main/java/org/apache/camel/component/hl7/springboot/Hl7TerserLanguageConfiguration.java
 
b/components-starter/camel-hl7-starter/src/main/java/org/apache/camel/component/hl7/springboot/Hl7TerserLanguageConfiguration.java
index 44a1cc1..608c56d 100644
--- 
a/components-starter/camel-hl7-starter/src/main/java/org/apache/camel/component/hl7/springboot/Hl7TerserLanguageConfiguration.java
+++ 
b/components-starter/camel-hl7-starter/src/main/java/org/apache/camel/component/hl7/springboot/Hl7TerserLanguageConfiguration.java
@@ -21,7 +21,8 @@ import 
org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * To use HL7 terser scripts in Camel expressions or predicates.
+ * Get the value of an HL7 message field specified by terse location
+ * specification syntax.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-jsonapi-starter/src/main/java/org/apache/camel/component/jsonapi/springboot/JsonApiDataFormatConfiguration.java
 
b/components-starter/camel-jsonapi-starter/src/main/java/org/apache/camel/component/jsonapi/springboot/JsonApiDataFormatConfiguration.java
index 88a5df3..a04f0e9 100644
--- 
a/components-starter/camel-jsonapi-starter/src/main/java/org/apache/camel/component/jsonapi/springboot/JsonApiDataFormatConfiguration.java
+++ 
b/components-starter/camel-jsonapi-starter/src/main/java/org/apache/camel/component/jsonapi/springboot/JsonApiDataFormatConfiguration.java
@@ -21,7 +21,7 @@ import 
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Marshal and unmarshal JSON:API resources.
+ * Marshal and unmarshal JSON:API resources using JSONAPI-Converter library.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-jsonpath-starter/src/main/java/org/apache/camel/jsonpath/springboot/JsonPathLanguageConfiguration.java
 
b/components-starter/camel-jsonpath-starter/src/main/java/org/apache/camel/jsonpath/springboot/JsonPathLanguageConfiguration.java
index 3e4138e..7cada48 100644
--- 
a/components-starter/camel-jsonpath-starter/src/main/java/org/apache/camel/jsonpath/springboot/JsonPathLanguageConfiguration.java
+++ 
b/components-starter/camel-jsonpath-starter/src/main/java/org/apache/camel/jsonpath/springboot/JsonPathLanguageConfiguration.java
@@ -21,7 +21,7 @@ import 
org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * To use JsonPath in Camel expressions or predicates.
+ * Evaluate a JsonPath expression against a JSON message body.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-lzf-starter/src/main/java/org/apache/camel/dataformat/lzf/springboot/LZFDataFormatConfiguration.java
 
b/components-starter/camel-lzf-starter/src/main/java/org/apache/camel/dataformat/lzf/springboot/LZFDataFormatConfiguration.java
index 57a6cb4..288c8a9 100644
--- 
a/components-starter/camel-lzf-starter/src/main/java/org/apache/camel/dataformat/lzf/springboot/LZFDataFormatConfiguration.java
+++ 
b/components-starter/camel-lzf-starter/src/main/java/org/apache/camel/dataformat/lzf/springboot/LZFDataFormatConfiguration.java
@@ -21,7 +21,7 @@ import 
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Compression and de-compress streams using LZF deflate algorithm.
+ * Compress and decompress streams using LZF deflate algorithm.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-mvel-starter/src/main/java/org/apache/camel/language/mvel/springboot/MvelLanguageConfiguration.java
 
b/components-starter/camel-mvel-starter/src/main/java/org/apache/camel/language/mvel/springboot/MvelLanguageConfiguration.java
index ca7ca16..020591b 100644
--- 
a/components-starter/camel-mvel-starter/src/main/java/org/apache/camel/language/mvel/springboot/MvelLanguageConfiguration.java
+++ 
b/components-starter/camel-mvel-starter/src/main/java/org/apache/camel/language/mvel/springboot/MvelLanguageConfiguration.java
@@ -21,7 +21,7 @@ import 
org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * To use MVEL scripts in Camel expressions or predicates.
+ * Evaluate an MVEL template against the Camel Exchange.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-ognl-starter/src/main/java/org/apache/camel/language/ognl/springboot/OgnlLanguageConfiguration.java
 
b/components-starter/camel-ognl-starter/src/main/java/org/apache/camel/language/ognl/springboot/OgnlLanguageConfiguration.java
index 048d976..bcdade6 100644
--- 
a/components-starter/camel-ognl-starter/src/main/java/org/apache/camel/language/ognl/springboot/OgnlLanguageConfiguration.java
+++ 
b/components-starter/camel-ognl-starter/src/main/java/org/apache/camel/language/ognl/springboot/OgnlLanguageConfiguration.java
@@ -21,7 +21,8 @@ import 
org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * To use OGNL scripts in Camel expressions or predicates.
+ * Evaluate an Apache Commons Object Graph Navigation Library (OGNL) expression
+ * against the Camel Exchange.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-saxon-starter/src/main/java/org/apache/camel/language/xquery/springboot/XQueryLanguageConfiguration.java
 
b/components-starter/camel-saxon-starter/src/main/java/org/apache/camel/language/xquery/springboot/XQueryLanguageConfiguration.java
index 982c7a5..73a7c21 100644
--- 
a/components-starter/camel-saxon-starter/src/main/java/org/apache/camel/language/xquery/springboot/XQueryLanguageConfiguration.java
+++ 
b/components-starter/camel-saxon-starter/src/main/java/org/apache/camel/language/xquery/springboot/XQueryLanguageConfiguration.java
@@ -21,7 +21,7 @@ import 
org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * To use XQuery (XML) in Camel expressions or predicates.
+ * Evaluate an XQuery expressions against an XML payload.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-spring-starter/src/main/java/org/apache/camel/language/spel/springboot/SpelLanguageConfiguration.java
 
b/components-starter/camel-spring-starter/src/main/java/org/apache/camel/language/spel/springboot/SpelLanguageConfiguration.java
index a08794e..eef24e4 100644
--- 
a/components-starter/camel-spring-starter/src/main/java/org/apache/camel/language/spel/springboot/SpelLanguageConfiguration.java
+++ 
b/components-starter/camel-spring-starter/src/main/java/org/apache/camel/language/spel/springboot/SpelLanguageConfiguration.java
@@ -21,7 +21,8 @@ import 
org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * To use Spring Expression Language (SpEL) in Camel expressions or predicates.
+ * Evaluate a Spring Expression Language (SpEL) expression against the Camel
+ * Exchange.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-tarfile-starter/src/main/java/org/apache/camel/dataformat/tarfile/springboot/TarFileDataFormatConfiguration.java
 
b/components-starter/camel-tarfile-starter/src/main/java/org/apache/camel/dataformat/tarfile/springboot/TarFileDataFormatConfiguration.java
index 58e5ff9..3cd954f 100644
--- 
a/components-starter/camel-tarfile-starter/src/main/java/org/apache/camel/dataformat/tarfile/springboot/TarFileDataFormatConfiguration.java
+++ 
b/components-starter/camel-tarfile-starter/src/main/java/org/apache/camel/dataformat/tarfile/springboot/TarFileDataFormatConfiguration.java
@@ -21,7 +21,7 @@ import 
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Archive/extract files into/from tarballs.
+ * Archive files into tarballs or extract files from tarballs.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-thrift-starter/src/main/java/org/apache/camel/dataformat/thrift/springboot/ThriftDataFormatConfiguration.java
 
b/components-starter/camel-thrift-starter/src/main/java/org/apache/camel/dataformat/thrift/springboot/ThriftDataFormatConfiguration.java
index cbcbd2f..e916cb3 100644
--- 
a/components-starter/camel-thrift-starter/src/main/java/org/apache/camel/dataformat/thrift/springboot/ThriftDataFormatConfiguration.java
+++ 
b/components-starter/camel-thrift-starter/src/main/java/org/apache/camel/dataformat/thrift/springboot/ThriftDataFormatConfiguration.java
@@ -21,7 +21,7 @@ import 
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Serialize and deserialize of messages using Apache Thrift binary dataformat.
+ * Serialize and deserialize messages using Apache Thrift binary data format.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatConfiguration.java
 
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatConfiguration.java
index f5a6d56..e721fb2 100644
--- 
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatConfiguration.java
+++ 
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatConfiguration.java
@@ -22,7 +22,7 @@ import 
org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
  * Marshal and unmarshal Java objects from and to CSV (Comma Separated Values)
- * using univocity-parsers.
+ * using UniVocity Parsers.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedWidthDataFormatConfiguration.java
 
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedWidthDataFormatConfiguration.java
index 2811b23..d2b993a 100644
--- 
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedWidthDataFormatConfiguration.java
+++ 
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedWidthDataFormatConfiguration.java
@@ -22,7 +22,7 @@ import 
org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
  * Marshal and unmarshal Java objects from and to fixed length records using
- * univocity-parsers.
+ * UniVocity Parsers.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatConfiguration.java
 
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatConfiguration.java
index d27a670..5898e59 100644
--- 
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatConfiguration.java
+++ 
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatConfiguration.java
@@ -22,7 +22,7 @@ import 
org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
  * Marshal and unmarshal Java objects from and to TSV (Tab-Separated Values)
- * records using univocity-parsers.
+ * records using UniVocity Parsers.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-xml-jaxp-starter/src/main/java/org/apache/camel/language/xtokenizer/springboot/XMLTokenizeLanguageConfiguration.java
 
b/components-starter/camel-xml-jaxp-starter/src/main/java/org/apache/camel/language/xtokenizer/springboot/XMLTokenizeLanguageConfiguration.java
index ab0f09c..f1846f1 100644
--- 
a/components-starter/camel-xml-jaxp-starter/src/main/java/org/apache/camel/language/xtokenizer/springboot/XMLTokenizeLanguageConfiguration.java
+++ 
b/components-starter/camel-xml-jaxp-starter/src/main/java/org/apache/camel/language/xtokenizer/springboot/XMLTokenizeLanguageConfiguration.java
@@ -21,8 +21,7 @@ import 
org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * To use Camel message body or header with a XML tokenizer in Camel 
expressions
- * or predicates.
+ * Tokenize XML payloads using the specified path expression.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-xpath-starter/src/main/java/org/apache/camel/language/xpath/springboot/XPathLanguageConfiguration.java
 
b/components-starter/camel-xpath-starter/src/main/java/org/apache/camel/language/xpath/springboot/XPathLanguageConfiguration.java
index 62d3749..4696c7d 100644
--- 
a/components-starter/camel-xpath-starter/src/main/java/org/apache/camel/language/xpath/springboot/XPathLanguageConfiguration.java
+++ 
b/components-starter/camel-xpath-starter/src/main/java/org/apache/camel/language/xpath/springboot/XPathLanguageConfiguration.java
@@ -21,7 +21,7 @@ import 
org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * To use XPath (XML) in Camel expressions or predicates.
+ * Evaluate an XPath expression against an XML payload.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-xstream-starter/src/main/java/org/apache/camel/dataformat/xstream/springboot/XStreamDataFormatConfiguration.java
 
b/components-starter/camel-xstream-starter/src/main/java/org/apache/camel/dataformat/xstream/springboot/XStreamDataFormatConfiguration.java
index 7304454..9d9a52c 100644
--- 
a/components-starter/camel-xstream-starter/src/main/java/org/apache/camel/dataformat/xstream/springboot/XStreamDataFormatConfiguration.java
+++ 
b/components-starter/camel-xstream-starter/src/main/java/org/apache/camel/dataformat/xstream/springboot/XStreamDataFormatConfiguration.java
@@ -23,7 +23,7 @@ import 
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Marshal and unmarshal POJOs to/from XML.
+ * Marshal and unmarshal POJOs to/from XML using XStream library.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/GzipDeflaterDataFormatConfiguration.java
 
b/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/GzipDeflaterDataFormatConfiguration.java
index 890d735..15a68e4 100644
--- 
a/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/GzipDeflaterDataFormatConfiguration.java
+++ 
b/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/GzipDeflaterDataFormatConfiguration.java
@@ -21,7 +21,7 @@ import 
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Compress and de-compress messages using java.util.zip.GZIPStream.
+ * Compress and decompress messages using java.util.zip.GZIPStream.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git a/docs/modules/ROOT/pages/list.adoc 
b/docs/modules/ROOT/pages/list.adoc
index 8b50c5e..0c1d8ee 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -297,10 +297,10 @@ Number of Camel components: 329 in 262 JAR artifacts (1 
deprecated)
 `digitalocean:operation` | 2.19 | Manage Droplets and resources within the 
DigitalOcean cloud.
 
 | 
link:https://camel.apache.org/components/latest/direct-component.html[Direct] 
(camel-direct-starter) +
-`direct:name` | 1.0 | Provides a direct, synchronous call to another endpoint 
from the same CamelContext.
+`direct:name` | 1.0 | Call another endpoint from the same Camel Context 
synchronously.
 
 | 
link:https://camel.apache.org/components/latest/direct-vm-component.html[Direct 
VM] (camel-directvm-starter) +
-`direct-vm:name` | 2.10 | Provides direct, synchronous call to another 
endpoint from any CamelContext in the same JVM.
+`direct-vm:name` | 2.10 | Call another endpoint from any Camel Context in the 
same JVM synchronously.
 
 | 
link:https://camel.apache.org/components/latest/disruptor-component.html[Disruptor]
 (camel-disruptor-starter) +
 `disruptor:name` | 2.12 | Provides asynchronous SEDA behavior using LMAX 
Disruptor.
@@ -1017,7 +1017,7 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0 
deprecated)
 (camel-asn1-starter) | 2.20 | Encode and decode data structures using Abstract 
Syntax Notation One (ASN.1).
 
 | 
link:https://camel.apache.org/components/latest/dataformats/avro-dataformat.html[Avro]
 +
-(camel-avro-starter) | 2.14 | Serialize and deserialize messages using Apache 
Avro binary dataformat.
+(camel-avro-starter) | 2.14 | Serialize and deserialize messages using Apache 
Avro binary data format.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/barcode-dataformat.html[Barcode]
 +
 (camel-barcode-starter) | 2.14 | Transform strings to various 1D/2D barcode 
bitmap formats and back.
@@ -1047,19 +1047,19 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0 
deprecated)
 (camel-csv-starter) | 1.3 | Handle CSV (Comma Separated Values) payloads.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/fhirJson-dataformat.html[FHIR
 JSon] +
-(camel-fhir-starter) | 2.21 | Marshall/unmarshall FHIR objects to/from JSON.
+(camel-fhir-starter) | 2.21 | Marshall and unmarshall FHIR objects to/from 
JSON.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/fhirXml-dataformat.html[FHIR
 XML] +
-(camel-fhir-starter) | 2.21 | Marshall/unmarshall FHIR objects to/from XML.
+(camel-fhir-starter) | 2.21 | Marshall and unmarshall FHIR objects to/from XML.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/flatpack-dataformat.html[Flatpack]
 +
-(camel-flatpack-starter) | 2.1 | Marshal and unmarshal Java lists and maps 
to/from flat files (such as CSV, delimited, or fixed length formats).
+(camel-flatpack-starter) | 2.1 | Marshal and unmarshal Java lists and maps 
to/from flat files (such as CSV, delimited, or fixed length formats) using 
Flatpack library.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/grok-dataformat.html[Grok]
 +
 (camel-grok-starter) | 3.0 | Unmarshal unstructured data to objects using 
Logstash based Grok patterns.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/gzipdeflater-dataformat.html[GZip
 Deflater] +
-(camel-zip-deflater-starter) | 2.0 | Compress and de-compress messages using 
java.util.zip.GZIPStream.
+(camel-zip-deflater-starter) | 2.0 | Compress and decompress messages using 
java.util.zip.GZIPStream.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/hl7-dataformat.html[HL7]
 +
 (camel-hl7-starter) | 2.0 | Marshal and unmarshal HL7 (Health Care) model 
objects using the HL7 MLLP codec.
@@ -1089,10 +1089,10 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0 
deprecated)
 (camel-xstream-starter) | 2.0 | Marshal POJOs to JSON and back.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/jsonApi-dataformat.html[JSonApi]
 +
-(camel-jsonapi-starter) | 3.0 | Marshal and unmarshal JSON:API resources.
+(camel-jsonapi-starter) | 3.0 | Marshal and unmarshal JSON:API resources using 
JSONAPI-Converter library.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/lzf-dataformat.html[LZF
 Deflate Compression] +
-(camel-lzf-starter) | 2.17 | Compression and de-compress streams using LZF 
deflate algorithm.
+(camel-lzf-starter) | 2.17 | Compress and decompress streams using LZF deflate 
algorithm.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/mime-multipart-dataformat.html[MIME
 Multipart] +
 (camel-mail-starter) | 2.17 | Marshal Camel messages with attachments into 
MIME-Multipart messages and back.
@@ -1113,28 +1113,28 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0 
deprecated)
 (camel-syslog-starter) | 2.6 | Marshall SyslogMessages to RFC3164 and RFC5424 
messages and back.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/tarfile-dataformat.html[Tar
 File] +
-(camel-tarfile-starter) | 2.16 | Archive/extract files into/from tarballs.
+(camel-tarfile-starter) | 2.16 | Archive files into tarballs or extract files 
from tarballs.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/thrift-dataformat.html[Thrift]
 +
-(camel-thrift-starter) | 2.20 | Serialize and deserialize of messages using 
Apache Thrift binary dataformat.
+(camel-thrift-starter) | 2.20 | Serialize and deserialize messages using 
Apache Thrift binary data format.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/tidyMarkup-dataformat.html[TidyMarkup]
 +
 (camel-tagsoup-starter) | 2.0 | Parse (potentially invalid) HTML into valid 
HTML or DOM.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/univocity-csv-dataformat.html[uniVocity
 CSV] +
-(camel-univocity-parsers-starter) | 2.15 | Marshal and unmarshal Java objects 
from and to CSV (Comma Separated Values) using univocity-parsers.
+(camel-univocity-parsers-starter) | 2.15 | Marshal and unmarshal Java objects 
from and to CSV (Comma Separated Values) using UniVocity Parsers.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/univocity-fixed-dataformat.html[uniVocity
 Fixed Length] +
-(camel-univocity-parsers-starter) | 2.15 | Marshal and unmarshal Java objects 
from and to fixed length records using univocity-parsers.
+(camel-univocity-parsers-starter) | 2.15 | Marshal and unmarshal Java objects 
from and to fixed length records using UniVocity Parsers.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/univocity-tsv-dataformat.html[uniVocity
 TSV] +
-(camel-univocity-parsers-starter) | 2.15 | Marshal and unmarshal Java objects 
from and to TSV (Tab-Separated Values) records using univocity-parsers.
+(camel-univocity-parsers-starter) | 2.15 | Marshal and unmarshal Java objects 
from and to TSV (Tab-Separated Values) records using UniVocity Parsers.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/secureXML-dataformat.html[XML
 Security] +
 (camel-xmlsecurity-starter) | 2.0 | Encrypt and decrypt XML payloads using 
Apache Santuario.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/xstream-dataformat.html[XStream]
 +
-(camel-xstream-starter) | 1.3 | Marshal and unmarshal POJOs to/from XML.
+(camel-xstream-starter) | 1.3 | Marshal and unmarshal POJOs to/from XML using 
XStream library.
 
 | 
link:https://camel.apache.org/components/latest/dataformats/yaml-snakeyaml-dataformat.html[YAML
 SnakeYAML] +
 (camel-snakeyaml-starter) | 2.17 | Marshal and unmarshal Java objects to and 
from YAML.
@@ -1157,7 +1157,7 @@ Number of Camel languages: 17 in 11 JAR artifacts (0 
deprecated)
 | Language | Since | Description
 
 | 
link:https://camel.apache.org/components/latest/languages/bean-language.html[Bean
 method] +
-(camel-bean-starter) | 1.3 | To use a Java bean (aka method call) in Camel 
expressions or predicates.
+(camel-bean-starter) | 1.3 | Call a method of the specified Java bean passing 
the Exchange, Body or specific headers to it.
 
 | 
link:https://camel.apache.org/components/latest/languages/constant-language.html[Constant]
 +
 (camel-base) | 1.5 | To use a constant value in Camel expressions or 
predicates. Important: this is a fixed constant value that is only set once 
during starting up the route, do not use this if you want dynamic values during 
routing.
@@ -1169,22 +1169,22 @@ Number of Camel languages: 17 in 11 JAR artifacts (0 
deprecated)
 (camel-base) | 1.1 | For expressions and predicates using the file/simple 
language.
 
 | 
link:https://camel.apache.org/components/latest/languages/groovy-language.html[Groovy]
 +
-(camel-groovy-starter) | 1.3 | To use Groovy scripts in Camel expressions or 
predicates.
+(camel-groovy-starter) | 1.3 | Evaluate a Groovy script.
 
 | 
link:https://camel.apache.org/components/latest/languages/header-language.html[Header]
 +
 (camel-base) | 1.5 | To use a Camel Message header in expressions or 
predicates.
 
 | 
link:https://camel.apache.org/components/latest/languages/hl7terser-language.html[HL7
 Terser] +
-(camel-hl7-starter) | 2.11 | To use HL7 terser scripts in Camel expressions or 
predicates.
+(camel-hl7-starter) | 2.11 | Get the value of an HL7 message field specified 
by terse location specification syntax.
 
 | 
link:https://camel.apache.org/components/latest/languages/jsonpath-language.html[JsonPath]
 +
-(camel-jsonpath-starter) | 2.13 | To use JsonPath in Camel expressions or 
predicates.
+(camel-jsonpath-starter) | 2.13 | Evaluate a JsonPath expression against a 
JSON message body.
 
 | 
link:https://camel.apache.org/components/latest/languages/mvel-language.html[MVEL]
 +
-(camel-mvel-starter) | 2.0 | To use MVEL scripts in Camel expressions or 
predicates.
+(camel-mvel-starter) | 2.0 | Evaluate an MVEL template against the Camel 
Exchange.
 
 | 
link:https://camel.apache.org/components/latest/languages/ognl-language.html[OGNL]
 +
-(camel-ognl-starter) | 1.1 | To use OGNL scripts in Camel expressions or 
predicates.
+(camel-ognl-starter) | 1.1 | Evaluate an Apache Commons Object Graph 
Navigation Library (OGNL) expression against the Camel Exchange.
 
 | 
link:https://camel.apache.org/components/latest/languages/ref-language.html[Ref]
 +
 (camel-base) | 2.8 | Reference to an existing Camel expression or predicate, 
which is looked up from the Camel registry.
@@ -1193,19 +1193,19 @@ Number of Camel languages: 17 in 11 JAR artifacts (0 
deprecated)
 (camel-base) | 1.1 | To use Camels built-in Simple language in Camel 
expressions or predicates.
 
 | 
link:https://camel.apache.org/components/latest/languages/spel-language.html[SpEL]
 +
-(camel-spring-starter) | 2.7 | To use Spring Expression Language (SpEL) in 
Camel expressions or predicates.
+(camel-spring-starter) | 2.7 | Evaluate a Spring Expression Language (SpEL) 
expression against the Camel Exchange.
 
 | 
link:https://camel.apache.org/components/latest/languages/tokenize-language.html[Tokenize]
 +
 (camel-base) | 2.0 | To use Camel message body or header with a tokenizer in 
Camel expressions or predicates.
 
 | 
link:https://camel.apache.org/components/latest/languages/xtokenize-language.html[XML
 Tokenize] +
-(camel-xml-jaxp-starter) | 2.14 | To use Camel message body or header with a 
XML tokenizer in Camel expressions or predicates.
+(camel-xml-jaxp-starter) | 2.14 | Tokenize XML payloads using the specified 
path expression.
 
 | 
link:https://camel.apache.org/components/latest/languages/xpath-language.html[XPath]
 +
-(camel-xpath-starter) | 1.1 | To use XPath (XML) in Camel expressions or 
predicates.
+(camel-xpath-starter) | 1.1 | Evaluate an XPath expression against an XML 
payload.
 
 | 
link:https://camel.apache.org/components/latest/languages/xquery-language.html[XQuery]
 +
-(camel-saxon-starter) | 1.0 | To use XQuery (XML) in Camel expressions or 
predicates.
+(camel-saxon-starter) | 1.0 | Evaluate an XQuery expressions against an XML 
payload.
 |===
 // languages: END
 

Reply via email to