You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by md...@apache.org on 2020/09/09 14:19:58 UTC

[lucene-solr] branch master updated (7da1570 -> c902837)

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

mdrob pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 7da1570  LUCENE-9470: make TestXYMultiPolygonShapeQueries more resilient for CONTAINS queries (#1776)
     add c902837  SOLR-14846 Clean up Optional use (#1843)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/solr/cloud/api/collections/BackupCmd.java |  2 +-
 .../apache/solr/cloud/api/collections/RestoreCmd.java    |  3 +--
 .../src/java/org/apache/solr/core/CoreContainer.java     |  6 +++---
 .../solr/core/backup/repository/BackupRepository.java    |  4 ++--
 .../java/org/apache/solr/handler/ReplicationHandler.java |  5 ++---
 .../java/org/apache/solr/handler/admin/BackupCoreOp.java |  3 +--
 .../apache/solr/handler/admin/CollectionsHandler.java    |  5 ++---
 .../org/apache/solr/handler/admin/RestoreCoreOp.java     |  3 +--
 .../org/apache/solr/search/facet/RelatednessAgg.java     |  7 +++----
 .../security/ConfigurableInternodeAuthHadoopPlugin.java  |  3 +--
 .../solr/client/solrj/impl/HttpClientBuilderFactory.java |  3 +--
 .../apache/solr/client/solrj/impl/HttpClientUtil.java    |  3 +--
 .../solr/client/solrj/impl/Krb5HttpClientBuilder.java    |  5 ++---
 .../impl/PreemptiveBasicAuthClientBuilderFactory.java    |  8 ++------
 .../routing/RequestReplicaListTransformerGenerator.java  | 16 ++++++++--------
 15 files changed, 31 insertions(+), 45 deletions(-)