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:
[email protected]


With regards,
Apache Git Services

Reply via email to