Nicola Ferraro created CAMEL-10524:
--------------------------------------
Summary: 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, 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}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)