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 17:55:27 UTC

[camel-kafka-connector] branch master updated (b1c7337 -> 5823944)

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

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


    from b1c7337  Regen assemblies and docs
     new 1279b62  Website: connectors' list formatting problems
     new 5823944  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.


Summary of changes:
 docs/modules/ROOT/pages/connectors.adoc                               | 2 +-
 .../src/main/resources/connectors.mvel                                | 4 ++--
 .../src/main/resources/connectors.mvel                                | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)


[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 master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 1279b62df464c19bd2411396b5f0685de10e11c1
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 master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 58239445ab0d024c8e1df92d53b3e709a08aaf0b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 19 18:52:43 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]