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 D9F5B2009F5 for ; Sun, 8 May 2016 23:35:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D878C160A06; Sun, 8 May 2016 21:35:32 +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 2D9C11609B2 for ; Sun, 8 May 2016 23:35:32 +0200 (CEST) Received: (qmail 82299 invoked by uid 500); 8 May 2016 21:35:31 -0000 Mailing-List: contact dev-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 dev@cxf.apache.org Received: (qmail 82288 invoked by uid 99); 8 May 2016 21:35:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 May 2016 21:35:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C817FDFBA8; Sun, 8 May 2016 21:35:30 +0000 (UTC) From: vpavic To: dev@cxf.apache.org Reply-To: dev@cxf.apache.org Message-ID: Subject: [GitHub] cxf pull request: [CXF-6869] Add Spring Boot support Content-Type: text/plain Date: Sun, 8 May 2016 21:35:30 +0000 (UTC) archived-at: Sun, 08 May 2016 21:35:33 -0000 GitHub user vpavic opened a pull request: https://github.com/apache/cxf/pull/133 [CXF-6869] Add Spring Boot support This commit adds Spring Boot support which includes: - Auto-configuration module to provide auto-configuration capabilites for ```CXFServlet``` and ```SpringBus``` - JAX-WS starter module which assembles dependencies required for development of JAX-WS services - JAX-RS starter module which assembles dependencies required for development of JAX-RS services @sberyozkin Please review the PR and let me know if everything is OK from the prespective of CXF project. One question from my side - you mentioned you'd target this at 3.1.7 release, however I've based my PR on the current master, is this an issue? I still plan to test the integration by creating some sample Spring Boot projects. We can update the existing sample projects to make use of this integration in a separate PR if that's OK with you. You can merge this pull request into a Git repository by running: $ git pull https://github.com/vpavic/cxf CXF-6869 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/133.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #133 ---- commit 606828ba0def77888c0fdbd44ee403547da510c6 Author: Vedran Pavic Date: 2016-05-05T16:43:58Z [CXF-6869] Add Spring Boot support This commit adds Spring Boot support which includes: - Auto-configuration module to provide auto-configuration capabilites for `CXFServlet` and `SpringBus` - JAX-WS starter module which assembles dependencies required for development of JAX-WS services - JAX-RS starter module which assembles dependencies required for development of JAX-RS services ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---