William Cheng
William Cheng
@tnielens please refer to https://github.com/OpenAPITools/openapi-generator/pull/13501#issuecomment-1256170624 for more information.
cc @OpenAPITools/generator-core-team
cc @jimschubert (2017/09) ❤️, @dr4ke616 (2018/08) @karismann (2019/03) @Zomzog (2019/04) @andrewemery (2019/10) @4brunu (2019/11) @yutaka0m (2020/03)
can you please resolve the merge conflicts when you've time?
I got some errors when testing the new kotlin vertx client: ``` ): [ERROR : TagRoomModel] defined in org.openapitools.client.models in file Tag.kt, public open fun toRoomModel(): [ERROR : UserRoomModel] defined...
LGTM. Thanks for the PR 👍
cc @joschi as well who added Gitpod support to this repo previously @joschi have you tried Github Codespaces? which one do you prefer?
Thanks for the PR. cc @TiFu (2017/07) @taxpon (2017/07) @sebastianhaas (2017/07) @kenisteward (2017/07) @Vrolijkx (2017/09) @macjohnny (2018/01) @topce (2018/10) @akehir (2019/07) @petejohansonxo (2019/11) @amakhrov (2020/02) @davidgamero (2022/03) @mkusaka (2022/04)
@Marek00Malik can you please take a look at the error in https://github.com/OpenAPITools/openapi-generator/actions/runs/3244612257/jobs/5321013628 ?
Agreed that the `baseName` of the property shouldn't be updated. @Reinhard-PTV (author of #8563), for the following line: ``` property.baseName = codegenParameter.baseName + "[" + entry.getKey() + "]"; ``` ref:...