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 30823200B32 for ; Thu, 9 Jun 2016 01:00:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2F3C0160A54; Wed, 8 Jun 2016 23:00:26 +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 74647160A2E for ; Thu, 9 Jun 2016 01:00:25 +0200 (CEST) Received: (qmail 13016 invoked by uid 500); 8 Jun 2016 23:00:24 -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 12998 invoked by uid 99); 8 Jun 2016 23:00:24 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2016 23:00:24 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 82C2C2C1F5C for ; Wed, 8 Jun 2016 23:00:24 +0000 (UTC) Date: Wed, 8 Jun 2016 23:00:24 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-6834) add support for CXF inside Spring Boot MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Jun 2016 23:00:26 -0000 [ https://issues.apache.org/jira/browse/CXF-6834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15321615#comment-15321615 ] Sergey Beryozkin commented on CXF-6834: --------------------------------------- Hi James FYI, Vedran has driven the work for creating CXF auto-configure and starters modules directly in CXF (https://issues.apache.org/jira/browse/CXF-6869). Hope you are OK most of the work has been done in CXF-6869 which is about doing and demoing the starters locally in CXF. Thanks for initiating this request. My understanding now is that we won't have a 1st class CXF SpringBoot support in the short term at least which is what you suggested when opening this issue, and something I'm trying to understand with my last comment at CXF-6869. I'm going to tweak the jaxrs demos a bit more to make the client code look neater as you suggested. Then I guess we can decide if this issue can be closed or more more can be done > add support for CXF inside Spring Boot > -------------------------------------- > > Key: CXF-6834 > URL: https://issues.apache.org/jira/browse/CXF-6834 > Project: CXF > Issue Type: Improvement > Components: JAX-RS > Reporter: james strachan > Assignee: Sergey Beryozkin > Fix For: 3.1.7, 3.2.0 > > > right now spring boot has support for Jersey; it'd be great to integrate support for CXF too. > e.g. > * https://github.com/spring-projects/spring-boot/tree/master/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jersey > * https://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters/spring-boot-starter-jersey > * https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-jersey > * https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-jersey1 > mostly this is about submitting a PR against the spring-boot project; but it may require a few changes in CXF to be more spring/spring-boot ready or to work better with Spring Boot's auto configuration mechanism and tooling: > * https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-auto-configuration.html > * https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html > Docs on creating auto configuration here: > https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-developing-auto-configuration.html -- This message was sent by Atlassian JIRA (v6.3.4#6332)