You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (JIRA)" <ji...@apache.org> on 2018/04/03 20:37:00 UTC

[jira] [Commented] (CXF-7694) spring boot jax-rs sample creates incorrect urls in swagger

    [ https://issues.apache.org/jira/browse/CXF-7694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16424560#comment-16424560 ] 

Andriy Redko commented on CXF-7694:
-----------------------------------

Good one, [~deki], I was trying to figure out the use cases when dynamicBasePath might be of use, even talked to [~sergey_beryozkin] at the time, and we kind of were not sure it should be set to "true" by default. Spring Boot is a good example when it is needed. The absence of the base path notation in the OpenAPI 3.0 also contributed to this decision (there are servers section). Do you think we have to reconsider the default behavior or adjusting the sample (+ documentation) would be the way to go? Thanks!

> spring boot jax-rs sample creates incorrect urls in swagger
> -----------------------------------------------------------
>
>                 Key: CXF-7694
>                 URL: https://issues.apache.org/jira/browse/CXF-7694
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 3.2.4
>            Reporter: pre sto
>            Assignee: Dennis Kieselhorst
>            Priority: Minor
>             Fix For: 3.2.5
>
>
> The sample code in
> [https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/jax_rs/spring_boot]
> creates in swagger ui urls like
> [http://localhost:8080/sayHello/q]
> which do not work, instead of
> [http://localhost:8080/services/helloservice/sayHello/q|http://localhost:8080/services/helloservice/sayHello/]
> The problem started w. the commit of  "[[CXF-7634] changed Spring Boot sample to use OpenApiFeature|https://github.com/apache/cxf/commit/5b7308408d8b0127a5ee4deea7bd66b44217dd58]"
>  
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)