[
https://issues.apache.org/jira/browse/CAMEL-14075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960849#comment-16960849
]
Claus Ibsen edited comment on CAMEL-14075 at 10/28/19 9:42 AM:
---------------------------------------------------------------
To reproduce this
1
Checkout this branch
https://github.com/apache/camel/tree/springboot22
( commit 2994520c33dbe17094ec47d317898508be239f1d )
2
Run a clean build
mvn clean install -P fastinstall
(this may take 20 min on a fresh checkout)
3
Run the example
cd examples/camel-spring-boot
mvn spring-boot:run
There is also an unit test that fails if you run
mvn test
4
You can also test the camel-spring-boot module which also fails when you run
cd components/camel-spring-boot
mvn test
was (Author: davsclaus):
To reproduce this
1
Checkout this branch
https://github.com/apache/camel/tree/springboot22
2
Run a clean build
mvn clean install -P fastinstall
(this may take 20 min on a fresh checkout)
3
Run the example
cd examples/camel-spring-boot
mvn spring-boot:run
There is also an unit test that fails if you run
mvn test
4
You can also test the camel-spring-boot module which also fails when you run
cd components/camel-spring-boot
mvn test
> 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)