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

dsmiley pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


    from 0be15c9c1f0 Update dependency com.lmax:disruptor to v4 (branch_9x) 
(#4857)
     new fde3380d0c5 SOLR-18399: Ship ui-grid icon fonts with the Admin UI 
(#4802)
     new af1c5bcbf32 SOLR-18343: SolrJ now uses POST for suitable v1 admin 
requests (#4861)
     new aab1c71f0ec SlowCompositeReaderWrapper: fix index sort and hasBlocks 
(#4825)
     new 997a39ea30d SOLR-18413: Handle deleted MIGRATE routing targets (#4862)

The 4 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:
 ...owCompositeReaderWrapper-sort-hasblocks-fix.yml |   6 +
 .../fix-dangling-routing-rule-target.yml           |   8 +
 .../solr-18343-explicit-admin-methods.yml          |   8 +
 .../solr/index/SlowCompositeReaderWrapper.java     |  39 ++--
 .../processor/DistributedZkUpdateProcessor.java    |  95 +++++-----
 .../org/apache/solr/cloud/MigrateRouteKeyTest.java |  53 ++++++
 .../solr/util/tracing/TestDistributedTracing.java  |   8 +-
 .../solrj/request/CollectionAdminRequest.java      | 200 ++++++++++++++-------
 .../solrj/request/ConfigSetAdminRequest.java       |  37 +++-
 .../client/solrj/request/CoreAdminRequest.java     |  42 +++--
 .../solrj/request/TestCollectionAdminRequest.java  |  20 +++
 .../solrj/request/TestConfigSetAdminRequest.java   |   9 +
 .../solr/client/solrj/request/TestCoreAdmin.java   |   9 +
 solr/webapp/web/css/angular/fonts/ui-grid.eot      | Bin 0 -> 10319 bytes
 solr/webapp/web/css/angular/fonts/ui-grid.svg      | Bin 0 -> 9087 bytes
 solr/webapp/web/css/angular/fonts/ui-grid.ttf      | Bin 0 -> 10155 bytes
 solr/webapp/web/css/angular/fonts/ui-grid.woff     | Bin 0 -> 5728 bytes
 17 files changed, 398 insertions(+), 136 deletions(-)
 create mode 100644 
changelog/unreleased/SlowCompositeReaderWrapper-sort-hasblocks-fix.yml
 create mode 100644 changelog/unreleased/fix-dangling-routing-rule-target.yml
 create mode 100644 changelog/unreleased/solr-18343-explicit-admin-methods.yml
 create mode 100644 solr/webapp/web/css/angular/fonts/ui-grid.eot
 create mode 100644 solr/webapp/web/css/angular/fonts/ui-grid.svg
 create mode 100644 solr/webapp/web/css/angular/fonts/ui-grid.ttf
 create mode 100644 solr/webapp/web/css/angular/fonts/ui-grid.woff

Reply via email to