[camel] branch core-engine updated: CAMEL-13201: camel-core-engine to have minimal camel-core with no components (only properties)

2019-06-24 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch core-engine
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/core-engine by this push:
 new 80d1972  CAMEL-13201: camel-core-engine to have minimal camel-core 
with no components (only properties)
80d1972 is described below

commit 80d1972592391eb5ed4e62c793e51f1814889b5a
Author: Claus Ibsen 
AuthorDate: Mon Jun 24 12:58:38 2019 +0200

CAMEL-13201: camel-core-engine to have minimal camel-core with no 
components (only properties)
---
 .../camel-example-main-tiny/src/main/resources/application.properties | 4 +---
 examples/camel-example-main/src/main/resources/application.properties | 4 +---
 2 files changed, 2 insertions(+), 6 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 f33b578..71ab7ab 100644
--- a/examples/camel-example-main-tiny/src/main/resources/application.properties
+++ b/examples/camel-example-main-tiny/src/main/resources/application.properties
@@ -20,8 +20,6 @@
 camel.main.name = MyCoolCamel
 camel.main.jmx-enabled = false
 
-camel.main.duration-max-seconds=5
-
 # you can also configure camel context directly
 # camel.context.shutdown-strategy.shutdown-now-on-timeout = false
 
@@ -30,7 +28,7 @@ camel.main.file-configurations=src/main/data/*.properties
 
 # to configure the camel quartz component
 # here we can configure the options on the component level (and we can use 
dash-naming-style)
-camel.component.quartz2.start-delayed-seconds = 10
+camel.component.quartz2.start-delayed-seconds = 3
 
 # to configure Hystrix EIP (global and you need to add camel-hystrix to the 
classpath)
 ### camel.hystrix.group-key=myGroup
diff --git 
a/examples/camel-example-main/src/main/resources/application.properties 
b/examples/camel-example-main/src/main/resources/application.properties
index f33b578..71ab7ab 100644
--- a/examples/camel-example-main/src/main/resources/application.properties
+++ b/examples/camel-example-main/src/main/resources/application.properties
@@ -20,8 +20,6 @@
 camel.main.name = MyCoolCamel
 camel.main.jmx-enabled = false
 
-camel.main.duration-max-seconds=5
-
 # you can also configure camel context directly
 # camel.context.shutdown-strategy.shutdown-now-on-timeout = false
 
@@ -30,7 +28,7 @@ camel.main.file-configurations=src/main/data/*.properties
 
 # to configure the camel quartz component
 # here we can configure the options on the component level (and we can use 
dash-naming-style)
-camel.component.quartz2.start-delayed-seconds = 10
+camel.component.quartz2.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] branch core-engine updated: CAMEL-13201: camel-core-engine to have minimal camel-core with no components (only properties)

2019-06-24 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch core-engine
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/core-engine by this push:
 new 44a3b00  CAMEL-13201: camel-core-engine to have minimal camel-core 
with no components (only properties)
44a3b00 is described below

commit 44a3b0071499e3c13871ef9ba5eb42ed3ac7850f
Author: Claus Ibsen 
AuthorDate: Mon Jun 24 12:57:29 2019 +0200

CAMEL-13201: camel-core-engine to have minimal camel-core with no 
components (only properties)
---
 examples/camel-example-main/pom.xml | 34 --
 1 file changed, 34 deletions(-)

diff --git a/examples/camel-example-main/pom.xml 
b/examples/camel-example-main/pom.xml
index 37a3a8e..240d629 100644
--- a/examples/camel-example-main/pom.xml
+++ b/examples/camel-example-main/pom.xml
@@ -43,48 +43,14 @@
 org.apache.camel
 camel-core
 
-
 
 org.apache.camel
 camel-main
 
 
 org.apache.camel
-camel-bean
-
-
-org.apache.camel
 camel-quartz2
 
-
-
-
-
-
-
-
-
-
-