Matheus Cruz

Results 162 comments of Matheus Cruz

Hi @ricardozanini, @spolti and @mrsimonemms I think we need to change the `FromYAMLSource` from `parser.go`. The `yaml` ("sigs.k8s.io/yaml") do the following: 1. Converts the `[]byte` to `interface{}` 2. Converts the...

@cdavernas is there some intetion to publish the synapse in a docker registry?

Hi @matheusandre1, for the next pull request use `Closes` before the issue number to link the issue with the pull request :)

> great work and a good starting point to work further. > i think some stuff of client features (circutebreaker, security, etc) should be removed in server version. Thanks for...

Configuration properties must evolve independently, with `openapitools` we have more flexibility/speed for new changes. I am thinking to have a separate subset of configuration: `quarkus.openapi.generator.server.use` `apicurio` or `openapitools`: * `quarkus.openapi.generator.server.apicurio.base-package`...

Hi @quarkiverse/quarkiverse-openapi-generator, @michaelsonnleitner, @andrejpetras, @wrssmi — feel free to review this pull request. The goal of this change is not to support every property available in the client extension. Instead,...

Thanks a lot @michaelsonnleitner for the detailed review, @ricardozanini I think we can release a new version on this week.

Nice to hear that your problem was solved. Did you see any `You need to add io.quarkus:quarkus-rest-client-jackson to your dependencies` in your logs?

I think we can add it automatically (all necessary dependencies) as part of the codestart. It must start with all necessary to the extension to work. Thanks again for this...