This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push:
new f251d3d Polished
f251d3d is described below
commit f251d3df9fdfef2bc54288ac464220c446b2683a
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Dec 2 16:02:29 2019 +0100
Polished
---
content/blog/Camel3-Whatsnew/index.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/content/blog/Camel3-Whatsnew/index.md
b/content/blog/Camel3-Whatsnew/index.md
index 5bafbec..5bc2b9d 100644
--- a/content/blog/Camel3-Whatsnew/index.md
+++ b/content/blog/Camel3-Whatsnew/index.md
@@ -69,6 +69,7 @@ The camel-core has been modularized from 1 JAR to 33 JARs.
The core functionalit
| camel-util |
| camel-util-json |
+
For Camel end users then only a few JARs is relevant.
**camel-api** contains the public API for Camel (eg interfaces such as
CamelContext, Endpoint, Exchange, Message, and son on).
@@ -103,6 +104,7 @@ The components that resided in camel-core has also be
externalized into individu
| camel-language |
| camel-seda |
+
Camel end users can then pick and choose exactly only what they need, or keep
using everything.
Therefore we have `camel-core` and `camel-core-engine` as two starting
dependencies.