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.git


The following commit(s) were added to refs/heads/main by this push:
     new 3ea2a9a1d23 Polished
3ea2a9a1d23 is described below

commit 3ea2a9a1d23a55b4b8f50153ec8eb88e04a08f94
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Jun 15 08:27:46 2022 +0200

    Polished
---
 .../src/main/resources/application.properties      | 25 +---------------------
 1 file changed, 1 insertion(+), 24 deletions(-)

diff --git 
a/archetypes/camel-archetype-main/src/main/resources/archetype-resources/src/main/resources/application.properties
 
b/archetypes/camel-archetype-main/src/main/resources/archetype-resources/src/main/resources/application.properties
index 67a51e9b8b3..fe084828684 100644
--- 
a/archetypes/camel-archetype-main/src/main/resources/archetype-resources/src/main/resources/application.properties
+++ 
b/archetypes/camel-archetype-main/src/main/resources/archetype-resources/src/main/resources/application.properties
@@ -16,33 +16,10 @@
 ## ---------------------------------------------------------------------------
 
 # to configure camel main
-# here you can configure options on camel main (see 
MainConfigurationProperties class)
+# https://camel.apache.org/components/next/others/main.html
 camel.main.name = MyTimerCamel
-camel.main.jmx-enabled = false
 
-# you can also configure camel context directly
-# camel.context.shutdown-strategy.shutdown-now-on-timeout = false
-
-# to configure the camel timer component
-# here we can configure the options on the component level (and we can use 
dash-naming-style)
-### camel.component.quartz.start-delayed-seconds = 3
-
-# to configure Hystrix EIP (global and you need to add camel-hystrix to the 
classpath)
-### camel.hystrix.group-key=myGroup
-### camel.hystrix.execution-timeout-in-milliseconds=5000
-
-# to configure Rest DSL (global and you need to add camel-undertow to the 
classpath)
-### camel.rest.component=undertow
-### camel.rest.port=8080
-### camel.rest.component-properties[host-options.buffer-size]=8192
-
-# you can configure whether OS environment should override (=2 which is 
default) or as fallback (=1)
-### camel.component.properties.environment-variable-mode=1
-
-# properties used in the route
 myPeriod = 3000
-
-# application properties
 hi = Hello
 bye = Goodbye
 

Reply via email to