William Cheng

Results 466 comments of William Cheng

> instead of schema.getTitle() inner schema title inner.getTitle() should be used. can you please file a PR with the suggested fix when you've time?

also maven plugin uses the same name and we want to make it consistent across plugins (maven, sbt, etc) if possible

> deprecate inputSpec and replace it with inputFile. because the new name `inputFile` kinda suggests it only works with file only instead of deprecating inputSpec, what about adding another option...

> Fix the code generation to respect the clippy lint. @myz-dev I prefer this

please use `skipOperationExample` (global option). the below works for me. e.g. ``` java -jar modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -g java -i https://raw.githubusercontent.com/docusign/OpenAPI-Specifications/master/esignature.rest.swagger-v2.1.json -o /tmp/docusign/ --skip-operation-example ```

thanks for the PR. can you please take a look at https://github.com/OpenAPITools/openapi-generator/actions/runs/9002489911/job/24730910208?pr=18608 when you've time?

Please take our time. Appreciate the PR to bump the dependencies to newer versions. If you need help, let me know. (ping me via Slack)

please run ` ./bin/generate-samples.sh ./bin/configs/manual/rust-axum*` to update the samples (use git bash or wsl if you're using windows)