Antonio
Antonio
> while not strictly required, I think we should use this opportunity while revisiting this command to add support for app_protocol and port name (https://github.com/compose-spec/compose-spec/blob/master/05-services.md#long-syntax-3) Wow, did not even know...
Went ahead and changed `backend.Port `so it returns a slice of publishers. That should fix other issues like dealing with `--index`. Since I was modifying `PortPublisher` I went ahead and...
I'm antonag32 but ended up doing this outside work hours so I'm using my personal account. Let me know if I have to make any changes.
Added the new flag to the RST docs.
That is a nice PR. I have two comments/questions 1. Seems like examples tests are still not being run on the CI? From what I understand, the `test-coverage` target does...
Hello, I used 2.13.0-lts and `quarkus.openapi.generator.use-bean-validation=true` did not work for me. I had to change it to `quarkus.openapi.generator.bean-validation=true`. However I am confused since the doc update on 2.12.1 changed it...