[
https://issues.apache.org/jira/browse/CXF-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275753#comment-15275753
]
ASF GitHub Bot commented on CXF-6869:
-------------------------------------
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 <[email protected]>
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
----
> Consider adding Spring Boot starter
> -----------------------------------
>
> Key: CXF-6869
> URL: https://issues.apache.org/jira/browse/CXF-6869
> Project: CXF
> Issue Type: New Feature
> Components: Integration
> Reporter: Vedran Pavic
>
> I've recently authored a PR in Spring Boot to add support for
> auto-configuration of {{CXFServlet}} and default CXF's configuration:
> https://github.com/spring-projects/spring-boot/pull/5659
> The PR was closed with "won't fix" resolution since Boot team are unwilling
> to add CXF as a dependency to the project. Instead a 3rd party starter was
> suggested.
> The concept of a 3rd party starter is generally encouraged for technologies
> that don't have first-class support in projects from Spring portfolio. Such
> 3rd party starters are listed here:
> https://github.com/spring-projects/spring-boot/blob/master/spring-boot-starters/README.adoc
> If CXF team is interested, I'm willing to port my PR to CXF.
> Note that the original PR was focused around JAX-WS support, but can be
> easily expanded to include JAX-RS support as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)