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

Andriy Redko commented on CXF-8103:
-----------------------------------

Hi [~kkurucz],

It looks like the regression caused by recent Swagger versions, we'll be 
looking into it, but the workaround for now would be to downgrade it to *2.0.6* 
(if it helps in your situation):
{noformat}
        <dependency>
            <groupId>io.swagger.core.v3</groupId>
            <artifactId>swagger-core</artifactId>
            <version>2.0.6</version>
        </dependency>

        <dependency>
            <groupId>io.swagger.core.v3</groupId>
            <artifactId>swagger-jaxrs2</artifactId>
            <version>2.0.6</version>
        </dependency> {noformat}
Thank you for submitting the issue.

Best Regards,

     Andriy Redko

> OpenApiFeature - cannot use useContextBasedConfig
> -------------------------------------------------
>
>                 Key: CXF-8103
>                 URL: https://issues.apache.org/jira/browse/CXF-8103
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS, Services
>    Affects Versions: 3.3.3
>            Reporter: Krisztian Kurucz
>            Priority: Major
>         Attachments: description_openapi_v3_spring_boot.7z
>
>
> In case of Using Multiple Server Endpoints all openapi.json will contain all 
> resource descriptions



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to