[Java][Native] Support oneOf/anyOf schemas#7263
Conversation
There was a problem hiding this comment.
jersey2 reference here?
There was a problem hiding this comment.
elsewhere in the code the curly brace is on the same line as static
There was a problem hiding this comment.
is this needed? unsure what it means actually but native == JDK 11
There was a problem hiding this comment.
here as well, jersey2
6b04a39 to
6ac7aee
Compare
|
@wing328 @sebastien-rosset @cbornet @jeff9finger @bbdouglas @sreeshas @jfiala @lukoyanov @karismann @Zomzog @lwlee2608 @bkabrda @jfeltesse-mdsol @jcarres-mdsol Can someone help to review this PR? Thanks in advance. |
bin/configs/java-native-8.yaml
Outdated
There was a problem hiding this comment.
@bgong-mdsol I think you can remove this option as it makes no difference in the native library
For serverPort, I don't think it's used in the native template.
There was a problem hiding this comment.
Can you please resolve the merge conflicts? I'll try to review and merge if no question from me later this week.
@wing328 Sure, I am going to resolve the merge conflicts.
bin/configs/java-native-8.yaml
Outdated
There was a problem hiding this comment.
I think native requires JDK11+ so I would remove java8 as it's a bit confusing.
|
Are there anything that I need to address before get this merged? Thanks |
|
Can you please resolve the merge conflicts? I'll try to review and merge if no question from me later this week. |
0ddb2a9 to
b04d96a
Compare
|
@wing328 This PR is ready for review, thanks a lot |
|
Tests in Drone.io CI passed: https://cloud.drone.io/OpenAPITools/openapi-generator/11888 |
* master: (66 commits) [Typescript][Angular] Fix generated README when using apiModulePrefix (#7725) remove outdated scala files (#7723) [FEAT][TYPESCRIPT-ANGULAR] Add configurationPrefix option to allow generating unique configuration token (#7731) [bug] Fix FILES sort and path provider issue (#7729) better csharp tests (#7727) [go] Improve examples generation (#7576) Fixes #7635: typescript-inversify generator wrongly handles array type parameters (#7636) [Java] Fix import mapping for arrays with reference items of type string (#7182) [Java][Native] Support oneOf/anyOf schemas (#7263) [BUG][Ada] Incorrect client Ada code generated (#7719) add cake, sbt integration (#7713) Use 3.0 spec in documentations, update docs (#7710) remove github.com/antihax/optional from go.sum (#7692) Update junit to newer version (4.13.1) (#7690) [Fix/Dart2] Resolve an exception with status 204 and no body. (#7647) [typescript-angular] pass array as a single JSON string to url query when queryParamObjectFormat=json (fix #7620) (#7649) Add back HttpSigningConfiguration.cs remove HTTPSigningConfiguration.cs add AnyType support to Swift generators (#7644) fix warning, remove trailing spaces (#7659) ...
Description of the PR
This PR includes
@wing328 @sebastien-rosset @cbornet @jeff9finger @bbdouglas @sreeshas @jfiala @lukoyanov @karismann @Zomzog @lwlee2608 @bkabrda @jfeltesse-mdsol @jcarres-mdsol
PR checklist
./bin/generate-samples.shto update all Petstore samples related to your fix. 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