adityamparikh commented on PR #175: URL: https://github.com/apache/solr-mcp/pull/175#issuecomment-5341806789
Rebased onto `main` (`a84033b`). One conflict, in `JsonResponseParser.convertValue`: `main` added a `@Nullable` return annotation (jspecify rollout) on the same signature this PR threads a `path` parameter through. Kept both — `private @Nullable Object convertValue(JsonNode node, String path)`. No other changes; the fix and its tests are as reviewed. Verified: `./gradlew build` green on JDK 25. -- 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]
