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

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e5b1d3  Remove redundant remove-unused-beans property
7e5b1d3 is described below

commit 7e5b1d32e011e0dc594ad1f8f1759b7cfb87ec59
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu Feb 25 15:56:17 2021 +0000

    Remove redundant remove-unused-beans property
---
 timer-log-cdi/src/main/resources/application.properties | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/timer-log-cdi/src/main/resources/application.properties 
b/timer-log-cdi/src/main/resources/application.properties
index aa728e8..63dd4fa 100644
--- a/timer-log-cdi/src/main/resources/application.properties
+++ b/timer-log-cdi/src/main/resources/application.properties
@@ -20,10 +20,6 @@
 #
 quarkus.banner.enabled = false
 
-# camel look-up beans using BeanManager so we don't want
-# ArC to remove beans without injection points.
-quarkus.arc.remove-unused-beans = false
-
 #
 # Integration
 #

Reply via email to