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.