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-examples.git
The following commit(s) were added to refs/heads/master by this push: new 423c814 We not longer use reflection based configuration in camel-main 423c814 is described below commit 423c8146b55fb5aa3557bb0b3428375683597661 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Mar 22 09:12:25 2020 +0100 We not longer use reflection based configuration in camel-main --- .../camel-example-main-tiny/src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/camel-example-main-tiny/src/main/resources/application.properties b/examples/camel-example-main-tiny/src/main/resources/application.properties index a3831a8..0d4ede9 100644 --- a/examples/camel-example-main-tiny/src/main/resources/application.properties +++ b/examples/camel-example-main-tiny/src/main/resources/application.properties @@ -27,8 +27,8 @@ camel.main.allow-adding-new-routes = false ### camel.main.tracing = true # bean introspection to log reflection based configuration -# camel.main.beanIntrospectionExtendedStatistics=true -# camel.main.beanIntrospectionLoggingLevel=INFO +camel.main.beanIntrospectionExtendedStatistics=true +camel.main.beanIntrospectionLoggingLevel=INFO # you can also configure camel context directly # camel.context.shutdown-strategy.shutdown-now-on-timeout = false