<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.TimerTrigger$TimerTriggerCause'><shortDescription>Started by timer</shortDescription></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>15603910</buildableDurationMillis><buildableTimeMillis>15603910</buildableTimeMillis><buildingDurationMillis>821576</buildingDurationMillis><executingTimeMillis>821576</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>6</waitingDurationMillis><waitingTimeMillis>6</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmain _class='hudson.plugins.git.util.Build'><buildNumber>601</buildNumber><marked><SHA1>8bfa1e2d72060f231d8cc63991b3c3bb1d8e40c4</SHA1><branch><SHA1>8bfa1e2d72060f231d8cc63991b3c3bb1d8e40c4</SHA1><name>refs/remotes/origin/main</name></branch></marked><revision><SHA1>8bfa1e2d72060f231d8cc63991b3c3bb1d8e40c4</SHA1><branch><SHA1>8bfa1e2d72060f231d8cc63991b3c3bb1d8e40c4</SHA1><name>refs/remotes/origin/main</name></branch></revision></refsremotesoriginmain></buildsByBranchName><lastBuiltRevision><SHA1>8bfa1e2d72060f231d8cc63991b3c3bb1d8e40c4</SHA1><branch><SHA1>8bfa1e2d72060f231d8cc63991b3c3bb1d8e40c4</SHA1><name>refs/remotes/origin/main</name></branch></lastBuiltRevision><remoteUrl>https://gitbox.apache.org/repos/asf/solr.git</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.plugins.jira.JiraBuildAction'></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#601</displayName><duration>821576</duration><estimatedDuration>839459</estimatedDuration><fullDisplayName>Solr » Solr-Lint-main #601</fullDisplayName><id>601</id><inProgress>false</inProgress><keepLog>false</keepLog><number>601</number><queueId>21804218</queueId><result>SUCCESS</result><timestamp>1783721899148</timestamp><url>https://ci-builds.apache.org/job/Solr/job/Solr-Lint-main/601/</url><builtOn>lucene-solr-4</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>solr/core/src/java/org/apache/solr/pkg/PackageAPI.java</affectedPath><affectedPath>solr/core/src/java/org/apache/solr/cloud/ZkController.java</affectedPath><affectedPath>solr/core/src/java/org/apache/solr/handler/admin/api/SyncShard.java</affectedPath><affectedPath>solr/core/src/java/org/apache/solr/handler/admin/ColStatus.java</affectedPath><affectedPath>solr/core/src/java/org/apache/solr/handler/admin/proxy/RemoteRequestProxy.java</affectedPath><affectedPath>solr/core/src/java/org/apache/solr/handler/component/IterativeMergeStrategy.java</affectedPath><affectedPath>solr/core/src/java/org/apache/solr/filestore/DistribFileStore.java</affectedPath><affectedPath>solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java</affectedPath><affectedPath>solr/core/src/java/org/apache/solr/core/CoreContainer.java</affectedPath><affectedPath>solr/core/src/java/org/apache/solr/handler/SolrConfigHandler.java</affectedPath><commitId>712c94a47ba1ac4c15dc890566fb5ddac437b97d</commitId><timestamp>1783690537000</timestamp><author><absoluteUrl>https://ci-builds.apache.org/user/dsmiley</absoluteUrl><fullName>David Smiley</fullName></author><authorEmail>dsmiley@apache.org</authorEmail><comment>SOLR-17968: narrow CoreContainer.getDefaultHttpSolrClient() to HttpSolrClient

Return the base HttpSolrClient type instead of the concrete HttpJettySolrClient, so
consumers don't couple to the Jetty implementation. Modules generally don't care.

Widened 4 internal callers to the base type (ColStatus, IterativeMergeStrategy,
SolrConfigHandler.PerReplicaCallable) or the base API (PackageAPI now uses
processWithBaseUrl). Five callers keep a cast to HttpJettySolrClient because they
genuinely use Jetty-only API: Builder.withHttpClient (shares Jetty transport internals),
getHttpClient() for raw proxying, and the async requestWithBaseUrl(baseUrl, fn) overload.

Pure compile-time change; runtime behavior is unchanged. Experimental; for discussion
on whether to keep here or split out.
</comment><date>2026-07-10 09:35:37 -0400</date><id>712c94a47ba1ac4c15dc890566fb5ddac437b97d</id><msg>SOLR-17968: narrow CoreContainer.getDefaultHttpSolrClient() to HttpSolrClient</msg><path><editType>edit</editType><file>solr/core/src/java/org/apache/solr/handler/admin/ColStatus.java</file></path><path><editType>edit</editType><file>solr/core/src/java/org/apache/solr/cloud/ZkController.java</file></path><path><editType>edit</editType><file>solr/core/src/java/org/apache/solr/handler/admin/api/SyncShard.java</file></path><path><editType>edit</editType><file>solr/core/src/java/org/apache/solr/handler/component/IterativeMergeStrategy.java</file></path><path><editType>edit</editType><file>solr/core/src/java/org/apache/solr/pkg/PackageAPI.java</file></path><path><editType>edit</editType><file>solr/core/src/java/org/apache/solr/filestore/DistribFileStore.java</file></path><path><editType>edit</editType><file>solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java</file></path><path><editType>edit</editType><file>solr/core/src/java/org/apache/solr/core/CoreContainer.java</file></path><path><editType>edit</editType><file>solr/core/src/java/org/apache/solr/handler/SolrConfigHandler.java</file></path><path><editType>edit</editType><file>solr/core/src/java/org/apache/solr/handler/admin/proxy/RemoteRequestProxy.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/trivial.updateprocessor0.js</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/analysis/htmlStripReaderTest.html</affectedPath><affectedPath>solr/webapp/web/error404.html</affectedPath><affectedPath>solr/modules/ltr/example/train_and_upload_demo_model.py</affectedPath><affectedPath>solr/solrj/src/test-files/solrj/solr/multicore/zoo.cfg</affectedPath><affectedPath>gradle/testing/defaults-tests/logging.properties</affectedPath><affectedPath>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/cross-compatible.js</affectedPath><affectedPath>gradle/template.gradle.properties</affectedPath><affectedPath>solr/core/src/test-files/exampledocs/example.html</affectedPath><affectedPath>solr/modules/sql/src/resources/saffron.properties</affectedPath><affectedPath>solr/solrj/src/resources/EnvToSyspropMappings.properties</affectedPath><affectedPath>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/addfields.updateprocessor.js</affectedPath><affectedPath>solr/modules/extraction/src/test-files/extraction/solr/collection1/conf/passwordRegex.properties</affectedPath><affectedPath>solr/modules/extraction/src/test-files/extraction/simple.html</affectedPath><affectedPath>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/trivial.updateprocessor1.js</affectedPath><affectedPath>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/throw.error.on.add.updateprocessor.js</affectedPath><affectedPath>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/evil.js</affectedPath><affectedPath>solr/server/solr/zoo.cfg</affectedPath><affectedPath>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/missing.functions.updateprocessor.js</affectedPath><affectedPath>solr/modules/extraction/src/test-files/extraction/example.html</affectedPath><affectedPath>solr/modules/ltr/example/libsvm_formatter.py</affectedPath><affectedPath>solr/server/resources/jetty-logging.properties</affectedPath><affectedPath>solr/solrj/src/resources/DeprecatedSystemPropertyMappings.properties</affectedPath><affectedPath>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/conditional.updateprocessor.js</affectedPath><affectedPath>solr/example/exampledocs/sample.html</affectedPath><affectedPath>solr/server/solr/configsets/sample_techproducts_configs/conf/update-script.js</affectedPath><affectedPath>solr/core/src/test-files/solr/collection1/conf/example.html</affectedPath><affectedPath>gradle/validation/rat-sources.gradle</affectedPath><commitId>8bfa1e2d72060f231d8cc63991b3c3bb1d8e40c4</commitId><timestamp>1783720979000</timestamp><author><absoluteUrl>https://ci-builds.apache.org/user/github</absoluteUrl><fullName>github</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>SOLR-15601: RAT: add ASF license headers to more files (#4623)
</comment><date>2026-07-10 18:02:59 -0400</date><id>8bfa1e2d72060f231d8cc63991b3c3bb1d8e40c4</id><msg>SOLR-15601: RAT: add ASF license headers to more files (#4623)</msg><path><editType>edit</editType><file>solr/modules/extraction/src/test-files/extraction/simple.html</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/analysis/htmlStripReaderTest.html</file></path><path><editType>edit</editType><file>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/evil.js</file></path><path><editType>edit</editType><file>solr/server/solr/configsets/sample_techproducts_configs/conf/update-script.js</file></path><path><editType>edit</editType><file>solr/modules/ltr/example/train_and_upload_demo_model.py</file></path><path><editType>edit</editType><file>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/missing.functions.updateprocessor.js</file></path><path><editType>edit</editType><file>gradle/template.gradle.properties</file></path><path><editType>edit</editType><file>solr/modules/extraction/src/test-files/extraction/solr/collection1/conf/passwordRegex.properties</file></path><path><editType>edit</editType><file>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/throw.error.on.add.updateprocessor.js</file></path><path><editType>edit</editType><file>solr/modules/extraction/src/test-files/extraction/example.html</file></path><path><editType>edit</editType><file>solr/server/solr/zoo.cfg</file></path><path><editType>edit</editType><file>gradle/testing/defaults-tests/logging.properties</file></path><path><editType>edit</editType><file>solr/modules/sql/src/resources/saffron.properties</file></path><path><editType>edit</editType><file>solr/core/src/test-files/solr/collection1/conf/example.html</file></path><path><editType>edit</editType><file>solr/webapp/web/error404.html</file></path><path><editType>edit</editType><file>solr/core/src/test-files/exampledocs/example.html</file></path><path><editType>edit</editType><file>solr/modules/ltr/example/libsvm_formatter.py</file></path><path><editType>edit</editType><file>solr/solrj/src/test-files/solrj/solr/multicore/zoo.cfg</file></path><path><editType>edit</editType><file>solr/example/exampledocs/sample.html</file></path><path><editType>edit</editType><file>solr/solrj/src/resources/DeprecatedSystemPropertyMappings.properties</file></path><path><editType>edit</editType><file>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/addfields.updateprocessor.js</file></path><path><editType>edit</editType><file>gradle/validation/rat-sources.gradle</file></path><path><editType>edit</editType><file>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/conditional.updateprocessor.js</file></path><path><editType>edit</editType><file>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/cross-compatible.js</file></path><path><editType>edit</editType><file>solr/server/resources/jetty-logging.properties</file></path><path><editType>edit</editType><file>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/trivial.updateprocessor1.js</file></path><path><editType>edit</editType><file>solr/solrj/src/resources/EnvToSyspropMappings.properties</file></path><path><editType>edit</editType><file>solr/modules/scripting/src/test-files/scripting/solr/collection1/conf/trivial.updateprocessor0.js</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://ci-builds.apache.org/user/dsmiley</absoluteUrl><fullName>David Smiley</fullName></culprit><culprit><absoluteUrl>https://ci-builds.apache.org/user/github</absoluteUrl><fullName>github</fullName></culprit></freeStyleBuild>