Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.19.0
-
Fix Version/s: 2.19.0
-
Component/s: camel-spring-boot
-
Labels:None
-
Estimated Complexity:Unknown
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:
...
TimerComponentAutoConfiguration:
Did not match:
- @ConditionalOnBean (types: org.apache.camel.springboot.CamelAutoConfiguration; SearchStrategy: all) did not find any beans (OnBeanCondition)
...