Michael Edgar
Michael Edgar
> Let go, we can roll forward. Would this cause a breaking change in Quarkus, or is it backwards compatible ? This and other MP OpenAPI changes are going into...
Thanks for the issue. I think the class-level annotation handling should be an easy fix for the next release. The `ObjectMapper` functionality will probably need to be handled as a...
Great news! Thanks for the update @sharukhshaik126 . I'll go ahead and close the issue, but please re-open if this still isn't resolved in your opinion and we'll discuss further.
@NandaBalakrishnan are you still having an issue with this?
Closing for now, please reopen if there is a problem still occurring.
@sberyozkin I think the suggestion to have `smallrye.jwt.client.tls.certificate` is good. I spent a little time looking into the `data:` URL and there is actually some complexity around the payload being...
@sberyozkin , no objection from me to keep it open. There could be cases where it's useful, although #596 was exactly what I needed at the time :smile:
I definitely see both sides of this. One one hand, the user input should be preserved as closely as possible when passing through the model. One the other hand, the...
> Another option would be to maintain some sort of additional collection that would serve as a "hint" to the writer. The generated Setter methods would need to be changed...
It's a hack, but it would work... add a `Dockerfile.kcat` or similar in `src/test/resources` that dependabot updates, that could be loaded to retrieve the `FROM` image in the test. ```dockerfile...