This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


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

commit 5686b3b34d89a12f34af6692c0bf57ffa5f352d3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat May 15 01:35:28 2021 +0000

    [create-pull-request] automated change
---
 docs/modules/ROOT/pages/components.adoc | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/components.adoc 
b/docs/modules/ROOT/pages/components.adoc
index 0395bcc..e64171f 100644
--- a/docs/modules/ROOT/pages/components.adoc
+++ b/docs/modules/ROOT/pages/components.adoc
@@ -566,7 +566,7 @@ Number of Camel components: 183 in 183 JAR artifacts (1 
deprecated)
 == Camel Data Formats
 
 // dataformats: START
-Number of Camel data formats: 46 in 38 JAR artifacts (0 deprecated)
+Number of Camel data formats: 48 in 40 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -581,6 +581,9 @@ Number of Camel data formats: 46 in 38 JAR artifacts (0 
deprecated)
 | xref:components:dataformats:avro-dataformat.adoc[Avro] +
 (camel-avro) | 2.14 | Serialize and deserialize messages using Apache Avro 
binary data format.
 
+| xref:components:dataformats:avro-jackson-dataformat.adoc[Avro Jackson] +
+(camel-jackson-avro) | 3.10 | Marshal POJOs to Avro and back using Jackson.
+
 | xref:components:dataformats:barcode-dataformat.adoc[Barcode] +
 (camel-barcode) | 2.14 | Transform strings to various 1D/2D barcode bitmap 
formats and back.
 
@@ -668,6 +671,9 @@ Number of Camel data formats: 46 in 38 JAR artifacts (0 
deprecated)
 | xref:components:dataformats:protobuf-dataformat.adoc[Protobuf] +
 (camel-protobuf) | 2.2 | Serialize and deserialize Java objects using Google's 
Protocol buffers.
 
+| xref:components:dataformats:protobuf-jackson-dataformat.adoc[Protobuf 
Jackson] +
+(camel-jackson-protobuf) | 3.10 | Marshal POJOs to Protobuf and back using 
Jackson.
+
 | xref:components:dataformats:rss-dataformat.adoc[RSS] +
 (camel-rss) | 2.1 | Transform from ROME SyndFeed Java Objects to XML and 
vice-versa.
 

Reply via email to