[
https://issues.apache.org/jira/browse/CXF-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15277040#comment-15277040
]
ASF GitHub Bot commented on CXF-6869:
-------------------------------------
GitHub user vpavic opened a pull request:
https://github.com/apache/cxf/pull/134
[CXF-6869] Fixes for Spring Boot integration
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/134.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 #134
----
commit 2032092e9b550b20109128231ca70df1fa2d232e
Author: Vedran Pavic <[email protected]>
Date: 2016-05-09T20:48:32Z
[CXF-6869] Fix Spring Boot integration dependency management
commit c878833740af3eb361674b5ece30e0ef4da392b4
Author: Vedran Pavic <[email protected]>
Date: 2016-05-09T20:49:18Z
[CXF-6869] Fix CxfAutoConfiguration dependency injection
commit 05a58810677c5a9c2a7daa32d7103189327f728e
Author: Vedran Pavic <[email protected]>
Date: 2016-05-09T20:49:54Z
[CXF-6869] Fix configuration properties prefix in CxfAutoConfigurationTests
----
> 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)