[
https://issues.apache.org/jira/browse/CAMEL-11756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16161749#comment-16161749
]
Claus Ibsen commented on CAMEL-11756:
-------------------------------------
Yes I have spring-jcl on the classpath
{code}
[INFO] org.apache.camel:camel-spring-boot2:jar:2.20.0-SNAPSHOT
[INFO] +- org.springframework.boot:spring-boot-starter:jar:2.0.0.M3:compile
[INFO] | +- org.springframework.boot:spring-boot:jar:2.0.0.M3:compile
[INFO] | +-
org.springframework.boot:spring-boot-autoconfigure:jar:2.0.0.M3:compile
[INFO] | +-
org.springframework.boot:spring-boot-starter-logging:jar:2.0.0.M3:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | +- org.slf4j:jul-to-slf4j:jar:1.7.22:compile
[INFO] | | \- org.slf4j:log4j-over-slf4j:jar:1.7.22:compile
[INFO] | +- org.springframework:spring-core:jar:5.0.0.RC3:compile
[INFO] | | \- org.springframework:spring-jcl:jar:5.0.0.RC3:compile
[INFO] | \- org.yaml:snakeyaml:jar:1.18:runtime
{code}
> 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)