- 10 Jan, 2023 3 commits
-
-
Sanjay Marreddi authored
-
Maxime Dufour authored
* Add support of AWSV4 Signature in Java * Add Petstore sample for AWSV4 Signature * Update other sample examples * Sync Documentation and sample * Specify only available for okhttp-gson in doc
-
Kalarrs Topham authored
-
- 09 Jan, 2023 1 commit
-
-
William Cheng authored
-
- 06 Jan, 2023 2 commits
-
-
William Cheng authored
* add deepObject query string support in java native client * fix array of query parameters * minor fix * update samples * fix test
-
William Cheng authored
-
- 05 Jan, 2023 6 commits
-
-
William Cheng authored
-
-
William Cheng authored
-
s-jepsen authored
* Fix @Generated annotation import. Apply fix to generatedAnnotation.mustache Add changes to generated clients. * Add changed files.
-
Oleh Kurpiak authored
-
Oleh Kurpiak authored
-
- 04 Jan, 2023 3 commits
-
-
s-jepsen authored
-
David Gamero authored
* migrate * remove extra blank line
-
Antoine Rey authored
* #14141 Add externalDocs to @Operation to the JavaSpring generator * #14141 Add externalDocs to @Operation to the JavaSpring generator : fix mustache template with #hasExternalDocs * #14141 Add externalDocs to @Operation to the JavaSpring generator: fix indentation * #14141 Add externalDocs to @Operation to the JavaSpring generator: fix carriage return * #14141 Add externalDocs to @Operation to the JavaSpring generator: regenerate the spring-boot-oas3.yaml sample * #14141 Add externalDocs to @Operation to the JavaSpring generator: generate-samples.sh * #14141 Add externalDocs to @Operation to the JavaSpring generator: remove hasExternalDocs * Fix ExternalDocumentation import generation and order * #14141 Add externalDocs to @Operation to the JavaSpring generator: generate-samples.sh
-
- 03 Jan, 2023 3 commits
-
-
Dan Michael O. Heggø authored
* Rename 'extensionForDeno' to 'importFileExtension' * Add importFileExtension option to typescript generator * Fix typo, update docs * Update docstring
-
Oleh Kurpiak authored
-
stropho authored
-
- 02 Jan, 2023 10 commits
-
-
Beppe Catanese authored
* Skip toSerialize for readOnly fields * Commit regenerated files
-
Julien Herr authored
* Move Jackson annotation from field to getter In some case, Jackson will duplicate entries when the annotation is on field See https://github.com/FasterXML/jackson-databind/issues/1609 * Update samples
-
devhl-labs authored
* added samples for composed schemas * continue ignoring standard for now
-
devhl-labs authored
-
William Cheng authored
* test java jakarta in new workflow jdk 17 * update workflow * skip jakarta test in jdk11
-
Paul Parenko authored
webclient now uses Sring Boot 3.0.1 with `useJakartaEe`
-
Ahmed Fwela authored
* override createDiscriminator * assign discriminator = null to remove duplicates * added discriminatorValue extension * added _defaults * formatting * samples * use gitter instead * remove comment * updated samples * revert formatting changes * update samples * change file permissions * remove discriminator check for anyOf * add comment to createDiscriminator
-
Nick Ufer authored
* [KOTLIN] feat: adds maven-publish to 'kotlin' client generator * [KOTLIN] chore: regenerate samples
-
Oleh Kurpiak authored
-
Paul Parenko authored
* Fix #14276 Java Templates uses jakarta or javax package if useJakartaEe is true * generated samples after useJakartaEe changes * generated docs after useJakartaEe changes
-
- 01 Jan, 2023 3 commits
-
-
William Cheng authored
-
tom300z authored
* Fix swapped operators Signed-off-by:
Tom Hörberg <tom@hoerberg.de> * add conversion to support non-string params Signed-off-by:
Tom Hörberg <tom@hoerberg.de> * Provide better fix for nonstring url param values Signed-off-by:
Tom Hörberg <tom@hoerberg.de> * Updated python-nextgen sample files Signed-off-by:
Tom Hörberg <tom@hoerberg.de> Signed-off-by:
Tom Hörberg <tom@hoerberg.de>
-
Oleh Kurpiak authored
-
- 30 Dec, 2022 2 commits
-
-
Oleh Kurpiak authored
-
William Cheng authored
* add x-parent support * add docstring * add openapi normalizer rule to use ref as parent in allof * add openapi normalizer with 1 rule * revise wordings * fix javadoc warnings * better test * fix docstring * minor update * minor improvements * fix typo
-
- 28 Dec, 2022 3 commits
-
-
William Cheng authored
* update openapi-generator dep * update dep, fix tests with new spec * update kotlin version * revert cafferine version * add back testng version and scope
-
Hui Yu authored
-
Thomas von Rosenberg authored
* [rust] Fix declaration for arrays with object and array references For arrays with an item defined by reference to an array or an object, the generated type declaration was `Vec<core::models::Array>` or `Vec<core::models::Map>` without defining a `Array` or `Map` so that the code didn't compile. * [rust] Fix trailing whitespace in petstore definition
-
- 27 Dec, 2022 4 commits
-
-
renaud-twd authored
* fix(symfony): enum generation * docs(php symfony): update samples and docs
-
Kristof Neirynck authored
The import mapping for LocalTime still pointed to org.joda.time.*. This one line made the jodatime dependency required.
-
Thomas von Rosenberg authored
For a required enum array property the generated model constructor used the type `RequiredEnums` instead of `Vec<RequiredEnums>`.