This is an automated email from the ASF dual-hosted git repository.

hossman pushed a change to branch jira/solr-17917-lucene-10.3-upgrade
in repository https://gitbox.apache.org/repos/asf/solr.git


    from 18a1cee1616 Get lucene-upgrade.md in-sync with dependency-upgrades.adoc
     add fc45f5e8406 SOLR-17939: Give all ZK-plugins to SolrZkClient (#3720)
     add 65d585f420a Remove incorrect CHANGES.txt entry
     add f7757f96cd8 SOLR-17541: LBSolrClient implementations should agree on 
'getClient()' semantics (#2899)
     add 195917484f6 Crave: add PR reference (#3728)
     add 4cd4a8e016d Update license hashes (#3731)
     add b810b71b90b SOLR-17925: Remove obsolete QueryCommand.timeAllowed 
replaced by QueryLimits. (#3718)
     add 4a584a6042b SOLR-17935: Migrate away from NoOpResponseParser (#3710)
     add caf5f5ee05e SOLR-17943: ClusterStateProvider to support 
HttpJdkSolrClient (#3730)
     add 8d28b3a76fe SOLR-17931: Remove deprecated code (#3696)
     add ebcaca8a14d Tweak script addDepsToChanges.py (#3667)
     new 7cdaa7df216 Merge branch 'main' into 
jira/solr-17917-lucene-10.3-upgrade
     new 34b7336c774 Bump lucene version in CHANGES.txt: 10.3.0 -> 10.3.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/tests-via-crave.yml              |   2 +-
 dev-tools/scripts/addDepsToChanges.py              | 102 ++++++++++++++++--
 solr/CHANGES.txt                                   |  13 ++-
 .../solr/bench/search/QueryResponseWriters.java    |   4 +-
 .../src/java/org/apache/solr/cli/DeleteTool.java   |   3 +-
 .../java/org/apache/solr/cloud/ZkController.java   |  54 +++++-----
 .../apache/solr/cloud/ZkSolrResourceLoader.java    |   9 --
 .../apache/solr/core/HttpSolrClientProvider.java   |   3 +-
 .../org/apache/solr/core/SolrResourceLoader.java   |   8 --
 .../solr/handler/admin/ShowFileRequestHandler.java |  18 ++--
 .../solr/handler/component/QueryComponent.java     |   4 -
 .../java/org/apache/solr/search/QueryCommand.java  |  10 --
 .../org/apache/solr/search/SolrIndexSearcher.java  |   5 -
 .../org/apache/solr/update/UpdateShardHandler.java |   4 +-
 .../util/circuitbreaker/CPUCircuitBreaker.java     |   5 -
 .../apache/solr/cloud/TestRandomFlRTGCloud.java    |  10 +-
 .../cloud/api/collections/TestCollectionAPI.java   |   8 +-
 .../apache/solr/handler/V2ApiIntegrationTest.java  |  11 +-
 .../handler/admin/ShowFileRequestHandlerTest.java  |  31 +++---
 .../response/TestPrometheusResponseWriter.java     |  13 ++-
 .../apache/solr/response/TestRawTransformer.java   |  40 ++++---
 solr/licenses/cuvs-java-25.10.0.jar.sha1           |   2 +-
 solr/licenses/cuvs-lucene-25.10.0.jar.sha1         |   2 +-
 .../apache/solr/security/jwt/JWTAuthPlugin.java    |  11 --
 .../apache/solr/update/processor/LangIdParams.java |   3 -
 .../LanguageIdentifierUpdateProcessor.java         |  12 +--
 ...geIdentifierUpdateProcessorFactoryTestCase.java |  13 ---
 .../prometheus/exporter/SolrClientFactory.java     |   6 +-
 .../solr/prometheus/scraper/SolrScraper.java       |   4 +-
 .../prometheus/scraper/SolrStandaloneScraper.java  |   5 +-
 .../org/apache/solr/prometheus/utils/Helpers.java  |   7 +-
 .../client/solrj/impl/CloudHttp2SolrClient.java    |  39 +------
 .../solrj/impl/Http2ClusterStateProvider.java      |  34 +++---
 .../solr/client/solrj/impl/Http2SolrClient.java    | 109 +++++++------------
 .../solr/client/solrj/impl/HttpJdkSolrClient.java  |  21 +++-
 .../solr/client/solrj/impl/HttpSolrClientBase.java |  13 +--
 .../solrj/impl/HttpSolrClientBuilderBase.java      |  31 ++++++
 .../solrj/impl/InputStreamResponseParser.java      |  30 +++++-
 .../solr/client/solrj/impl/NoOpResponseParser.java |  76 -------------
 .../solrj/request/DelegationTokenRequest.java      |   4 +-
 .../org/apache/solr/common/cloud/ZkNodeProps.java  |   8 --
 .../apache/solr/client/solrj/SolrExampleTests.java |  22 +++-
 .../solrj/impl/ClusterStateProviderTest.java       | 118 ++++++++++++++++-----
 .../solrj/impl/HttpSolrClientBuilderTest.java      |   2 +-
 .../solrj/impl/LBHttpSolrClientBuilderTest.java    |   2 +-
 ...est.java => InputStreamResponseParserTest.java} |  35 ++----
 .../src/java/org/apache/solr/SolrTestCaseHS.java   |   6 +-
 47 files changed, 498 insertions(+), 474 deletions(-)
 delete mode 100644 
solr/solrj/src/java/org/apache/solr/client/solrj/impl/NoOpResponseParser.java
 rename 
solr/solrj/src/test/org/apache/solr/client/solrj/response/{NoOpResponseParserTest.java
 => InputStreamResponseParserTest.java} (75%)

Reply via email to