Skip to content

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

Merged
wtrocki merged 1 commit into
redhat-developer:mainfrom
MikeEdgar:disable_kafka_instance_openApiNullable
Mar 11, 2022
Merged

fix: set config property openApiNullable=false for Kafka instance API#234
wtrocki merged 1 commit into
redhat-developer:mainfrom
MikeEdgar:disable_kafka_instance_openApiNullable

Conversation

@MikeEdgar
Copy link
Copy Markdown
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
Copy Markdown
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 <wtrocki@redhat.com>

Co-authored-by: Wojciech Trocki <wtrocki@redhat.com>
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