This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch remove-unused-beans-prop in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 56a7b3eec420584c2e384596493d8a290619c321 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 #
