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 4401f0c Remove last occurrence of remove-unused-beans property
4401f0c is described below
commit 4401f0c9bdb515654695e8bbe3d71fc929f406ee
Author: James Netherton <[email protected]>
AuthorDate: Thu Mar 11 10:09:58 2021 +0000
Remove last occurrence of remove-unused-beans property
---
timer-log-main/src/main/resources/application.properties | 4 ----
1 file changed, 4 deletions(-)
diff --git a/timer-log-main/src/main/resources/application.properties
b/timer-log-main/src/main/resources/application.properties
index dd370b0..3a0d58c 100644
--- a/timer-log-main/src/main/resources/application.properties
+++ b/timer-log-main/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
-
#
# Camel - Main
#