swagger-codegen-generators
swagger-codegen-generators copied to clipboard
##### Description fixes #1033 update guzzlehttp/guzzle ##### Related issues/PRs https://github.com/swagger-api/swagger-codegen/pull/11104 ##### Fixes - ported https://github.com/swagger-api/swagger-codegen/commit/b99fea7eb00b33c24de5ec422ae4d0942e95b6ca - updated https://github.com/swagger-api/swagger-codegen-generators/blob/master/src/main/resources/handlebars/php/composer.mustache
I tried to generate an API for a Jakarta EE 9 project but recognized that there's no `jaxrs-*` generator supporting the `jakarta.*` namespace. Because the `jakarta.*` namespace is the future...
Hi! I want to use conditional helpers like eq, neq, lt, gt, and, or, not, etc., but its don't work. https://github.com/jknack/handlebars.java#conditional-helpers I mean globally for all generators. To use them...
Libraries should not contain logging configuration. They interfere with application logging configurations. This reverts commit 6a0629aaaa7b1aa90dd035db91252a760f1edd48. Fixes #956
the generation of the code will fail on windows beacause the separator is \ using File.separatorChar is fine for both os
In Swagger Code Generator 3.0.11, model generation is corrected to handle the variables that start with '@' symbol . But if same variable is used as discriminator in OPEN API...
Would it be possible to have an option to keep original case or not use snake_case for attributes of classes that get generated from source file (yml)? Something similar to...
Fixes issue: https://github.com/swagger-api/swagger-codegen-generators/issues/1041 where we would get invalid PHP classes because of duplicate var names and resulting duplicate methods. I believe the Java generator already solved their issue with their...
Hi, Currently, the cxf generator does not support jackson annotation for interfaces leading to deserialization issues at runtime when dealing with oneOf modelisation. Therefore, I propose you a PR to...
Linked issue: https://github.com/swagger-api/swagger-codegen-generators/issues/1048