[
https://issues.apache.org/jira/browse/CXF-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15304982#comment-15304982
]
ASF GitHub Bot commented on CXF-6869:
-------------------------------------
GitHub user vpavic opened a pull request:
https://github.com/apache/cxf/pull/139
[CXF-6869] Improve Spring Boot auto-configuration support
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/139.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 #139
----
commit d5c7548f03f4a4c2c633e1a7bdad573febc710b8
Author: Vedran Pavic <[email protected]>
Date: 2016-05-27T23:03:35Z
[CXF-6869] Upgrade Spring Boot to 1.3.5.RELEASE
commit 89c0f7ce91c70fad8715c2e517eb6856b9173f9a
Author: Vedran Pavic <[email protected]>
Date: 2016-05-27T23:06:01Z
[CXF-6869] Add cxf-rt-rs-service-description to
cxf-spring-boot-starter-jax-rs
commit 57a57ed68af31e471468cff17bca385e45d7bde7
Author: Vedran Pavic <[email protected]>
Date: 2016-05-27T23:07:41Z
[CXF-6869] Improve CxfAutoConfiguration
commit e36fd658456bfa1221b2365c9f7b30faca19d55d
Author: Vedran Pavic <[email protected]>
Date: 2016-05-27T23:26:33Z
[CXF-6869] Polish JAX-RS Spring components
----
> 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
> Assignee: Sergey Beryozkin
>
> 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)