adityamparikh commented on PR #99: URL: https://github.com/apache/solr-mcp/pull/99#issuecomment-5636230104
Closing: `SearchResponse` is `@NullMarked`, so the `documents != null ? … : List.of()` fallbacks guard against a null the type contract already excludes, and `@JsonIgnoreProperties(ignoreUnknown)` has no effect on a record that is only ever serialized. Not worth a PR. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
