[
https://issues.apache.org/jira/browse/CAMEL-10524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicola Ferraro updated CAMEL-10524:
-----------------------------------
Description:
Probably after CAMEL-10412, component beans are not created automatically so
property-based configuration and other features are disabled.
Running 'mvn spring-boot:run -Ddebug=true' on camel-spring-boot-example I see
the following log among the others:
{code}
...
TimerComponentAutoConfiguration:
Did not match:
- @ConditionalOnBean (types:
org.apache.camel.springboot.CamelAutoConfiguration; SearchStrategy: all) did
not find any beans (OnBeanCondition)
...
{code}
was:
Probably after CAMEL-10412, components beans are not created automatically so,
property-based configuration and other features are hence disabled.
Running 'mvn spring-boot:run -Ddebug=true' on camel-spring-boot-example I see
the following log among the others:
{code}
...
TimerComponentAutoConfiguration:
Did not match:
- @ConditionalOnBean (types:
org.apache.camel.springboot.CamelAutoConfiguration; SearchStrategy: all) did
not find any beans (OnBeanCondition)
...
{code}
> Components not created because of unsatisfied conditions
> --------------------------------------------------------
>
> Key: CAMEL-10524
> URL: https://issues.apache.org/jira/browse/CAMEL-10524
> Project: Camel
> Issue Type: Bug
> Components: camel-spring-boot
> Reporter: Nicola Ferraro
> Assignee: Nicola Ferraro
>
> Probably after CAMEL-10412, component beans are not created automatically so
> property-based configuration and other features are disabled.
> Running 'mvn spring-boot:run -Ddebug=true' on camel-spring-boot-example I see
> the following log among the others:
> {code}
> ...
> TimerComponentAutoConfiguration:
> Did not match:
> - @ConditionalOnBean (types:
> org.apache.camel.springboot.CamelAutoConfiguration; SearchStrategy: all) did
> not find any beans (OnBeanCondition)
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)