Skip to content

[springdoc-openapi-starter-common:2.8.6] AbstractOpenApiResource's getOpenApi method signature changed. No docs. #2952

@dejan-kosak

Description

@dejan-kosak

Hi,

with version 2.8.6 I can see that signature of getOpenApi method in AbstractOpenApiResource class changed, adding serverBaseUrl attribute.

protected OpenAPI getOpenApi(String serverBaseUrl, Locale locale) {

As we use springdoc-openapi-starter-webmvc-ui in the library, users of the library see a breaking change when the update it to 2.8.6 in their projects.
Meaning we need to fix it and force to update our library in conjunction with this one. Which is fine, but a bit unpleasant surprise.

There is no docs on how to migrate and use this method, though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions