-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[BUG][JAVA][NATIVE][ASYNC] Java Client Native Async does not work with list #6157
Closed
3 tasks done
Labels
Comments
This works fine with |
It seems the problem is here: openapi-generator/modules/openapi-generator/src/main/resources/Java/libraries/native/api.mustache Lines 184 to 189 in a58441c
Should be |
laballab
added a commit
to laballab/openapi-generator
that referenced
this issue
May 4, 2020
5 tasks
Submitted a PR to fix this: |
michaelpro1
pushed a commit
to michaelpro1/openapi-generator
that referenced
this issue
May 7, 2020
…rn (OpenAPITools#6168) * Fix OpenAPITools#6157: Updated native template to fix null async return Should fix issue: OpenAPITools#6157 * fixed uncaught json exception in java native api gen * cleaning up Co-authored-by: Luis Ballabeni <[email protected]>
jimschubert
added a commit
that referenced
this issue
May 8, 2020
…-5.0 * origin/master: (78 commits) [powershell-experimental] : http signature authentication implementation (#6176) Add missing AnyType type mapping (#6196) remove pubspec.lock (#6208) Minor fixes post-release (#6204) [cpp][Qt5] Add the ability to pass QNetworkAccessManager as a parameter (#6053) comment out dart2 test due to failure adds the missing typeMapping for AnyType (#6199) [Rust Server] Support boolean headers, and fix panic handling headers (#6056) update samples update 5.0.0 release date update readme with new release Prepare 4.3.1 release (#6187) Fix #6157: Updated native template to fix null async return (#6168) Show description when summary is missing (#6159) Make the array items optional (#6132) [aspnetcore] test petstore samples in drone.io (#6148) fix bearer auth in c# netcore async call (#6136) skip web.config for aspnetcore 3.x (#6147) Adds memoization and deserialization through 2 or more discriminators (#6124) Implement Asp.Net Core 3.0/3.1 generator (#6009) (#6025) ...
therve
pushed a commit
to DataDog/datadog-api-client-java
that referenced
this issue
Mar 23, 2021
* Fix #6157: Updated native template to fix null async return Should fix issue: OpenAPITools/openapi-generator#6157 * fixed uncaught json exception in java native api gen * cleaning up Co-authored-by: Luis Ballabeni <[email protected]>
api-clients-generation-pipeline bot
pushed a commit
to DataDog/datadog-api-client-java
that referenced
this issue
Sep 8, 2021
* Fix #6157: Updated native template to fix null async return Should fix issue: OpenAPITools/openapi-generator#6157 * fixed uncaught json exception in java native api gen * cleaning up Co-authored-by: Luis Ballabeni <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report Checklist
Description
ListSubscriptionsResponse
is always null when callinglistSubscriptions
This should return the real value
openapi-generator version
4.3.1-SNAPSHOT (No regression this a bug on a new feature)
OpenAPI declaration file content or url
OpenAPI Spec
DataLake-Subscription-SwaggerDocumentation.json.zip
Command line used for generation
in
build.gradle.kts
Steps to reproduce
call
listSubscriptions
after generationThe code that's generated just looks wrong, looks like it always returns null.
The text was updated successfully, but these errors were encountered: