You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/10/22 06:00:51 UTC

[camel] 03/05: Polished

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.git

commit cd03201c1f7a220d768cde336f137c62d14bd805
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Oct 22 07:00:07 2020 +0200

    Polished
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc     | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc
index d984e2e..e3ca5d7 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc
@@ -16,18 +16,16 @@ The class `org.apache.camel.impl.transformer.DataFormatTransformer` moved to `or
 The class `org.apache.camel.impl.validator.ValidatorKey` moved to `org.apache.camel.impl.engine.ValidatorKey`.
 The class `org.apache.camel.impl.transformer.TransformerKey` moved to `org.apache.camel.impl.engine.TransformerKey`.
 
-=== Camel-Couchbase
+=== camel-couchbase
 
 The original URI path has been changed, now the bucket part is simply a required option and it's not part of the URI anymore.
 
-=== Camel-File-Watch
+=== camel-file-watch
 
-The event type header is no more an enum, but it is now the explicit Event String.
+The event type header is no more an enum, but it is now the explicit event as a `String` value.
 
-=== Camel-levelDB
-
-Component uses different serialization mechanism, wchich is not back-compatible with the original one.
-
-For full compatibility, use camel-leveldb-legacy component. (legacy component will be removed in future) 
+=== camel-leveldb
 
+Component uses different serialization mechanism, which is not backwards compatible with the original one.
+For full compatibility use camel-leveldb-legacy component. (legacy component will be removed in the future)