<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>1</buildableDurationMillis><buildableTimeMillis>1</buildableTimeMillis><buildingDurationMillis>467420</buildingDurationMillis><executingTimeMillis>467420</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>5181</waitingDurationMillis><waitingTimeMillis>5181</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginbranch_9x _class='hudson.plugins.git.util.Build'><buildNumber>1277</buildNumber><marked><SHA1>dccc1e8b2f0aa67f39fef3c3467731552c55acee</SHA1><branch><SHA1>dccc1e8b2f0aa67f39fef3c3467731552c55acee</SHA1><name>refs/remotes/origin/branch_9x</name></branch></marked><revision><SHA1>dccc1e8b2f0aa67f39fef3c3467731552c55acee</SHA1><branch><SHA1>dccc1e8b2f0aa67f39fef3c3467731552c55acee</SHA1><name>refs/remotes/origin/branch_9x</name></branch></revision></refsremotesoriginbranch_9x></buildsByBranchName><lastBuiltRevision><SHA1>dccc1e8b2f0aa67f39fef3c3467731552c55acee</SHA1><branch><SHA1>dccc1e8b2f0aa67f39fef3c3467731552c55acee</SHA1><name>refs/remotes/origin/branch_9x</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>#1277</displayName><duration>467420</duration><estimatedDuration>482565</estimatedDuration><fullDisplayName>Solr » Solr-reference-guide-9.x #1277</fullDisplayName><id>1277</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1277</number><queueId>28366468</queueId><result>SUCCESS</result><timestamp>1787555045336</timestamp><url>https://ci-builds.apache.org/job/Solr/job/Solr-reference-guide-9.x/1277/</url><builtOn>websites1</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>AGENTS.md</affectedPath><commitId>f534c9aadc55bd3abbd1f87224bddf647457deff</commitId><timestamp>1787501110000</timestamp><author><absoluteUrl>https://ci-builds.apache.org/user/dsmiley</absoluteUrl><fullName>David Smiley</fullName></author><authorEmail>dsmiley@apache.org</authorEmail><comment>AGENTS.md JIRA note (#4701)

(cherry picked from commit f22b28573fae5d3d2f4b9f3f339dbfbee1af05cb)
</comment><date>2026-08-23 12:05:10 -0400</date><id>f534c9aadc55bd3abbd1f87224bddf647457deff</id><msg>AGENTS.md JIRA note (#4701)</msg><path><editType>edit</editType><file>AGENTS.md</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>solr/core/src/test/org/apache/solr/update/CheckRetryUnrollTest.java</affectedPath><affectedPath>changelog/unreleased/checkretry-unroll-exception-chain.yml</affectedPath><affectedPath>solr/core/src/java/org/apache/solr/update/SolrCmdDistributor.java</affectedPath><commitId>b9721dcaa2a0a792efb490cc31e0cf33a4ff2d34</commitId><timestamp>1787502282000</timestamp><author><absoluteUrl>https://ci-builds.apache.org/user/dsmiley</absoluteUrl><fullName>David Smiley</fullName></author><authorEmail>dsmiley@apache.org</authorEmail><comment>SOLR-18346: decide update retries from the cause chain, not one fixed position in it (#4678)

A transient connection failure from a shard leader to one of its replicas is now retried when the failure arrives wrapped inside another exception, instead of sending the replica into recovery.  Previously whether the retry happened depended on which exception the client reported outermost.

(cherry picked from commit ed893b5faaf4a89ed1dbdb8efa7990b0675a9d95)
</comment><date>2026-08-23 12:24:42 -0400</date><id>b9721dcaa2a0a792efb490cc31e0cf33a4ff2d34</id><msg>SOLR-18346: decide update retries from the cause chain, not one fixed position in it (#4678)</msg><path><editType>add</editType><file>solr/core/src/test/org/apache/solr/update/CheckRetryUnrollTest.java</file></path><path><editType>add</editType><file>changelog/unreleased/checkretry-unroll-exception-chain.yml</file></path><path><editType>edit</editType><file>solr/core/src/java/org/apache/solr/update/SolrCmdDistributor.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpJdkSolrClient.java</affectedPath><affectedPath>changelog/unreleased/SOLR-18312-fix-Thread-Pool-Starvation-in-HttpJdkSolrClient.yml</affectedPath><affectedPath>solr/solrj/src/test/org/apache/solr/client/solrj/impl/HttpJdkSolrClientTest.java</affectedPath><commitId>f7d05fc7d324628f93bc0b61f971ff76f4ebc1e5</commitId><timestamp>1787502282000</timestamp><author><absoluteUrl>https://ci-builds.apache.org/user/dsmiley</absoluteUrl><fullName>David Smiley</fullName></author><authorEmail>dsmiley@apache.org</authorEmail><comment>SOLR-18312: HttpJdkSolrClient: Fix Thread Pool Starvation (#4655)

Fix Thread Pool Starvation in HttpJdkSolrClient.

HttpJdkSolrClient defaults would often create 32 threads, likely under-utilizing them. and it would cap threads to 256. Now it does neither by default but Executor customization (and other saturation controls) remain.

Co-authored-by: David Smiley &lt;dsmiley@apache.org&gt;
(cherry picked from commit 282346f941fda0987e7b2a0771696c18038d6395)
</comment><date>2026-08-23 12:24:42 -0400</date><id>f7d05fc7d324628f93bc0b61f971ff76f4ebc1e5</id><msg>SOLR-18312: HttpJdkSolrClient: Fix Thread Pool Starvation (#4655)</msg><path><editType>edit</editType><file>solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpJdkSolrClient.java</file></path><path><editType>add</editType><file>changelog/unreleased/SOLR-18312-fix-Thread-Pool-Starvation-in-HttpJdkSolrClient.yml</file></path><path><editType>edit</editType><file>solr/solrj/src/test/org/apache/solr/client/solrj/impl/HttpJdkSolrClientTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>solr/core/src/java/org/apache/solr/search/MultiThreadedSearcher.java</affectedPath><affectedPath>changelog/unreleased/SOLR-17841-mt-docset-collector.yml</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/search/TestMultiThreadedSearcher.java</affectedPath><affectedPath>solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java</affectedPath><commitId>ea7ded428938d0d4f25c2d4b396fd8b3a0ee41e9</commitId><timestamp>1787502282000</timestamp><author><absoluteUrl>https://ci-builds.apache.org/user/dsmiley</absoluteUrl><fullName>David Smiley</fullName></author><authorEmail>dsmiley@apache.org</authorEmail><comment>SOLR-17841: Use faster DocSetCollector when multiThreaded=true (#4724)

Improved multiThreaded=true performance when a docset is needed (e.g. faceting).

Co-authored-by: David Smiley &lt;dsmiley@apache.org&gt;
(cherry picked from commit 3beb0dc5f2814fb607aa458fb4274453dbf4ec12)
</comment><date>2026-08-23 12:24:42 -0400</date><id>ea7ded428938d0d4f25c2d4b396fd8b3a0ee41e9</id><msg>SOLR-17841: Use faster DocSetCollector when multiThreaded=true (#4724)</msg><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/search/TestMultiThreadedSearcher.java</file></path><path><editType>edit</editType><file>solr/core/src/java/org/apache/solr/search/MultiThreadedSearcher.java</file></path><path><editType>edit</editType><file>solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java</file></path><path><editType>add</editType><file>changelog/unreleased/SOLR-17841-mt-docset-collector.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>solr/solrj/src/test/org/apache/solr/client/solrj/util/ClientUtilsTest.java</affectedPath><affectedPath>solr/solrj/src/java/org/apache/solr/client/solrj/util/ClientUtils.java</affectedPath><affectedPath>changelog/unreleased/SOLR-18345-encodeLocalParamVal.yml</affectedPath><commitId>824d04eee1296e3a79a16278d5701f0eff9d312a</commitId><timestamp>1787502282000</timestamp><author><absoluteUrl>https://ci-builds.apache.org/user/dsmiley</absoluteUrl><fullName>David Smiley</fullName></author><authorEmail>dsmiley@apache.org</authorEmail><comment>SOLR-18345: ClientUtils.encodeLocalParamVal fix for \, ', " (#4729)

SolrJ ClientUtils.encodeLocalParamVal() can produce lossy/invalid encodings with a backslash or leading quotes.
Affects faceting with a custom facet response key.
Affects the SQL module for LIKE queries.

(cherry picked from commit f6872652966b1d8b52c376f4a08cd21f622123ab)
</comment><date>2026-08-23 12:24:42 -0400</date><id>824d04eee1296e3a79a16278d5701f0eff9d312a</id><msg>SOLR-18345: ClientUtils.encodeLocalParamVal fix for \, ', " (#4729)</msg><path><editType>edit</editType><file>solr/solrj/src/test/org/apache/solr/client/solrj/util/ClientUtilsTest.java</file></path><path><editType>add</editType><file>changelog/unreleased/SOLR-18345-encodeLocalParamVal.yml</file></path><path><editType>edit</editType><file>solr/solrj/src/java/org/apache/solr/client/solrj/util/ClientUtils.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>versions.props</affectedPath><affectedPath>solr/licenses/jackson-module-kotlin-2.22.2.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-dataformat-smile-2.22.0.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-datatype-jsr310-2.22.2.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-module-scala_2.13-2.22.0.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-dataformat-csv-2.22.0.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-dataformat-xml-2.22.0.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-datatype-jdk8-2.22.0.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-module-kotlin-2.22.0.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-core-2.22.0.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-module-scala_2.13-2.22.2.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-dataformat-cbor-2.22.2.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-databind-2.22.0.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-datatype-jdk8-2.22.2.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-module-parameter-names-2.22.0.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-databind-2.22.2.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-module-jakarta-xmlbind-annotations-2.22.2.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-dataformat-cbor-2.22.0.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-dataformat-smile-2.22.2.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-core-2.22.2.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-module-jakarta-xmlbind-annotations-2.22.0.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-datatype-jsr310-2.22.0.jar.sha1</affectedPath><affectedPath>versions.lock</affectedPath><affectedPath>solr/licenses/jackson-dataformat-csv-2.22.2.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-module-parameter-names-2.22.2.jar.sha1</affectedPath><affectedPath>solr/licenses/jackson-dataformat-xml-2.22.2.jar.sha1</affectedPath><commitId>298ed8b1e32a2e62b70aefea9378a0f1b3fb9a66</commitId><timestamp>1787520223000</timestamp><author><absoluteUrl>https://ci-builds.apache.org/user/github</absoluteUrl><fullName>github</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Update dependency com.fasterxml.jackson:jackson-bom to v2.22.2 (branch_9x) (#4706)

Co-authored-by: Eric Pugh &lt;epugh@opensourceconnections.com&gt;
</comment><date>2026-08-23 17:23:43 -0400</date><id>298ed8b1e32a2e62b70aefea9378a0f1b3fb9a66</id><msg>Update dependency com.fasterxml.jackson:jackson-bom to v2.22.2 (branch_9x) (#4706)</msg><path><editType>delete</editType><file>solr/licenses/jackson-dataformat-xml-2.22.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/jackson-dataformat-csv-2.22.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/jackson-dataformat-smile-2.22.2.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/jackson-core-2.22.2.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/jackson-module-kotlin-2.22.2.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/jackson-datatype-jdk8-2.22.2.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/jackson-datatype-jsr310-2.22.2.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/jackson-dataformat-smile-2.22.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/jackson-dataformat-xml-2.22.2.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/jackson-module-scala_2.13-2.22.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/jackson-core-2.22.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/jackson-datatype-jdk8-2.22.0.jar.sha1</file></path><path><editType>edit</editType><file>versions.lock</file></path><path><editType>delete</editType><file>solr/licenses/jackson-datatype-jsr310-2.22.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/jackson-dataformat-csv-2.22.2.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/jackson-module-parameter-names-2.22.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/jackson-databind-2.22.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/jackson-module-kotlin-2.22.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/jackson-module-jakarta-xmlbind-annotations-2.22.2.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/jackson-dataformat-cbor-2.22.2.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/jackson-databind-2.22.2.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/jackson-module-jakarta-xmlbind-annotations-2.22.0.jar.sha1</file></path><path><editType>edit</editType><file>versions.props</file></path><path><editType>add</editType><file>solr/licenses/jackson-module-scala_2.13-2.22.2.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/jackson-module-parameter-names-2.22.2.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/jackson-dataformat-cbor-2.22.0.jar.sha1</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>solr/licenses/opentelemetry-sdk-extension-autoconfigure-spi-1.63.0.jar.sha1</affectedPath><affectedPath>versions.props</affectedPath><affectedPath>solr/licenses/opentelemetry-exporter-common-1.63.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-sdk-metrics-1.65.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-sdk-1.63.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-sdk-extension-autoconfigure-1.65.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-opentracing-shim-1.65.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-sdk-logs-1.65.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-api-1.65.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-exporter-sender-okhttp-1.65.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-exporter-otlp-1.65.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-common-1.63.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-context-1.63.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-exporter-otlp-common-1.65.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-sdk-trace-1.63.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-exporter-otlp-common-1.63.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-sdk-extension-autoconfigure-spi-1.65.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-sdk-common-1.65.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-exporter-common-1.65.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-api-1.63.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-sdk-extension-autoconfigure-1.63.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-sdk-1.65.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-exporter-sender-okhttp-1.63.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-sdk-metrics-1.63.0.jar.sha1</affectedPath><affectedPath>versions.lock</affectedPath><affectedPath>solr/licenses/opentelemetry-sdk-logs-1.63.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-sdk-common-1.63.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-opentracing-shim-1.63.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-context-1.65.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-common-1.65.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-exporter-otlp-1.63.0.jar.sha1</affectedPath><affectedPath>solr/licenses/opentelemetry-sdk-trace-1.65.0.jar.sha1</affectedPath><commitId>dccc1e8b2f0aa67f39fef3c3467731552c55acee</commitId><timestamp>1787520703000</timestamp><author><absoluteUrl>https://ci-builds.apache.org/user/github</absoluteUrl><fullName>github</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Update dependency io.opentelemetry:opentelemetry-bom to v1.65.0 (branch_9x) (#4708)
</comment><date>2026-08-23 17:31:43 -0400</date><id>dccc1e8b2f0aa67f39fef3c3467731552c55acee</id><msg>Update dependency io.opentelemetry:opentelemetry-bom to v1.65.0 (branch_9x) (#4708)</msg><path><editType>delete</editType><file>solr/licenses/opentelemetry-sdk-1.63.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/opentelemetry-exporter-common-1.65.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/opentelemetry-exporter-otlp-1.63.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/opentelemetry-sdk-extension-autoconfigure-1.65.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/opentelemetry-sdk-extension-autoconfigure-spi-1.63.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/opentelemetry-common-1.65.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/opentelemetry-sdk-metrics-1.65.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/opentelemetry-context-1.63.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/opentelemetry-exporter-otlp-common-1.65.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/opentelemetry-sdk-trace-1.63.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/opentelemetry-sdk-1.65.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/opentelemetry-exporter-sender-okhttp-1.63.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/opentelemetry-sdk-extension-autoconfigure-1.63.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/opentelemetry-sdk-logs-1.65.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/opentelemetry-common-1.63.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/opentelemetry-sdk-extension-autoconfigure-spi-1.65.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/opentelemetry-context-1.65.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/opentelemetry-api-1.65.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/opentelemetry-opentracing-shim-1.65.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/opentelemetry-exporter-otlp-1.65.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/opentelemetry-exporter-sender-okhttp-1.65.0.jar.sha1</file></path><path><editType>add</editType><file>solr/licenses/opentelemetry-sdk-trace-1.65.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/opentelemetry-opentracing-shim-1.63.0.jar.sha1</file></path><path><editType>edit</editType><file>versions.props</file></path><path><editType>delete</editType><file>solr/licenses/opentelemetry-sdk-logs-1.63.0.jar.sha1</file></path><path><editType>edit</editType><file>versions.lock</file></path><path><editType>add</editType><file>solr/licenses/opentelemetry-sdk-common-1.65.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/opentelemetry-exporter-otlp-common-1.63.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/opentelemetry-exporter-common-1.63.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/opentelemetry-sdk-common-1.63.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/opentelemetry-api-1.63.0.jar.sha1</file></path><path><editType>delete</editType><file>solr/licenses/opentelemetry-sdk-metrics-1.63.0.jar.sha1</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://ci-builds.apache.org/user/github</absoluteUrl><fullName>github</fullName></culprit><culprit><absoluteUrl>https://ci-builds.apache.org/user/dsmiley</absoluteUrl><fullName>David Smiley</fullName></culprit></freeStyleBuild>