João Brilhante

Results 5 issues of João Brilhante

Hi there, First of all, I'd like to thank you for the amazing work behind this tool! It's a fantastic tool that saves us a lot of time, while ensuring...

Hi there, First of all, many thanks for this simple project. It makes it really easy to import environment variables from .env files without worrying too much about technical details....

When `additionalProperties` is set to `true`, use an `additionalProperties` attribute and `@JsonAnySetter` and `@JsonAnyGetter` annotations instead of extending `HashMap`. This fixes the issue https://github.com/OpenAPITools/openapi-generator/issues/17361 only for the `resttemplate` library. I...

Client: Java
Issue: Bug

When `additionalProperties` is set to `true`, use an `additionalProperties` attribute and `@JsonAnySetter` and `@JsonAnyGetter` annotations instead of extending `HashMap`. This fixes the issue https://github.com/OpenAPITools/openapi-generator/issues/17361 only for the `feign` library. I...

When `additionalProperties` is set to `true`, use an `additionalProperties` attribute and `@JsonAnySetter` and `@JsonAnyGetter` annotations instead of extending `HashMap`. This fixes the issue https://github.com/OpenAPITools/openapi-generator/issues/17361 only for the `webclient` library. I...