serhiy-bzhezytskyy opened a new pull request, #4795:
URL: https://github.com/apache/solr/pull/4795

   https://issues.apache.org/jira/browse/SOLR-18365
   
   Removes the deprecated single-arg `DefaultSolrCoreState(DirectoryFactory)` 
constructor. Deprecated since 2017 (SOLR-9045, Christine Poerschke) in favor of 
the 2-arg constructor taking an explicit `RecoveryStrategy.Builder`.
   
   Zero remaining callers anywhere in the tree -- the sole production call site 
(`SolrCore.java:1099`) already uses the 2-arg constructor, and there are no 
subclasses.
   
   Verified with a full-repo `./gradlew compileTestJava` (exit 0) plus 
`AddBlockUpdateTest` (exercises full core startup through the 2-arg 
constructor).
   
   AI-assisted (Claude Sonnet 5)


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