Skip to content

configure objectmapper to stop ignoreing null field

Bruce Jin requested to merge null-field-ignore-fix into master

There's a discussion that mentioning AWS is not including the null fields in the query result: https://opensdu.slack.com/archives/C01C2Q4G9BK/p1733973219213619 However, the root cause is the Objectmapper in the RestClientTransport is ignoring all null fields, which is in the core code.

Merge request reports

Loading