This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/main by this push:
new c49e8243 Polished
c49e8243 is described below
commit c49e824329163850c4ebcf234ee33d094bee2ddd
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jul 25 11:12:51 2022 +0200
Polished
---
examples/aws/aws-secrets-manager/README.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/aws/aws-secrets-manager/README.adoc
b/examples/aws/aws-secrets-manager/README.adoc
index 3ff40ab9..91c0b109 100644
--- a/examples/aws/aws-secrets-manager/README.adoc
+++ b/examples/aws/aws-secrets-manager/README.adoc
@@ -64,7 +64,7 @@ At this point you should see:
07:28:51.143 [org.apache.camel.example.MyApplication.main()] INFO
o.apache.camel.main.BaseMainSupport -
camel.component.aws-secrets-manager.region=eu-west-1
07:28:51.699 [org.apache.camel.example.MyApplication.main()] INFO
o.a.c.i.engine.AbstractCamelContext - Routes startup summary (total:1 started:1)
07:28:51.699 [org.apache.camel.example.MyApplication.main()] INFO
o.a.c.i.engine.AbstractCamelContext - Started route1 (timer://myTimer)
-07:28:51.699 [org.apache.camel.example.MyApplication.main()] INFO
o.a.c.i.engine.AbstractCamelContext - Apache Camel 3.18.0-SNAPSHOT
(AWS-secrets-manager) started in 537ms (build:27ms init:112ms start:398ms)
+07:28:51.699 [org.apache.camel.example.MyApplication.main()] INFO
o.a.c.i.engine.AbstractCamelContext - Apache Camel 3.18.0 (AWS-secrets-manager)
started in 537ms (build:27ms init:112ms start:398ms)
07:28:53.429 [Camel (AWS-secrets-manager) thread #0 - timer://myTimer] INFO
o.a.c.component.http.HttpComponent - Created ClientConnectionManager
org.apache.http.impl.conn.PoolingHttpClientConnectionManager@7d5604cb
07:28:54.128 [Camel (AWS-secrets-manager) thread #0 - timer://myTimer] INFO
route1 - Current Amazon price: 3135.73 $
----