You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2020/10/14 11:58:36 UTC

[camel-kafka-connector] branch master updated (4caea4b -> 03d2872)

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

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


    from 4caea4b  Add converters, transforms and aggregationStrategies to catalog, fixed CS
     new a7b78c1  Fixed typo in the readme
     new 03d2872  Adjust the text to replace the WIP with a better description of the project maturity

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:
 README.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


[camel-kafka-connector] 02/02: Adjust the text to replace the WIP with a better description of the project maturity

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

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

commit 03d2872af8bc2e01239c0f3a8cb285330ffece42
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Wed Oct 14 11:41:52 2020 +0200

    Adjust the text to replace the WIP with a better description of the project maturity
---
 README.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index 4f463bb..2d6a423 100644
--- a/README.adoc
+++ b/README.adoc
@@ -6,7 +6,9 @@ image:https://github.com/apache/camel-kafka-connector/workflows/master%20build/b
 === Introduction
 [NOTE]
 ====
-*The project is WIP!*
+This project is still in its infancy. Is it relatively stable and leverages more than a decade of Apache Camel
+experience and maturity. At the same time, it is in constant evolution. Almost every week new features are implemented
+and current ones adjusted to integrate better with both Camel and Kafka Connect.
 ====
 
 This is a "Camel Kafka connector adapter" that aims to provide a user-friendly way to use all Apache Camel components in Kafka Connect.


[camel-kafka-connector] 01/02: Fixed typo in the readme

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

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

commit a7b78c16dbe5cde3b03be7a535363b1cd89fd547
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Wed Oct 14 11:33:12 2020 +0200

    Fixed typo in the readme
---
 README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index 63c4195..4f463bb 100644
--- a/README.adoc
+++ b/README.adoc
@@ -9,7 +9,7 @@ image:https://github.com/apache/camel-kafka-connector/workflows/master%20build/b
 *The project is WIP!*
 ====
 
-This is a "Camel Kafka connector adapter" that aims to provide a user friendly way to use all Apache Camel components in Kafka Connect.
+This is a "Camel Kafka connector adapter" that aims to provide a user-friendly way to use all Apache Camel components in Kafka Connect.
 For more information about Kafka Connect take a look http://kafka.apache.org/documentation/#connect[here].
 
 === Build the project