Frantisek Simon
Frantisek Simon
Hi @Euklios, yes it is not possible to use standard java libraries in OSGi if they don't contain this definition. You have to repack the library and add it to...
I tried to debug the problem and I found out that part, where reference to child list is removed is during call of `this.removeBrokenReferenceDefinitions(openAPI);` in `AbstractOpenApiResource` class. There, during processing...
As a workaround right now it can be fixed by disabling broken reference removal in application properties ``` springdoc.remove-broken-reference-definitions=false ```
It should be fixed in new swagger-core version after new release
Hi, this should be same as #2448