You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2018/11/30 11:54:01 UTC

[GitHub] reta edited a comment on issue #477: CXF-7908 - Allow to customise JAXRS server in spring boot when using …

reta edited a comment on issue #477: CXF-7908 - Allow to customise JAXRS server in spring boot when using …
URL: https://github.com/apache/cxf/pull/477#issuecomment-443181565
 
 
   @mswiderski you are absolutely right, I missed that (the `@Bean` annotation mislead me). Than your approach is certainly in the right direction. What concerns me is the presence of should-be-well-known bean name, like `jaxRsServerConfiguration`. I believe that replacing `@ConditionalOnMissingBean(name = "jaxRsServerConfiguration")` -> `@ConditionalOnMissingBean(Server.class)`  should have the same effect, what do you think?
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services