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
Hi @THausherr sorry for late reply. I agree that PDF is not in good shape, but unfortunately it is some input from users / companies which we need to process...
Ok, I will go with option 3 as you suggest.
You are right, I didn't realiaze it would be the easiest :)
Hi, I believe I encountered same or similar problem. I have some rest assured API test which are logging to allure report responses via attachment html. Report itself is correctly...
I guess it is this part of the code: https://github.com/allure-framework/allure2/blob/02e2f500f7bc2317af5b314b73b532fb73a69b57/allure-generator/src/main/java/io/qameta/allure/core/ReportWebGenerator.java#L195 FYI @epszaw