You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/03/11 10:10:37 UTC

[camel-quarkus-examples] branch remove-unused-beans-prop created (now 1bbf009)

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

jamesnetherton pushed a change to branch remove-unused-beans-prop
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git.


      at 1bbf009  Remove last remnenance of remove-unused-beans property

This branch includes the following new commits:

     new 1bbf009  Remove last remnenance of remove-unused-beans property

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-quarkus-examples] 01/01: Remove last remnenance of remove-unused-beans property

Posted by ja...@apache.org.
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 1bbf009c362c2ea28d3e9e3e00a8fe9271a46bf5
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Mar 11 10:09:58 2021 +0000

    Remove last remnenance 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
 #