Fetch request inline (single) example#15580
Closed
gcatanese wants to merge 126 commits intoOpenAPITools:masterfrom
Closed
Fetch request inline (single) example#15580gcatanese wants to merge 126 commits intoOpenAPITools:masterfrom
gcatanese wants to merge 126 commits intoOpenAPITools:masterfrom
Conversation
* fix incomplete codegensecurity copies * refactoring
* use docker * update * skip httpclient * update * sleep 120 * use cmd * restore tests * sleep 120 * clean up * skip
…ls#14126)" (OpenAPITools#15588) This reverts commit be9f1b6.
* update to jdk11, fix tests * update workflow to use jdk11 instead * update travis, circleci build * fix test failure, update CI * skip mvn install in appveyor * add windows tests * fix workflow * remove log level * add timeout * sleep more * skip tests * sleep more * only skip tests * test with jdk11 only * fix gradlew * remove skip tests * start server after build * update gradle version * more time to start server * update to 420 * comment out build * update * update
* update pom.xml with new plugin, setting * update workflow
* set maven to 3.9 * add java version * fix maven version * fix java version
…do not use HttpBearerAuth (or HttpBasicAuth) for other http auth methods (such as http signature auth or custom schemes) (OpenAPITools#15220) * remove http signature from test yaml when not supported * do not use HttpBearerAuth for signature auth or other unsupported http auth method ignore unsupported http auth method unless generated code would not compile (in which case, an exception is thrown) * [Java] fix use of isBasic condition * [kotlin] fix use of isBasic condition
* better enforcer with gradle mgmt plugin * update gradle-enterprise * fix id
* removed .netcore 3.1 * dont use .net standard for test package
* Added library 'jvm-spring-webclient' to Kotlin client generator * Reran all generators and generated docs * Changed target of kotlin-jvm-spring-webclient sample from 2_0 to 3_0 * Added build of kotlin-jvm-spring-webclient to github workflow
…penAPITools#15608) * better code foramt, add library creator * remove kotlin server deprecated generator
Signed-off-by: Huan-Cheng Chang <changhc84@gmail.com>
* improved spacing * addressed comment
Member
|
can you please resolve the merge conflicts when you've time? |
Member
|
cc @OpenAPITools/generator-core-team |
…/openapi-generator into request-inline-example # Conflicts: # modules/openapi-generator/src/test/java/org/openapitools/codegen/DefaultCodegenTest.java
Contributor
Author
|
@wing328 Done |
Member
|
this PR now contains commits not authored by you. do you mind submitting a new PR based on the latest master instead? |
6 tasks
Contributor
Author
Contributor
Author
|
Superseded by #15857 |
This file contains hidden or 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
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.
This PR makes the (single) request example available during the code generation. Currently only
examplesare fetched and available.Fix #15579
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(6.3.0) (minor release - breaking changes with fallbacks),7.0.x(breaking changes without fallbacks)