William Cheng
William Cheng
@gracekarina To answer your questions, I need more time to build the parser and core locally in order to confirm the impact to swagger codegen. Is it correct to say...
> @wing328 you need to build, core (feature/modelInResponse_refactored), parser (testing-response-schema) and codegen (testing-response-schema) in the correspondent branch. UPDATE: I built core (feature/modelInResponse_refactored), parser (testing-response-schema) and codegen (testing-response-schema) locally and checkout...
> Does it affects templates? Based on my test result, it does not affect the templates. In other words, we don't need to update the template for this change
please review the CI failures when you've time, e.g. https://github.com/OpenAPITools/openapi-generator/actions/runs/15417950869/job/43385774859?pr=21055
cc @karismann (2019/03) @Zomzog (2019/04) @andrewemery (2019/10) @4brunu (2019/11) @yutaka0m (2020/03) @stefankoppier (2022/06) @e5l (2024/10)
thanks again for the pr did you test this fix locally to confirm it works for your use cases?
thanks for the PR can you please merge https://github.com/OpenAPITools/openapi-generator/pull/21911(which contains some tests for anyOf) into your branch?
to skip a particular file from being generated, what about using `.openapi-generator-ignore` ? https://github.com/openapitools/openapi-generator/blob/master/docs/customization.md#ignore-file-format
you can also pre-populate the ignore file using the option `openapiGeneratorIgnoreList`
> and a manually created .openapi-generator-ignore containing RestApplication.java in the output root and neither suppresses the generation. you need to provide the full path to the file e..g `path/to/file_to_be_skip.py`