Skip to content
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

fix: set config property openApiNullable=false for Kafka instance API #234

Conversation

MikeEdgar
Copy link
Contributor

Fixes #233

Disabled use of org.openapitools.jackson.nullable.JsonNullable in generated SDK. Prior to release 0.17 JsonNullable was not present in the model. The use of that type requires clients using the SDK to register JsonNullableModule in their Jackson ObjectMapper instances, similar to the generated code now removed from the JSON.java file.

@wtrocki
Copy link
Collaborator

wtrocki commented Mar 11, 2022

Amazing fix. Will merge after integration test passes.

@wtrocki wtrocki merged commit c0d4158 into redhat-developer:main Mar 11, 2022
andreaTP pushed a commit to andreaTP/app-services-sdk-java that referenced this pull request Jan 19, 2023
* docs: include github packages instructions

* Update build_docs/building.adoc

Co-authored-by: Wojciech Trocki <[email protected]>

Co-authored-by: Wojciech Trocki <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants