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

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


The following commit(s) were added to refs/heads/whatsnew35 by this push:
     new 3d5a743  Added new components and some notes about ckc
3d5a743 is described below

commit 3d5a7439eb0d9cc1e8b79559fbafdc52d2a6a9a0
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Aug 31 18:37:10 2020 +0200

    Added new components and some notes about ckc
---
 content/blog/2020/09/Camel35-Whatsnew/index.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/content/blog/2020/09/Camel35-Whatsnew/index.md 
b/content/blog/2020/09/Camel35-Whatsnew/index.md
index c89f196..9fd54a9 100644
--- a/content/blog/2020/09/Camel35-Whatsnew/index.md
+++ b/content/blog/2020/09/Camel35-Whatsnew/index.md
@@ -115,7 +115,7 @@ is now generated in the configuers, so Camel knows. 
Therefore the configuration
     camel.beans.foo.countries[de].name = Germany
     camel.beans.foo.countries[de].language = DE
 
-There has been many other smaller improvements in Camels properties bindind. 
Camel uses this heavily internally during
+There has been many other smaller improvements in Camels properties binding. 
Camel uses this heavily internally during
 startup to configure and setup all of its things such as components, EIPs, 
routes etc. This work has been streamlined
 across the various runtimes; whether its standalone, Spring Boot, Quarkus, 
Camel K, Kafka Connector, or the good old XML routes.
 
@@ -137,6 +137,17 @@ dependencies. For more details see the [following 
documentation](https://camel.a
 
 #### New components
 
-TODO: list of new components
+- ArangoDB
+- AWS2-STS
+- Azure Eventhubs
+- Jsonata
+- Minio
+- OAI-PMH
+- Vert.x HTTP Client
+- Vert.x WebSocket
 
+#### Camel-Kafka-connector
+
+The next Camel-Kafka-connector 0.5.0 (not LTS) will be based on Camel 3.5.0. 
The project will leverage all the new shiny improvements done on the Property 
Binding.
+With 3.5.0 Camel-Kafka-connector will also get a bunch of new connectors for 
free and this is super cool. So stay tuned for the next non-LTS release.
 

Reply via email to