Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4AE1B18876 for ; Wed, 11 Nov 2015 07:17:11 +0000 (UTC) Received: (qmail 78204 invoked by uid 500); 11 Nov 2015 07:17:11 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 78161 invoked by uid 500); 11 Nov 2015 07:17:11 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 78147 invoked by uid 99); 11 Nov 2015 07:17:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Nov 2015 07:17:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 049402C1F5A for ; Wed, 11 Nov 2015 07:17:11 +0000 (UTC) Date: Wed, 11 Nov 2015 07:17:11 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-9161) Camel spring-boot not finding routes. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-9161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15000048#comment-15000048 ] ASF GitHub Bot commented on CAMEL-9161: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/674 > Camel spring-boot not finding routes. > ------------------------------------- > > Key: CAMEL-9161 > URL: https://issues.apache.org/jira/browse/CAMEL-9161 > Project: Camel > Issue Type: Bug > Components: camel-spring-boot > Affects Versions: 2.15.3, 2.16.0 > Reporter: Nicholas Stuart > Assignee: Henryk Konsek > Fix For: 2.16.1, 2.15.5, 2.17.0 > > Attachments: camel-boot-test.tar.gz > > > On startup Camel is not registering any routes annotated with @Component. Route is found and registered in Spring just fine. Switch to version 2.15.2 and it works fine. > No errors are thrown, and everything says it's started, but no routes are active or reported as being found during startup. > Application is being run through `mvn spring-boot:run` if that makes a difference. -- This message was sent by Atlassian JIRA (v6.3.4#6332)