adityamparikh opened a new pull request, #109:
URL: https://github.com/apache/solr-mcp/pull/109

   ## Summary
   - Add `@Nullable` annotations to optional parameters in 
`SearchService.search()` (`query`, `filterQueries`, `facetFields`, 
`sortClauses`, `start`, `rows`)
   - Add `@Nullable` to `SearchResponse.maxScore` (nullable when scoring is 
disabled)
   - Add `@NullMarked` `package-info.java` for the `search` subpackage so 
NullAway enforces null safety
   - Fix test code to use null-safe dereference patterns (`assertNotNull` 
before `Map.get()` results)
   - Correctly expresses the nullability contract under the existing 
`@NullMarked` package declaration
   
   ## Test plan
   - [x] `./gradlew build` passes (including NullAway checks)
   - [x] `./gradlew nativeTest -Pnative` passes (119/119 tests)
   - [x] No regressions
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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]

Reply via email to