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


The following commit(s) were added to refs/heads/master by this push:
     new 52a7aa7  CAMEL-15761: camel-core - Optimize TimeUtils to calculate 
without regexp
52a7aa7 is described below

commit 52a7aa7463d4306bbb49be8b8094d62c18156446
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Oct 30 14:48:52 2020 +0100

    CAMEL-15761: camel-core - Optimize TimeUtils to calculate without regexp
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 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 16e0446..a66dc36 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
@@ -58,8 +58,8 @@ of converting from/to types.
 When converting to milli seconds using the shorthands for time precision with 
hours, minutes and seconds, then support
 for fractions is no longer supported. For example `delay=0.5m` (half minute) 
isn't supported instead use `delay=30s`.
 
-Support for using unites as `hours`, `minutes`, `seconds`, and `millis` has 
been removed.
-Units must now also be one of `h` for hours, `m` for minutes, `s` for seconds, 
and `ms` for millis (can be omitted).
+Support for using unites as `days`, `hours`, `minutes`, `seconds`, and 
`millis` has been removed.
+Units must now also be one of `d` for days, `h` for hours, `m` for minutes, 
`s` for seconds, and `ms` for millis (can be omitted).
 So you can use `1h12m37s42ms` for 1 hour, 12 minutes, 37 seconds and 42 milli 
seconds.
 
 === ProcessorFactory

Reply via email to