You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2019/12/11 14:05:45 UTC

[lucene-solr] branch gradle-master updated (87104a1 -> ddeb992)

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

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


    from 87104a1  Correct commons-compress dependency.
     add 2ef2ddd  LUCENE-8620: Add CONTAINS support for LatLonShape and XYShape (#872)
     add d8aa045  SOLR-13972: Warn about insecure settings on startup (#1058)
     add 4f2fedb  SOLR-13999: Add missing CHANGES.txt entry
     add 6e2da87  LUCENE-9079: add missing newlines to end of hunspell test files... we aren't trying to test corner cases of LineNumberReader
     add 9e236a4  SOLR-14053: Don't start hdfs when native libraries can't be loaded. Remove tests.disableHdfs. (#1072)
     new 1601934  Merge remote-tracking branch 'origin/master' into gradle-master
     new ddeb992  SOLR-14053: remove tests.disableHdfs support

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:
 gradle/testing/randomization.gradle                |   1 -
 lucene/CHANGES.txt                                 |   4 +-
 .../org/apache/lucene/analysis/hunspell/broken.aff |   2 +-
 .../lucene/analysis/hunspell/complexprefix.aff     |   2 +-
 .../org/apache/lucene/analysis/hunspell/conv.aff   |   2 +-
 .../lucene/analysis/hunspell/dependencies.aff      |   2 +-
 .../apache/lucene/analysis/hunspell/homonyms.dic   |   2 +-
 .../org/apache/lucene/analysis/hunspell/ignore.aff |   2 +-
 .../org/apache/lucene/analysis/hunspell/ignore.dic |   2 +-
 .../apache/lucene/analysis/hunspell/keepcase.dic   |   2 +-
 .../apache/lucene/analysis/hunspell/needaffix.dic  |   2 +-
 .../analysis/hunspell/optional-condition.aff       |   2 +-
 .../org/apache/lucene/analysis/hunspell/simple.aff |   2 +-
 .../java/org/apache/lucene/geo/Component2D.java    |  27 +++
 .../java/org/apache/lucene/geo/ComponentTree.java  |   9 +
 .../src/java/org/apache/lucene/geo/Polygon2D.java  |  58 ++++++
 .../org/apache/lucene/document/LatLonShape.java    |  23 +++
 .../document/LatLonShapeBoundingBoxQuery.java      |  11 ++
 .../lucene/document/LatLonShapeLineQuery.java      |  16 +-
 .../lucene/document/LatLonShapePolygonQuery.java   |  14 ++
 .../org/apache/lucene/document/ShapeField.java     |   2 +-
 .../org/apache/lucene/document/ShapeQuery.java     |  72 ++++++-
 .../java/org/apache/lucene/document/XYShape.java   |  16 ++
 .../lucene/document/XYShapeBoundingBoxQuery.java   |  81 ++++++--
 .../apache/lucene/document/XYShapeLineQuery.java   |  14 ++
 .../lucene/document/XYShapePolygonQuery.java       |  14 ++
 .../src/java/org/apache/lucene/geo/Line2D.java     |  51 +++++
 .../java/org/apache/lucene/geo/Rectangle2D.java    |  60 ++++++
 .../java/org/apache/lucene/geo/XYRectangle2D.java  | 218 +++++++++++++++++++--
 .../lucene/document/BaseLatLonShapeTestCase.java   |  10 +
 .../apache/lucene/document/BaseShapeTestCase.java  |  29 ++-
 .../lucene/document/BaseXYShapeTestCase.java       |   9 +
 .../document/TestLatLonLineShapeQueries.java       |  28 +++
 .../document/TestLatLonMultiLineShapeQueries.java  |   8 +-
 .../document/TestLatLonMultiPointShapeQueries.java |   8 +-
 .../TestLatLonMultiPolygonShapeQueries.java        |  39 +++-
 .../document/TestLatLonPointShapeQueries.java      |   6 +
 .../document/TestLatLonPolygonShapeQueries.java    |  41 +++-
 .../apache/lucene/document/TestLatLonShape.java    | 171 ++++++++++++++++
 .../lucene/document/TestXYLineShapeQueries.java    |  34 ++--
 .../document/TestXYMultiLineShapeQueries.java      |  22 +--
 .../document/TestXYMultiPointShapeQueries.java     |  22 +--
 .../document/TestXYMultiPolygonShapeQueries.java   |  53 +++--
 .../lucene/document/TestXYPointShapeQueries.java   |  21 +-
 .../lucene/document/TestXYPolygonShapeQueries.java |  46 +++--
 .../org/apache/lucene/document/TestXYShape.java    |  56 ++++++
 .../src/test/org/apache/lucene/geo/TestLine2D.java |   8 +-
 .../org/apache/lucene/geo/TestRectangle2D.java     |  58 +++++-
 .../org/apache/lucene/geo/TestXYRectangle2D.java   |  88 +++++++++
 solr/CHANGES.txt                                   |   2 +
 solr/common-build.xml                              |   8 -
 .../java/org/apache/solr/core/CoreContainer.java   |  17 ++
 .../org/apache/solr/cloud/hdfs/HdfsTestUtil.java   |  10 +-
 53 files changed, 1324 insertions(+), 183 deletions(-)
 create mode 100644 lucene/sandbox/src/test/org/apache/lucene/geo/TestXYRectangle2D.java


[lucene-solr] 01/02: Merge remote-tracking branch 'origin/master' into gradle-master

Posted by dw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 16019344cb632c2190b8b02e603e99cb84ac7427
Merge: 87104a1 9e236a4
Author: Dawid Weiss <dw...@apache.org>
AuthorDate: Wed Dec 11 15:03:46 2019 +0100

    Merge remote-tracking branch 'origin/master' into gradle-master

 lucene/CHANGES.txt                                 |   4 +-
 .../org/apache/lucene/analysis/hunspell/broken.aff |   2 +-
 .../lucene/analysis/hunspell/complexprefix.aff     |   2 +-
 .../org/apache/lucene/analysis/hunspell/conv.aff   |   2 +-
 .../lucene/analysis/hunspell/dependencies.aff      |   2 +-
 .../apache/lucene/analysis/hunspell/homonyms.dic   |   2 +-
 .../org/apache/lucene/analysis/hunspell/ignore.aff |   2 +-
 .../org/apache/lucene/analysis/hunspell/ignore.dic |   2 +-
 .../apache/lucene/analysis/hunspell/keepcase.dic   |   2 +-
 .../apache/lucene/analysis/hunspell/needaffix.dic  |   2 +-
 .../analysis/hunspell/optional-condition.aff       |   2 +-
 .../org/apache/lucene/analysis/hunspell/simple.aff |   2 +-
 .../java/org/apache/lucene/geo/Component2D.java    |  27 +++
 .../java/org/apache/lucene/geo/ComponentTree.java  |   9 +
 .../src/java/org/apache/lucene/geo/Polygon2D.java  |  58 ++++++
 .../org/apache/lucene/document/LatLonShape.java    |  23 +++
 .../document/LatLonShapeBoundingBoxQuery.java      |  11 ++
 .../lucene/document/LatLonShapeLineQuery.java      |  16 +-
 .../lucene/document/LatLonShapePolygonQuery.java   |  14 ++
 .../org/apache/lucene/document/ShapeField.java     |   2 +-
 .../org/apache/lucene/document/ShapeQuery.java     |  72 ++++++-
 .../java/org/apache/lucene/document/XYShape.java   |  16 ++
 .../lucene/document/XYShapeBoundingBoxQuery.java   |  81 ++++++--
 .../apache/lucene/document/XYShapeLineQuery.java   |  14 ++
 .../lucene/document/XYShapePolygonQuery.java       |  14 ++
 .../src/java/org/apache/lucene/geo/Line2D.java     |  51 +++++
 .../java/org/apache/lucene/geo/Rectangle2D.java    |  60 ++++++
 .../java/org/apache/lucene/geo/XYRectangle2D.java  | 218 +++++++++++++++++++--
 .../lucene/document/BaseLatLonShapeTestCase.java   |  10 +
 .../apache/lucene/document/BaseShapeTestCase.java  |  29 ++-
 .../lucene/document/BaseXYShapeTestCase.java       |   9 +
 .../document/TestLatLonLineShapeQueries.java       |  28 +++
 .../document/TestLatLonMultiLineShapeQueries.java  |   8 +-
 .../document/TestLatLonMultiPointShapeQueries.java |   8 +-
 .../TestLatLonMultiPolygonShapeQueries.java        |  39 +++-
 .../document/TestLatLonPointShapeQueries.java      |   6 +
 .../document/TestLatLonPolygonShapeQueries.java    |  41 +++-
 .../apache/lucene/document/TestLatLonShape.java    | 171 ++++++++++++++++
 .../lucene/document/TestXYLineShapeQueries.java    |  34 ++--
 .../document/TestXYMultiLineShapeQueries.java      |  22 +--
 .../document/TestXYMultiPointShapeQueries.java     |  22 +--
 .../document/TestXYMultiPolygonShapeQueries.java   |  53 +++--
 .../lucene/document/TestXYPointShapeQueries.java   |  21 +-
 .../lucene/document/TestXYPolygonShapeQueries.java |  46 +++--
 .../org/apache/lucene/document/TestXYShape.java    |  56 ++++++
 .../src/test/org/apache/lucene/geo/TestLine2D.java |   8 +-
 .../org/apache/lucene/geo/TestRectangle2D.java     |  58 +++++-
 .../org/apache/lucene/geo/TestXYRectangle2D.java   |  88 +++++++++
 solr/CHANGES.txt                                   |   2 +
 solr/common-build.xml                              |   8 -
 .../java/org/apache/solr/core/CoreContainer.java   |  17 ++
 .../org/apache/solr/cloud/hdfs/HdfsTestUtil.java   |  10 +-
 52 files changed, 1324 insertions(+), 182 deletions(-)


[lucene-solr] 02/02: SOLR-14053: remove tests.disableHdfs support

Posted by dw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ddeb992feeec854532537cfce93e3830c0af34f8
Author: Dawid Weiss <dw...@apache.org>
AuthorDate: Wed Dec 11 15:05:36 2019 +0100

    SOLR-14053: remove tests.disableHdfs support
---
 gradle/testing/randomization.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gradle/testing/randomization.gradle b/gradle/testing/randomization.gradle
index 84523df..34f696d 100644
--- a/gradle/testing/randomization.gradle
+++ b/gradle/testing/randomization.gradle
@@ -96,7 +96,6 @@ configure(allprojects.findAll {project -> project.path.startsWith(":solr") }) {
   plugins.withType(JavaPlugin) {
     ext {
       testOptions += [
-          [propName: 'tests.disableHdfs', value: Os.isFamily(Os.FAMILY_WINDOWS) ? 'true' : 'false', description: "Enables or disables @HDFS tests."],
           [propName: 'tests.luceneMatchVersion', value: baseVersion, description: "Base Lucene version."],
           [propName: 'common-solr.dir', value: file("${commonDir}/../solr").path, description: "Solr base dir."],
           [propName: 'solr.directoryFactory', value: "org.apache.solr.core.MockDirectoryFactory", description: "Solr directory factory."],