How to integrate Quarkus Reactive REST file upload with OpenAPI and Swagger-UI?
I have upgraded a Quarkus JAX-RS REST app to the latest version and also switched to using Reactive Rest library. Using Reactive I see you have a new file upload option called FileUpload, but the generated OpenAPI for this is just an object with no fields, and the Swagger UI just shows it has an empty object.