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/02/19 18:06:53 UTC

[camel-kafka-connector] branch 1041-camel-master created (now 1d736f6)

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

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


      at 1d736f6  Regen docs table

This branch includes the following new commits:

     new 3eeb1f8  Website: connectors' list formatting problems
     new 1d736f6  Regen docs table

The 2 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/02: Website: connectors' list formatting problems

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

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

commit 3eeb1f8f720078094aa566f5d3496e72c8247c43
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 19 18:37:50 2021 +0100

    Website: connectors' list formatting problems
---
 .../src/main/resources/connectors.mvel                                | 4 ++--
 .../src/main/resources/connectors.mvel                                | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel b/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel
index 6d376bb..5c27128 100644
--- a/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel
+++ b/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel
@@ -2,10 +2,10 @@
 
 Number of Camel Kafka connectors: @{options.size} 
 
-[width="100%",cols="4,1,1,1,1,1,1",options="header"]
+[width="100%",cols="4,1,1,1,1,1",options="header"]
 |===
 | Name | Sink Support | Source Suppport | Sink Docs | Source Docs | Download
 @foreach{row : options}| *@{row.getName()}* | @{row.isSink()} | @{row.isSource()} | @{row.getDocsSink()} | @{row.getDocsSource()} | @{row.getDownloadLinkTar()}
 @end{}|===
 
-@end{}
\ No newline at end of file
+@end{}
diff --git a/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel b/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel
index a4744a3..3ca2fd4 100644
--- a/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel
+++ b/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel
@@ -2,10 +2,10 @@
 
 Number of Camel Kafka connectors: @{options.size} 
 
-[width="100%",cols="4,1,1,1,1,1,1",options="header"]
+[width="100%",cols="4,1,1,1,1,1",options="header"]
 |===
 | Name | Sink Support | Source Suppport | Sink Docs | Source Docs | Download 
 @foreach{row : options}| *@{row.getName()}* | @{row.isSink()} | @{row.isSource()} | @{row.getDocsSink()} | @{row.getDocsSource()} | @{row.getDownloadLinkTar()}
 @end{}|===
 
-@end{}
\ No newline at end of file
+@end{}


[camel-kafka-connector] 02/02: Regen docs table

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

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

commit 1d736f689c9c26e3defcba0f9b30a41c0b60bd19
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 19 19:06:32 2021 +0100

    Regen docs table
---
 docs/modules/ROOT/pages/connectors.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/connectors.adoc b/docs/modules/ROOT/pages/connectors.adoc
index 2925575..82868e6 100644
--- a/docs/modules/ROOT/pages/connectors.adoc
+++ b/docs/modules/ROOT/pages/connectors.adoc
@@ -4,7 +4,7 @@
 // kafka-connectors list: START
 Number of Camel Kafka connectors: 356 
 
-[width="100%",cols="4,1,1,1,1,1,1",options="header"]
+[width="100%",cols="4,1,1,1,1,1",options="header"]
 |===
 | Name | Sink Support | Source Suppport | Sink Docs | Source Docs | Download 
 | *camel-activemq-kafka-connector* | true | true | xref:connectors/camel-activemq-kafka-sink-connector.adoc[Sink Docs] | xref:connectors/camel-activemq-kafka-source-connector.adoc[Source Docs] | https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-activemq-kafka-connector/0.7.2/camel-activemq-kafka-connector-0.7.2-package.tar.gz[Download]