adityamparikh opened a new pull request, #50: URL: https://github.com/apache/solr-mcp/pull/50
## Summary - Makes the Solr Docker image used in tests configurable via the `solr.test.image` system property - Centralizes the default Solr image (`solr:9.9-slim`) in `build.gradle.kts` instead of hardcoding in test classes - Enables CI or developers to test against different Solr versions (e.g., `./gradlew test -Dsolr.test.image=solr:8.11-slim`) Split from #49 to keep PRs focused on a single concern. ## Test plan - [x] `./gradlew test` passes with default image - [ ] `./gradlew test -Dsolr.test.image=solr:8.11-slim` passes - [ ] `./gradlew test -Dsolr.test.image=solr:9.4-slim` passes 🤖 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]
