[
https://issues.apache.org/jira/browse/CAMEL-11430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055569#comment-16055569
]
Marcin Grzejszczak commented on CAMEL-11430:
--------------------------------------------
Yup the stacktrace looks like this
{code}
Caused by: java.lang.NoClassDefFoundError:
org/springframework/boot/bind/RelaxedPropertyResolver
at
org.apache.camel.component.direct.springboot.DirectComponentAutoConfiguration$Condition.isEnabled(DirectComponentAutoConfiguration.java:101)
at
org.apache.camel.component.direct.springboot.DirectComponentAutoConfiguration$Condition.getMatchOutcome(DirectComponentAutoConfiguration.java:87)
at
org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:47)
... 53 common frames omitted
Caused by: java.lang.ClassNotFoundException:
org.springframework.boot.bind.RelaxedPropertyResolver
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 56 common frames omitted
{code}
> Add support for Spring Boot 2.0.x
> ---------------------------------
>
> Key: CAMEL-11430
> URL: https://issues.apache.org/jira/browse/CAMEL-11430
> Project: Camel
> Issue Type: Bug
> Components: camel-spring-boot
> Reporter: Marcin Grzejszczak
>
> Hello!
> It would be great to add compatibility with Boot 2.0.x . Spring Cloud
> Contract uses Camel but in the 2.0.x branch (that is compatible with Boot
> 2.0.x ) we can't actually use it.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)