1. c7b2529 fix: propagate errors from listCollections() instead of returning empty list (#112) by Aditya Parikh · 2 weeks ago main
  2. 31a753b fix(security): require authentication for actuator endpoints other than health (#124) by Aditya Parikh · 2 weeks ago
  3. afbf38d fix(indexing): return indexing results to MCP clients instead of void (#107) by Aditya Parikh · 2 weeks ago
  4. 8eff997 fix(security): replace permissive CORS wildcard with explicit allowlist (#121) by Aditya Parikh · 2 weeks ago
  5. 48966a2 fix(indexing): inject Spring ObjectMapper in JsonDocumentCreator (#101) by Aditya Parikh · 2 weeks ago
  6. 74e9a9a fix(security): enable JWT audience validation and declare MCP resource path (#123) by Aditya Parikh · 2 weeks ago
  7. 8b473f6 fix(security): require authentication for metadata MCP tools (#120) by Aditya Parikh · 2 weeks ago
  8. 015eedd fix(security): make HTTP mode secure by default (#125) by Aditya Parikh · 2 weeks ago
  9. 0aa377c docs(security): document HTTP transport security model (#126) by Aditya Parikh · 2 weeks ago
  10. 6688090 build(docker): per-profile native images + Jib JVM, plus matrix CI + bootJar dep + HTTP/1.1 SolrJ (#129) by Aditya Parikh · 2 weeks ago
  11. 62e92cd fix(solr): force HTTP/1.1 in SolrJ client to avoid flaky H2 EOF (#130) by Aditya Parikh · 2 weeks ago
  12. 38fca3d docs(security): document STDIO transport security model (#119) by Aditya Parikh · 2 weeks ago
  13. 7e82352 Replace this test with PR#117 by Eric Pugh · 3 weeks ago
  14. ffcb508 ci: add dedicated PR validation workflow with unit/integration test split (#117) by Aditya Parikh · 3 weeks ago
  15. 81fef75 Trying to enable tests via GHA in our repo by Eric Pugh · 3 weeks ago
  16. b41691c fix: unify document creator validation exceptions to DocumentProcessingException (#116) by Aditya Parikh · 3 weeks ago
  17. 26a744c fix: Fix 2 erroneous tests in CollectionServiceIntegrationTest (#93) by Aditya Parikh · 4 weeks ago
  18. 71e6959 feat: GraalVM native image support (#92) by Aditya Parikh · 4 weeks ago
  19. 6ccade5 test: add MCP client integration test and reorganize test structure (#91) by Aditya Parikh · 4 weeks ago
  20. cb04f63 feat(compat): Solr 10 support with metrics API migration (#61) by Aditya Parikh · 4 weeks ago
  21. 1b73064 chore(deps): bump Error Prone Plugin from 4.2.0 to 5.1.0 (#84) by Aditya Parikh · 5 weeks ago
  22. 56c634d chore(deps): bump Error Prone Core from 2.38.0 to 2.48.0 (#81) by Aditya Parikh · 5 weeks ago
  23. f380ec2 chore(deps): bump Jib from 3.4.5 to 3.5.3 (#78) by Aditya Parikh · 5 weeks ago
  24. 3fd9909 chore(deps): bump Awaitility from 4.2.2 to 4.3.0 (#76) by Aditya Parikh · 5 weeks ago
  25. 60286ad chore(deps): bump MCP Server Security from 0.0.4 to 0.0.6 (#77) by Aditya Parikh · 5 weeks ago
  26. 1168816 chore(deps): bump Commons CSV from 1.10.0 to 1.14.1 (#79) by Aditya Parikh · 5 weeks ago
  27. 06563e1 chore(deps): bump NullAway from 0.12.7 to 0.13.1 (#80) by Aditya Parikh · 5 weeks ago
  28. d06a35c chore(deps): bump OpenTelemetry Instrumentation BOM from 2.11.0 to 2.26.1 (#82) by Aditya Parikh · 5 weeks ago
  29. d456e54 chore(deps): upgrade Gradle Wrapper from 9.2.1 to 9.4.1 (#83) by Aditya Parikh · 5 weeks ago
  30. a6481c4 chore(deps): bump Spring AI from 1.1.3 to 1.1.4 (#75) by Aditya Parikh · 5 weeks ago
  31. 0d734da chore(deps): bump Spring Boot from 3.5.11 to 3.5.13 (#74) by Aditya Parikh · 5 weeks ago
  32. 6009213 feat(deps): upgrade solr-solrj from 9.9.0 to 10.0.0 (#58) by Aditya Parikh · 9 weeks ago
  33. dbecfb3 feat(config): switch Solr wire format from JavaBin to JSON (#55) by Aditya Parikh · 9 weeks ago
  34. 44f4c79 feat(config): enable Docker Compose auto-start in HTTP mode only (#70) by Aditya Parikh · 9 weeks ago
  35. 4fa5de2 chore: remove @version and @since javadoc tags (#60) by Aditya Parikh · 9 weeks ago
  36. 168a72e feat: enable virtual threads (#67) by Aditya Parikh · 9 weeks ago
  37. ea2dff8 chore: add .worktrees/ to .gitignore for isolated workspaces (#63) by Aditya Parikh · 9 weeks ago
  38. c203b3f refactor: remove standalone Solr support, require SolrCloud (#71) by Aditya Parikh · 9 weeks ago
  39. 71e0031 refactor(security): move security configs to dedicated package (#56) by Aditya Parikh · 9 weeks ago
  40. 2ffda8a feat(deps): upgrade Spring AI to 1.1.3 (#72) by Aditya Parikh · 9 weeks ago
  41. 17f0907 feat(deps): upgrade Spring Boot to 3.5.11 (#73) by Aditya Parikh · 9 weeks ago
  42. e4f223e feat(collection): add create-collection tool and dedicated collection package (#57) by Aditya Parikh · 2 months ago
  43. 375a710 feat: add observability with OpenTelemetry Spring Boot Starter (#41) by Aditya Parikh · 2 months ago
  44. 002ea0c fix(docs): use "collections" consistently instead of "cores" (#51) by Aditya Parikh · 3 months ago
  45. ba020ed docs: add Claude Code onboarding instructions (#49) by Aditya Parikh · 3 months ago
  46. ef1bac0 test: make Solr version configurable for compatibility testing (#50) by Aditya Parikh · 3 months ago
  47. 1f4eca2 feat: change MCP server protocol from streamable to stateless (#42) by Aditya Parikh · 4 months ago
  48. 38e3d10 feat(security): add configurable security bypass for HTTP mode (#44) by Aditya Parikh · 4 months ago
  49. c1016b5 fix: standardize MCP tool names to kebab-case (#43) by Aditya Parikh · 4 months ago
  50. acdfb18 chore: centralize Java version configuration in composite action (#38) by Aditya Parikh · 4 months ago
  51. 705bc5f feat(security): add configurable security bypass for HTTP mode (#40) by Aditya Parikh · 4 months ago
  52. e13eef8 chore: bump project version to 1.0.0-SNAPSHOT (#33) by Aditya Parikh · 4 months ago
  53. 8e7f53f docs: add AGENTS.md for AI coding assistants with CLAUDE.md symlink (#39) by Aditya Parikh · 4 months ago
  54. c6dff38 fix: remove SNAPSHOT suffix from GA release in MCP Registry (#37) by Aditya Parikh · 5 months ago
  55. f7786b5 remove unneeded files (#36) by Eric Pugh · 5 months ago
  56. f7c02d2 feat: add MCP resource and completion for listing Solr collections and their schema (#31) by Aditya Parikh · 5 months ago
  57. 4e628fb build: add maven-publish plugin for local artifact publishing (#32) by Aditya Parikh · 5 months ago
  58. 8f38662 deps: upgrade Spring Boot to v3.5.8 and Spring AI to v1.1.2 (#22) by Aditya Parikh · 5 months ago
  59. 1cce791 test: disable tests requiring testcontainers when docker is not available (#29) by Aditya Parikh · 5 months ago
  60. 3a1e2d8 chore: fix spotless checks to work with java 25 (#28) by Aditya Parikh · 5 months ago
  61. fcb546c chore: spotless apply (#27) by Aditya Parikh · 5 months ago
  62. 2cd4a79 chore: spotless apply (#26) by Aditya Parikh · 5 months ago
  63. 37d2640 Change upload action version (#25) by Aditya Parikh · 5 months ago
  64. dde0ab9 feat: simplify ATR upload conditions by removing ASF_USERNAME requirement (#24) by Aditya Parikh · 5 months ago
  65. 366022f feat: Add security and docs (#17) by Aditya Parikh · 5 months ago
  66. 9f47616 deps: Spring Boot v3.5.7, Spring AI v1.1.0 GA (#20) by Aditya Parikh · 6 months ago
  67. f9668e2 docs: enhance README with comprehensive STDIO and HTTP mode setup instructions (#16) by Aditya Parikh · 7 months ago
  68. e68709b docs: Break up readme (#14) by Aditya Parikh · 7 months ago
  69. 3b71d12 refactor: Fix jib build and docs (#13) by Aditya Parikh · 7 months ago
  70. d924d42 Fix yaml, learn lesson on what review matters! (#9) by Eric Pugh · 7 months ago
  71. c8fba2d Add GH issues (#8) by Eric Pugh · 7 months ago
  72. fe514d6 chore: Rename repo (#7) by Aditya Parikh · 7 months ago
  73. e7642e7 feat: Add Docker support with Jib and GitHub Actions CI/CD (#6) by Aditya Parikh · 7 months ago
  74. 0db92d1 Apply spotless plugin (#5) by Aditya Parikh · 7 months ago
  75. 4adefba Minimal .asf.yaml to get correct github notifications in place by Chris Hostetter · 7 months ago
  76. cda37f2 Merge pull request #30 from adityamparikh/initial by Aditya Parikh · 7 months ago
  77. c6714c4 feat: update Solr dependency to version 9.9.0 and remove SonarQube plugin by adityamparikh · 7 months ago
  78. b9b89ab Merge pull request #29 from adityamparikh/license by Aditya Parikh · 7 months ago
  79. 1fdf7da feat: remove SonarQube plugin and related configurations from build files by adityamparikh · 7 months ago
  80. acb36a9 feat: add Apache License 2.0 header to multiple Java files by adityamparikh · 7 months ago
  81. 66a4ed9 Merge pull request #27 from adityamparikh/spring-ai-upgrade by Aditya Parikh · 7 months ago
  82. f698bd6 docs: update README to replace SSE with HTTP mode and highlight relevant security measures by adityamparikh · 7 months ago
  83. 5705037 docs: update README to replace SSE with HTTP mode and highlight relevant security measures by adityamparikh · 7 months ago
  84. 4f361b3 Merge pull request #26 from adityamparikh/spring-ai-upgrade by Aditya Parikh · 7 months ago
  85. a4b6317 feat: http mode upgrade by adityamparikh · 7 months ago
  86. bd4932e feat: update Gradle wrapper to 9.1.0 and Java requirement to 25 by adityamparikh · 7 months ago
  87. 5a28f26 Merge pull request #25 from adityamparikh/testcontainers-testconfig by Aditya Parikh · 7 months ago
  88. 33e6ebc feat: upgrade spring-ai to 1.1.0-M3 by adityamparikh · 7 months ago
  89. fe6a200 feat: upgrade spring-ai to 1.1.0-M3 by adityamparikh · 7 months ago
  90. 75c40bd feat: upgrade Java toolchain to 25, Gradle to 8.14.3 by adityamparikh · 7 months ago
  91. 0bdc6c1 test: expand CollectionServiceTest coverage with additional health, cache, handler, and collection tests by adityamparikh · 7 months ago
  92. f51b360 feat: remove lombok and refactor DTOs to use Java records for improved immutability by adityamparikh · 8 months ago
  93. b3a41fb test: fix tests. Use TestcontainersConfiguration. Use constants by adityamparikh · 8 months ago
  94. 441d6d0 test: fix tests. Use TestcontainersConfiguration. Use constants by adityamparikh · 8 months ago
  95. 30586d1 Merge pull request #23 from adityamparikh/web by Aditya Parikh · 8 months ago
  96. 7ece3d5 feat: add support for STDIO and SSE transport modes in Solr MCP server by adityamparikh · 8 months ago
  97. 5e8c786 Merge pull request #22 from adityamparikh/web by Aditya Parikh · 8 months ago
  98. 11a042f refactor: clean up import statements in service and test classes by adityamparikh · 8 months ago
  99. 4aaf4aa refactor: remove unused SolrConfigurationProperties from services and tests by adityamparikh · 8 months ago
  100. e774a00 Merge pull request #19 from adityamparikh/author by Aditya Parikh · 8 months ago