slbotbm commented on PR #2516: URL: https://github.com/apache/iggy/pull/2516#issuecomment-3704610413
@mmodzelewski thank you for the review! I have addressed all of your comments. After removing the optional mapping from userHeaders, some http integration tests were failing due to jackson desrializing empty userHeaders as null. To address this, I added the annotation `@JsonSetter(nulls = Nulls.AS_EMPTY)` so that Jackson would return an empty map. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
