Swagger Codegen Generators v1.0.36
1.0.36 release of swagger-codegen-generators with OpenAPI 3 support.
See also https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.36
What's Changed
- updated jackson dependencies in gradle build templates by @HugoMario in #1058
- Update AbstractJavaJAXRSServerCodegen.java by @PippoBaudoCorporation in #1053
- changed pattern to work with acronyms in underscore conversion by @HugoMario in #1062
- exclude json module from apache oauth2 client to fix security issue. by @HugoMario in #1063
- updated NewtonSoft depdency version to fix security issue by @HugoMario in #1065
- fix for AbstractJavaCodegen.fixUpParentAndInterfaces method by @AttilaW-Keytiles in #1069
- fixed property datatype for extended models by @HugoMario in #1071
- fixed response schema issue on html2 generated doc. by @HugoMario in #1072
- Make generic model compatible with PHP 8.1 by @frantuma in #1073
New Contributors
- @PippoBaudoCorporation made their first contribution in #1053
- @AttilaW-Keytiles made their first contribution in #1069
Full Changelog: v1.0.35...v1.0.36