This is an automated email from the ASF dual-hosted git repository.

klease 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 42353a47 CAMEL-18553: remove unsupported property 
camel.main.eager-classloading.
42353a47 is described below

commit 42353a47231df26b6dac4965e08838419e17e612
Author: klease <kle...@cegetel.net>
AuthorDate: Mon Sep 26 10:36:59 2022 +0200

    CAMEL-18553: remove unsupported property camel.main.eager-classloading.
---
 examples/main-tiny/src/main/resources/application.properties | 2 --
 1 file changed, 2 deletions(-)

diff --git a/examples/main-tiny/src/main/resources/application.properties 
b/examples/main-tiny/src/main/resources/application.properties
index a868186f..02009337 100644
--- a/examples/main-tiny/src/main/resources/application.properties
+++ b/examples/main-tiny/src/main/resources/application.properties
@@ -28,8 +28,6 @@ camel.main.beanIntrospectionLoggingLevel=INFO
 
 # run in lightweight mode to be tiny as possible
 camel.main.lightweight = true
-# and eager load classes
-camel.main.eager-classloading = true
 
 # use object pooling to reduce JVM garbage collection
 camel.main.exchange-factory = pooled

Reply via email to