[
https://issues.apache.org/jira/browse/CAMEL-10524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicola Ferraro resolved CAMEL-10524.
------------------------------------
Resolution: Fixed
Sorting was not working... Until I figured out that there was a typo in the
package name ;)
> 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
> Affects Versions: 2.19.0
> Reporter: Nicola Ferraro
> Assignee: Nicola Ferraro
> Fix For: 2.19.0
>
>
> 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)