You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Federico Mariani (Jira)" <ji...@apache.org> on 2021/11/23 09:58:00 UTC

[jira] [Commented] (CAMEL-17220) camel-spring-boot - Upgrade to 2.6.0

    [ https://issues.apache.org/jira/browse/CAMEL-17220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17447866#comment-17447866 ] 

Federico Mariani commented on CAMEL-17220:
------------------------------------------

camel-spring-boot-xml tests are failing due to unresolved circular dependency.
{code:java}
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'xmlProducerTemplate': Cannot resolve reference to bean 'xmlCamelContext' while setting bean property 'camelContext'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'xmlCamelContext': Invocation of init method failed; nested exception is org.apache.camel.RuntimeCamelException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.camel.impl.health.DefaultHealthCheckRegistry': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'xmlCamelContext': Requested bean is currently in creation: Is there an unresolvable circular reference? {code}
seems like that there is a circular dependency between DefaultHealthCheckRegistry and camelContext bean

> camel-spring-boot - Upgrade to 2.6.0
> ------------------------------------
>
>                 Key: CAMEL-17220
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17220
>             Project: Camel
>          Issue Type: Dependency upgrade
>          Components: camel-spring-boot
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 3.14.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)