Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.15.3, 2.16.0
-
None
-
Unknown
-
Regression
Description
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.
Attachments
Attachments
Issue Links
- is duplicated by
-
CAMEL-9294 Camel spring boot doesn't pickup routes when context refresh event is not called on the root context
- Resolved