OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.97k stars 6.59k forks source link

fixes(java/restclient) Force usage of custom converter #20112

Closed antechrestos closed 6 days ago

antechrestos commented 1 week ago

Insert custom converter at the beginning of the RestClientBuilder converter list so as not to use default MappingJackson2HttpMessageConverter

See #20111

wing328 commented 6 days ago

cc @bbdouglas (2017/07) @sreeshas (2017/08) @jfiala (2017/08) @lukoyanov (2017/09) @cbornet (2017/09) @jeff9finger (2018/01) @karismann (2019/03) @Zomzog (2019/04) @lwlee2608 (2019/10) @martin-mfg (2023/08)

antechrestos commented 6 days ago

@wing328 @altro3 thank you for having accepted the change. When will it be released?

wing328 commented 6 days ago

should be mid Dec: https://github.com/OpenAPITools/openapi-generator/milestones

you can use customized templates (e.g. -t via CLI) for the time being.