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:11:29 UTC

[camel-quarkus-examples] branch remove-unused-beans-prop updated (1bbf009 -> 56a7b3e)

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.


 discard 1bbf009  Remove last remnenance of remove-unused-beans property
     new 56a7b3e  Remove last occurrence of remove-unused-beans property

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1bbf009)
            \
             N -- N -- N   refs/heads/remove-unused-beans-prop (56a7b3e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:


[camel-quarkus-examples] 01/01: Remove last occurrence 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 56a7b3eec420584c2e384596493d8a290619c321
Author: James Netherton <ja...@gmail.com>
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
 #