[
https://issues.apache.org/jira/browse/CAMEL-16954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420381#comment-17420381
]
Karen Lease edited comment on CAMEL-16954 at 9/26/21, 9:46 PM:
---------------------------------------------------------------
Yes, I think I should be able to put in a PR tomorrow to remove all the
spring-boot-cloud components in both camel-spring-boot/core and
camel-spring-boot/components-starter, if that was your intention with "let's
just remove all of those instead".
was (Author: klease78):
Yes, I think I should be able to put in a PR tomorrow to remove all the
spring-boot-cloud components.
> Some camel-spring-cloud tests fail with ClassNotFoundException
> --------------------------------------------------------------
>
> Key: CAMEL-16954
> URL: https://issues.apache.org/jira/browse/CAMEL-16954
> Project: Camel
> Issue Type: Test
> Components: camel-spring-cloud, tests
> Affects Versions: 3.12.0
> Environment: Occurs in both junit4 and junit5.
> Reporter: Karen Lease
> Assignee: Karen Lease
> Priority: Major
> Fix For: 3.12.0
>
>
> The test
> org.apache.camel.spring.cloud.CamelSpringCloudServiceCallRibbonTest.testServiceCall()
> fails to load the application context:
> {code:java}
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'configurationPropertiesBeans' defined in class path
> resource
> [org/springframework/cloud/autoconfigure/ConfigurationPropertiesRebinderAutoConfiguration.class]:
> Post-processing of merged bean definition failed; nested exception is
> java.lang.IllegalStateException: Failed to introspect Class
> [org.springframework.cloud.context.properties.ConfigurationPropertiesBeans]
> ...
> Caused by: java.lang.ClassNotFoundException:
> org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
> {code}
> Some other tests using spring-cloud and spring-boot also fail with this
> exception.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)