[
https://issues.apache.org/jira/browse/CXF-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15320503#comment-15320503
]
Sergey Beryozkin commented on CXF-6869:
---------------------------------------
Sure, see
http://git-wip-us.apache.org/repos/asf/cxf/commit/32a37d02
(I only removed one dash in a property name, to have 'jaxrs.component-scan',
hope you are OK with it).
I do like the way the integration is shaping. The auto-scan based enabling of
JAX-RS endpoints with a single property touch is impressive. I admit I haven't
spent much time with SpringBoot docs but I feel like I've read them nonetheless
thanks to your helpful comments on this JIRA issue :-). Thanks for working with
us so far, it has been appreciated.
Do you think we can resolve this issue ? I'm sure few more things will need to
be optimized , things like seeing CXF endpoints showing up in a Spring registry
without us having to write a massive amount of the complex integration code,
may be detecting Swagger annotations and enabling a Swagger feature
automatically, etc, but we can have new JIRAs allocated as needed.
Cheers, Sergey
> 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)