Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 97668200CD6 for ; Mon, 31 Jul 2017 11:30:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 95D36163AC4; Mon, 31 Jul 2017 09:30:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DBAA0163AC0 for ; Mon, 31 Jul 2017 11:30:08 +0200 (CEST) Received: (qmail 42524 invoked by uid 500); 31 Jul 2017 09:30:07 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 42512 invoked by uid 99); 31 Jul 2017 09:30:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2017 09:30:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id B4EE61A1C4B for ; Mon, 31 Jul 2017 09:30:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id pkeU3COEPcrW for ; Mon, 31 Jul 2017 09:30:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 73BE15FDBF for ; Mon, 31 Jul 2017 09:30:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A6AFAE0E4E for ; Mon, 31 Jul 2017 09:30:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0B71224661 for ; Mon, 31 Jul 2017 09:30:01 +0000 (UTC) Date: Mon, 31 Jul 2017 09:30:01 +0000 (UTC) From: "Dennis Kieselhorst (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-7460) Support Spring Boot 2.x MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 31 Jul 2017 09:30:09 -0000 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)