forked from OpenAPITools/openapi-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge master #40
Merged
Merged
merge master #40
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fixed perl client header construction * update perl-petstore sample
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v1...v2) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.5.3...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* only angular 9+ is supported in typescript-angular * clean up typescript-angular samples * clean up samples * fix test, update doc
This makes sure all model classes are added to the forward declarations which makes it possible to create templates without any model includes which helps to resolve circular inclusion issues.
``` error: no matching conversion for functional-style cast from 'QByteArray' to 'std::runtime_error' ```
…n parameter is different than File or String (#11449) * Generate @RequestParam when parameter is not a File * Fix tests to use @RequestParam * Enhance testMultipartBoot test case * Update the Petstore sample * Add MultipartMixedStatus files * Use @RequestPart for spring-cloud when param is File * Generate samples * Delete spring-cloud formParams.mustache file * Regenerate samples
…ir (#11385) * enhance scalatra server codegen to include openapi info and package dir * enhance scalatra server codegen to include openapi info and package dir Co-authored-by: Ravi Nallappan <[email protected]>
* add useOneOfDiscriminatorLookup option to java client generator * remove null
* [Java] java file assert * [Java] java file assert
The spring-boot-starter-webflux uses io.projectreactor.netty:reactor-netty-http dependency so the io.projectreactor.ipc:reactor-netty is actually not used at all
In the generated java code, it is usefull to have the generated java api use the @deprecated annotation. This enable to leverage this annotation at runtime to trigger specific logging for instance. In the generated interface, use the @deprecated annotation. Also, in the jax-rs implementation that links the jax-rs api with the cdi bean implementing the interface, use the @SuppressWarnings("deprecation") annotation. This way the deprecation warning is not shown in generated code. One can use the interface as before: the java compiler can then tell which implementations do implement a deprecated api, using a warning. If the implementation itself also sets the @deprecated annotation, then there is no warning, unless the implementation is called at another place in the code.
…ver (#11749) * [Ada] New options to choose the Ada support library in client and server generated code * new option httpSupport to choose between Curl or AWS (Ada Web Server) support * new option openApiName to choose the package name of the OpenAPI support library * update the templates to customize the support library * update generated GNAT config.gpr file * update the client petstore Ada samples * Fix call to toLowerCase() to give a locale * Rebuild the Ada generator documentation
* fix enumeration operator onstant name collision * test to verify OperatorName
Remove undefined value from header Envoyé depuis mon iPhone. P.S. : Ce commit est certifié sans gluten Co-authored-by: Géry THRASIBULE <[email protected]>
* [rust] add support for withAWSV4Signature option in reqwest (#11193) Signed-off-by: Jérôme Jutteau <[email protected]> * [rust] add petstore sample for withAWSV4Signature option for reqwest (#11193) Signed-off-by: Jérôme Jutteau <[email protected]> * [rust] update all samples (#11193) Signed-off-by: Jérôme Jutteau <[email protected]>
The generator ran into a loop when a composite schema recursively added itself. This change provides a reproducing example and fixes the issue by extending DefaultCodegen#addProperties() by an additional circuit breaker parameter. When additionalProperties() is called with a schema instance for which the properties have already been added, the method directly returns and does not run into the loop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*
.For Windows users, please run the script in Git BASH.
master
(5.3.0),6.0.x