[
https://issues.apache.org/jira/browse/CAMEL-14075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960622#comment-16960622
]
Claus Ibsen commented on CAMEL-14075:
-------------------------------------
Okay so looks like its some spring boot 2.2 annotation scanning magic that is
failing when we ask if a class has a Camel annotation
BindToRegistry ann = (BindToRegistry)
clazz.getAnnotation(BindToRegistry.class);
> Upgrade to Spring Boot 2.2
> --------------------------
>
> Key: CAMEL-14075
> URL: https://issues.apache.org/jira/browse/CAMEL-14075
> Project: Camel
> Issue Type: Task
> Components: camel-spring-boot
> Reporter: Claus Ibsen
> Priority: Major
> Fix For: 3.0.0
>
>
> Spring Boot 2.2 has just been released
> https://spring.io/blog/2019/10/16/spring-boot-2-2-0
--
This message was sent by Atlassian Jira
(v8.3.4#803005)