Dennis Kieselhorst created CXF-7460:
---------------------------------------
Summary: Support Spring Boot 2.x
Key: CXF-7460
URL: https://issues.apache.org/jira/browse/CXF-7460
Project: CXF
Issue Type: Improvement
Components: Integration
Affects Versions: 3.1.12
Reporter: Dennis Kieselhorst
Fix For: 3.2.0
I tried CXF with Spring Boot 2.0.0.M3. This fails because CxfAutoConfiguration
depends on EmbeddedServletContainerAutoConfiguration which has been replaced by
ServletWebServerFactoryAutoConfiguration (see
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0.0-M1-Release-Notes).
We should try to support both Spring Boot 1.x and 2.x.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)