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:07:31 UTC

[camel-kafka-connector] branch camel-master updated (38ca576 -> 6bf32d8)

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

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


    from 38ca576  Remove wrong backported file
     new e131c0b  Website: connectors' list formatting problems
     new 6bf32d8  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] 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 camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 6bf32d853ce803b1153a25689db82c4f275ecd92
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]


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

commit e131c0b6c82ac174392cf00d51d08d3f4855f496
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{}