You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/01/19 14:03:16 UTC

[camel-kafka-connector] branch kafka-ver created (now 197c027)

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

acosentino pushed a change to branch kafka-ver
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


      at 197c027  Add a column to compatibility matrix about Kafka version

This branch includes the following new commits:

     new 197c027  Add a column to compatibility matrix about Kafka version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kafka-connector] 01/01: Add a column to compatibility matrix about Kafka version

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 197c027c34a80642bf7bd2ddb564eb8144906966
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 19 15:03:09 2021 +0100

    Add a column to compatibility matrix about Kafka version
---
 .../ROOT/pages/camel-compatibility-matrix.adoc     | 24 +++++++++++-----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/modules/ROOT/pages/camel-compatibility-matrix.adoc b/docs/modules/ROOT/pages/camel-compatibility-matrix.adoc
index 7e5e09e..7c60bc1 100644
--- a/docs/modules/ROOT/pages/camel-compatibility-matrix.adoc
+++ b/docs/modules/ROOT/pages/camel-compatibility-matrix.adoc
@@ -4,15 +4,15 @@
 In this section we report the compatibility matrix between Camel and Camel Kafka Connector projects
 
 [width="100%",cols="50%,10%,10%,30%",options="header",]
-|=======================================================================
-|Camel-Kafka-Connector Version |Camel-Version     |LTS |Branch  
-|0.1.0                         |3.1.0             |no  |-
-|0.2.0                         |3.2.0             |no  |-
-|0.3.0                         |3.3.0             |no  |camel-kafka-connector-0.3.x
-|0.4.0                         |3.4.2             |yes |camel-kafka-connector-0.4.x
-|0.4.4                         |3.4.4             |yes |camel-kafka-connector-0.4.x
-|0.5.0                         |3.5.0             |no  |camel-kafka-connector-0.5.x
-|0.6.0                         |3.6.0             |no  |camel-kafka-connector-0.6.x
-|0.6.0                         |3.6.1             |no  |camel-kafka-connector-0.6.x
-|0.7.0                         |3.7.0             |yes |camel-kafka-connector-0.7.x
-|=======================================================================
+|=================================================================================================
+|Camel-Kafka-Connector Version |Camel-Version     |Kafka-Version |LTS |Branch  
+|0.1.0                         |3.1.0             |2.4.1         |no  |-
+|0.2.0                         |3.2.0             |2.4.1         |no  |-
+|0.3.0                         |3.3.0             |2.4.1         |no  |camel-kafka-connector-0.3.x
+|0.4.0                         |3.4.2             |2.5.0         |yes |camel-kafka-connector-0.4.x
+|0.4.4                         |3.4.4             |2.5.0         |yes |camel-kafka-connector-0.4.x
+|0.5.0                         |3.5.0             |2.5.0         |no  |camel-kafka-connector-0.5.x
+|0.6.0                         |3.6.0             |2.5.0         |no  |camel-kafka-connector-0.6.x
+|0.6.0                         |3.6.1             |2.5.0         |no  |camel-kafka-connector-0.6.x
+|0.7.0                         |3.7.0             |2.6.0         |yes |camel-kafka-connector-0.7.x
+|=================================================================================================