henrik242 opened a new pull request, #1874:
URL: https://github.com/apache/camel-spring-boot/pull/1874

   @Lazy was added in 4.21.0, replacing an ObjectProvider that deferred the 
CamelContext lookup. CamelRequestHandlerMapping registers itself as a 
PlatformHttpListener and is only notified of endpoints created after it exists, 
so creating it on first demand is unordered with respect to CamelContext 
startup. When Camel starts first the mapping learns about no endpoint at all, 
and every platform-http route answers 404 while reporting itself as started. 
4.18.3 and 4.20.0 both instantiated the bean eagerly.
   
   Issue link: CAMEL-24351


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to