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 8bb3d56 CAMEL-15821: Turn on lightweight in example 8bb3d56 is described below commit 8bb3d569637291b2e297e3839125e6ecd566c6ad Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Dec 5 15:15:52 2020 +0100 CAMEL-15821: Turn on lightweight in example --- .../src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/camel-example-routetemplate/src/main/resources/application.properties b/examples/camel-example-routetemplate/src/main/resources/application.properties index 52fc3fd..70275c1 100644 --- a/examples/camel-example-routetemplate/src/main/resources/application.properties +++ b/examples/camel-example-routetemplate/src/main/resources/application.properties @@ -19,6 +19,9 @@ # here you can configure options on camel main (see MainConfigurationProperties class) camel.main.name = MyCoolCamel +# turn on lightweight mode +camel.main.lightweight = true + # create routes from the route template # this can also be done in Java code, see MyConfiguration.java camel.route-template[0].template-id = myTemplate