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

   ## Summary
   - Replace `java.util.Date` with `java.time.Instant` in `SolrMetrics`, 
`SolrHealthStatus`, and `CollectionCreationResult` records
   - Achieves true immutability in record types (Date is mutable and can be 
modified through record accessors)
   - Update all construction sites from `new Date()` to `Instant.now()`
   
   ## Test plan
   - [x] `./gradlew build` passes
   - [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