[
https://issues.apache.org/jira/browse/CAMEL-11756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16161692#comment-16161692
]
Stephane Nicoll edited comment on CAMEL-11756 at 9/11/17 6:01 PM:
------------------------------------------------------------------
Are you using Spring Framework 5? Spring Boot 2 requires Spring Framework 5 so
my best guess is that you are overriding that somewhere.
{{spring-jcl}} is a transitive dependency of {{spring-core}} (see [this
pom|http://repo.spring.io/milestone/org/springframework/spring-core/5.0.0.RC4/spring-core-5.0.0.RC4.pom])
so adding anything yourself is a smell. Can you please double check?
was (Author: snicoll):
Are you using Spring Framework 5? Spring Boot 2 requires Spring Framework 5 so
my best guess is that you are overriding that somewhere.
{{spring-jcl}} is a transitive dependency of {{spring-core}} (see [this
pom|http://repo.spring.io/milestone/org/springframework/spring-core/5.0.0.RC4/spring-core-5.0.0.RC4.pom]
so adding anything yourself is a smell. Can you please double check?
> camel-spring-boot2 - Create experimental spring boot 2 component
> ----------------------------------------------------------------
>
> Key: CAMEL-11756
> URL: https://issues.apache.org/jira/browse/CAMEL-11756
> Project: Camel
> Issue Type: Task
> Components: camel-spring-boot
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Fix For: 2.20.0
>
>
> We should try get started with the migration effort for getting Camel running
> on Spring Boot 2.0.x.
> There may be issues with the starter component as Spring Boot guys changed
> stuff how auto configuration and setting properties works. So we may need to
> have some kind of interface in camel-spring-boot and camel-spring-boot2 where
> we can have different implementation that the -starter can use.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)