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

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


    from f52271e35d9 SOLR-18328 Add support for standard deviation in rollup 
for streaming expressions (#4691)
     new c497e486025 SOLR-18334: PRS collection creation returns too early 
(#4704)
     new 81562bcb9df SOLR-18150: SolrClientTestRule now uses SolrBackend (#4694)
     new 6e1c675e84e Flaky test TestDistributedGrouping timeAllowed (#4692)
     new 4e860beec3c solrj-streaming FacetStream: remove weird lb.proxy param 
(#4693)
     new 5e49d6a0e45 SOLR-18256: Fix lucene QParser to support nested pure 
negative queries (#4552)
     new 1394767df72 build: rat -- suppress noise (#4687)
     new 6032b2316c9 Wire up NVD API key for the owasp Gradle task (#4725)

The 7 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:
 .../SOLR-18334-prs-creation-waitForState.yml       |   8 +
 .../SOLR_18256_autofix_negative_lucene_clauses.yml |   8 +
 changelog/unreleased/owasp-nvd-apikey.yml          |  11 ++
 dev-docs/FAQ.adoc                                  |   7 +-
 dev-docs/gradle-help/workflow.txt                  |   1 +
 gradle/libs.versions.toml                          |   2 +-
 gradle/validation/owasp-dependency-check.gradle    |   5 +
 gradle/validation/rat-sources.gradle               |   3 +
 .../cloud/api/collections/CreateCollectionCmd.java |  11 ++
 .../src/java/org/apache/solr/search/QParser.java   |  18 +++
 .../org/apache/solr/search/SolrQueryParser.java    |   9 ++
 .../org/apache/solr/TestDistributedGrouping.java   |   2 +-
 .../test/org/apache/solr/TestGroupingSearch.java   |   2 +-
 .../solr/search/TestDocValuesIteratorCache.java    |   4 +-
 .../org/apache/solr/search/TestQueryLimits.java    |   2 +-
 .../apache/solr/search/TestSolrQueryParser.java    |  62 +++++++
 .../org/apache/solr/update/CustomTLogDirTest.java  |  13 +-
 .../solr/client/solrj/io/stream/FacetStream.java   |   3 -
 .../apache/solr/embedded/EmbeddedSolrBackend.java  |   8 +
 .../org/apache/solr/embedded/JettySolrRunner.java  |   3 +-
 .../solr/util/EmbeddedSolrServerTestRule.java      |  31 +---
 .../org/apache/solr/util/SolrClientTestRule.java   | 179 +++++++++++++--------
 .../org/apache/solr/util/SolrJettyTestRule.java    |  53 +++---
 23 files changed, 309 insertions(+), 136 deletions(-)
 create mode 100644 
changelog/unreleased/SOLR-18334-prs-creation-waitForState.yml
 create mode 100644 
changelog/unreleased/SOLR_18256_autofix_negative_lucene_clauses.yml
 create mode 100644 changelog/unreleased/owasp-nvd-apikey.yml

Reply via email to