You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JAX-RS generator does not respect nullable properties defined in the OpenApi Spec.
44
+
It means that if a field is not nullable but not set it is still returning a null value for this field in the serialized json.
45
+
The below Jackson annotation is made to only keep non null values in serialized json.
46
+
We are not yet using nullable=true properties in our OpenApi so this is a valid workaround at the moment to circumvent the default JAX-RS behavior described above.
47
+
Feel free to read the conversation on https://github.com/airbytehq/airbyte/pull/13370 for more details.
We are not yet using nullable=true properties in our OpenApi so this is a valid workaround at the moment to circumvent the default JAX-RS behavior described above.
46
89
Feel free to read the conversation on https://github.com/airbytehq/airbyte/pull/13370 for more details.
0 commit comments