This is an automated email from the ASF dual-hosted git repository.
pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 3b49001 Small grammar improvements to the upgrade guides.
3b49001 is described below
commit 3b49001ebce6df6779599909ba349b3fe98fe316
Author: Pascal Schumacher <[email protected]>
AuthorDate: Mon Sep 7 20:37:11 2020 +0200
Small grammar improvements to the upgrade guides.
---
docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_1.adoc | 4 ++--
docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_5.adoc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_1.adoc
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_1.adoc
index 79b39cf..2f051be 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_1.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_1.adoc
@@ -370,9 +370,9 @@ You then need to migrate the logging to also be static:
==== Exchange
The `Exchange` API has been modified slightly as part of an optimization
effort.
-The returned value of `getCreated` is changed from `java.util.Date` to `long`
which is the time millis.
+The return value of `getCreated` was changed from `java.util.Date` to `long`
which is the time millis.
The `Exchange.CREATED_TIMESTAMP` is no longer stored as exchange property, but
you should use the `getCreated` method on `Exchange`.
-The returned value of `isExternalRedelivered` is changed from `Boolean` to
`boolean`.
+The return value of `isExternalRedelivered` was changed from `Boolean` to
`boolean`.
Some of the advanced and API for component developers on `Exchange` has been
moved to an extended interface `ExtendedExchange`.
The following methods has been moved:
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_5.adoc
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_5.adoc
index 647c51f..1182d3b 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_5.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_5.adoc
@@ -38,7 +38,7 @@ behavior of the default load balancing policy.
=== camel-sjms
-The default value for `keepAliveDelay` is changed from `-1` to `5000` in the
batch jms consumer.
+The default value for `keepAliveDelay` was changed from `-1` to `5000` in the
batch jms consumer.
=== camel-weather
@@ -48,7 +48,7 @@ A new parameter `geoLocationProvider` was introduced to allow
the use of a custo
=== Camel Karaf
-The following features has been removed due they become not compatible with
OSGi: `camel-couchbase`.
+The following feature has been removed due to no longer being compatible with
OSGi: `camel-couchbase`.
=== LifecycleStrategy