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 2021/03/10 10:06:23 UTC

[lucene] branch branch_7_2 created (now 7d3dcd2)

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

dweiss pushed a change to branch branch_7_2
in repository https://gitbox.apache.org/repos/asf/lucene.git.


      at 7d3dcd2  Add 7.2.1 back compat test indexes

This branch includes the following new commits:

     new e4e7e9e  Remove unused file from old Admin UI
     new 72afa6e  SOLR-11847: Resume publishing maven snapshot artifacts as part of Ant target jenkins-maven-nightly
     new 9d59d08  Update doap files with 7.2.1 release
     new a875c28  Add version 7.2.2
     new 7d3dcd2  Add 7.2.1 back compat test indexes

The 5 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.



[lucene] 02/05: SOLR-11847: Resume publishing maven snapshot artifacts as part of Ant target jenkins-maven-nightly

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

dweiss pushed a commit to branch branch_7_2
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 72afa6e7514a913e565b04a2586692e5a7e746e8
Author: Steve Rowe <sa...@apache.org>
AuthorDate: Thu Jan 11 15:14:38 2018 -0500

    SOLR-11847: Resume publishing maven snapshot artifacts as part of Ant target jenkins-maven-nightly
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 9db8312..19420c1 100755
--- a/build.xml
+++ b/build.xml
@@ -849,12 +849,12 @@ Test args: [${args}]</echo>
   </target>
   
   <target name="jenkins-maven-nightly" depends="-print-java-info,clean,clean-maven-build,resolve-groovy,resolve-markdown,install-maven-tasks">
-    <!-- step 1: build, install, deploy, and validate ANT-generated maven artifacts: -->
+    <!-- step 1: build, install, validate and publish ANT-generated maven artifacts: -->
     <antcall>
       <param name="is.jenkins.build" value="true"/>
       <target name="remove-maven-artifacts"/>
-      <!-- this implicitely publishes the maven artifacts: -->
       <target name="validate-maven-dependencies"/>
+      <target name="generate-maven-artifacts"/>
     </antcall>
     <!-- step 2: run the maven build to check that the pom templates also work to drive "mvn": -->
     <antcall>


[lucene] 03/05: Update doap files with 7.2.1 release

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

dweiss pushed a commit to branch branch_7_2
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 9d59d08bc2f4ff45cefe2acae488b182266eee2a
Author: Jim Ferenczi <ji...@apache.org>
AuthorDate: Mon Jan 15 09:59:11 2018 +0100

    Update doap files with 7.2.1 release
---
 dev-tools/doap/lucene.rdf | 7 +++++++
 dev-tools/doap/solr.rdf   | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/dev-tools/doap/lucene.rdf b/dev-tools/doap/lucene.rdf
index ade660d..12caed3 100644
--- a/dev-tools/doap/lucene.rdf
+++ b/dev-tools/doap/lucene.rdf
@@ -69,6 +69,13 @@
     <!-- NOTE: please insert releases in numeric order, NOT chronologically. -->
     <release>
       <Version>
+        <name>lucene-7.2.1</name>
+        <created>2018-01-15</created>
+        <revision>7.2.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>lucene-7.2.0</name>
         <created>2017-12-21</created>
         <revision>7.2.0</revision>
diff --git a/dev-tools/doap/solr.rdf b/dev-tools/doap/solr.rdf
index fd2f96a..105e711 100644
--- a/dev-tools/doap/solr.rdf
+++ b/dev-tools/doap/solr.rdf
@@ -69,6 +69,13 @@
     <!-- NOTE: please insert releases in numeric order, NOT chronologically. -->
     <release>
       <Version>
+        <name>solr-7.2.1</name>
+        <created>2018-01-15</created>
+        <revision>7.2.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>solr-7.2.0</name>
         <created>2017-12-21</created>
         <revision>7.2.0</revision>


[lucene] 05/05: Add 7.2.1 back compat test indexes

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

dweiss pushed a commit to branch branch_7_2
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 7d3dcd220f92f25a997cf1559a91b6d9e1b57c6d
Author: Jim Ferenczi <ji...@apache.org>
AuthorDate: Mon Jan 15 10:47:16 2018 +0100

    Add 7.2.1 back compat test indexes
---
 .../apache/lucene/index/TestBackwardsCompatibility.java |   7 +++++--
 .../test/org/apache/lucene/index/index.7.2.1-cfs.zip    | Bin 0 -> 15608 bytes
 .../test/org/apache/lucene/index/index.7.2.1-nocfs.zip  | Bin 0 -> 15603 bytes
 .../src/test/org/apache/lucene/index/sorted.7.2.1.zip   | Bin 0 -> 76715 bytes
 4 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
index f4980ba..3c69ddf 100644
--- a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
+++ b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
@@ -321,7 +321,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.1.0-cfs",
     "7.1.0-nocfs",
     "7.2.0-cfs",
-    "7.2.0-nocfs"
+    "7.2.0-nocfs",
+    "7.2.1-cfs",
+    "7.2.1-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -343,7 +345,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.7.0.0",
     "sorted.7.0.1",
     "sorted.7.1.0",
-    "sorted.7.2.0"
+    "sorted.7.2.0",
+    "sorted.7.2.1"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.2.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.2.1-cfs.zip
new file mode 100644
index 0000000..e2b47ae
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.2.1-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.2.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.2.1-nocfs.zip
new file mode 100644
index 0000000..1c946e7
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.2.1-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.2.1.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.2.1.zip
new file mode 100644
index 0000000..2c7cf6f
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.2.1.zip differ


[lucene] 04/05: Add version 7.2.2

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

dweiss pushed a commit to branch branch_7_2
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit a875c28794d92d4c71a8c53f6e8ac8b891168ba4
Author: Jim Ferenczi <ji...@apache.org>
AuthorDate: Mon Jan 15 10:41:16 2018 +0100

    Add version 7.2.2
---
 lucene/CHANGES.txt                                      |  3 +++
 .../core/src/java/org/apache/lucene/util/Version.java   | 11 +++++++++--
 lucene/version.properties                               |  2 +-
 solr/CHANGES.txt                                        | 17 +++++++++++++++++
 .../solr/configsets/_default/conf/solrconfig.xml        |  2 +-
 solr/example/example-DIH/solr/atom/conf/solrconfig.xml  |  2 +-
 solr/example/example-DIH/solr/db/conf/solrconfig.xml    |  2 +-
 solr/example/example-DIH/solr/mail/conf/solrconfig.xml  |  2 +-
 solr/example/example-DIH/solr/solr/conf/solrconfig.xml  |  2 +-
 solr/example/example-DIH/solr/tika/conf/solrconfig.xml  |  2 +-
 solr/example/files/conf/solrconfig.xml                  |  2 +-
 .../server/solr/configsets/_default/conf/solrconfig.xml |  2 +-
 .../sample_techproducts_configs/conf/solrconfig.xml     |  2 +-
 13 files changed, 39 insertions(+), 12 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index aaa0de8..399a741 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -3,6 +3,9 @@ Lucene Change Log
 For more information on past and future Lucene versions, please see:
 http://s.apache.org/luceneversions
 
+======================= Lucene 7.2.2 =======================
+(No Changes)
+
 ======================= Lucene 7.2.1 =======================
 
 Bug Fixes
diff --git a/lucene/core/src/java/org/apache/lucene/util/Version.java b/lucene/core/src/java/org/apache/lucene/util/Version.java
index 896ddde..e0920e8 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -159,11 +159,18 @@ public final class Version {
 
   /**
    * Match settings and bugs in Lucene's 7.2.1 release.
+   * @deprecated (7.2.2) Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_7_2_1 = new Version(7, 2, 1);
+
+  /**
+   * Match settings and bugs in Lucene's 7.2.2 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug
    * fixes, etc, for Lucene.
    */
-  public static final Version LUCENE_7_2_1 = new Version(7, 2, 1);
+  public static final Version LUCENE_7_2_2 = new Version(7, 2, 2);
 
   // To add a new version:
   //  * Only add above this comment
@@ -184,7 +191,7 @@ public final class Version {
    * some defaults may have changed and may break functionality 
    * in your application.
    */
-  public static final Version LATEST = LUCENE_7_2_1;
+  public static final Version LATEST = LUCENE_7_2_2;
 
   /**
    * Constant for backwards compatibility.
diff --git a/lucene/version.properties b/lucene/version.properties
index 534d564..92a98fa 100644
--- a/lucene/version.properties
+++ b/lucene/version.properties
@@ -2,7 +2,7 @@
 
 # RELEASE MANAGER must change this file after creating a release and
 # enter new base version (format "x.y.z", no prefix/appendix): 
-version.base=7.2.1
+version.base=7.2.2
 
 # Other version property defaults, don't change:
 version.suffix=SNAPSHOT
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index ff15a50..8699baa 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -16,6 +16,23 @@ In this release, there is an example Solr server including a bundled
 servlet container in the directory named "example".
 See the Solr tutorial at https://lucene.apache.org/solr/guide/solr-tutorial.html
 
+==================  7.2.2 ==================
+
+Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+
+Versions of Major Components
+---------------------
+Apache Tika 1.16
+Carrot2 3.15.0
+Velocity 1.7 and Velocity Tools 2.0
+Apache UIMA 2.3.1
+Apache ZooKeeper 3.4.10
+Jetty 9.3.20.v20170531
+
+
+(No Changes)
+
+
 ==================  7.2.1 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
diff --git a/solr/core/src/test-files/solr/configsets/_default/conf/solrconfig.xml b/solr/core/src/test-files/solr/configsets/_default/conf/solrconfig.xml
index e58a429..70a4a59 100644
--- a/solr/core/src/test-files/solr/configsets/_default/conf/solrconfig.xml
+++ b/solr/core/src/test-files/solr/configsets/_default/conf/solrconfig.xml
@@ -35,7 +35,7 @@
        that you fully re-index after changing this setting as it can
        affect both how text is indexed and queried.
   -->
-  <luceneMatchVersion>7.2.1</luceneMatchVersion>
+  <luceneMatchVersion>7.2.2</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in
diff --git a/solr/example/example-DIH/solr/atom/conf/solrconfig.xml b/solr/example/example-DIH/solr/atom/conf/solrconfig.xml
index 4ec0721..3cfc24c 100644
--- a/solr/example/example-DIH/solr/atom/conf/solrconfig.xml
+++ b/solr/example/example-DIH/solr/atom/conf/solrconfig.xml
@@ -36,7 +36,7 @@
     that you fully re-index after changing this setting as it can
     affect both how text is indexed and queried.
   -->
-  <luceneMatchVersion>7.2.1</luceneMatchVersion>
+  <luceneMatchVersion>7.2.2</luceneMatchVersion>
 
   <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-dataimporthandler-.*\.jar"/>
 
diff --git a/solr/example/example-DIH/solr/db/conf/solrconfig.xml b/solr/example/example-DIH/solr/db/conf/solrconfig.xml
index e36c050..c29afdf 100644
--- a/solr/example/example-DIH/solr/db/conf/solrconfig.xml
+++ b/solr/example/example-DIH/solr/db/conf/solrconfig.xml
@@ -35,7 +35,7 @@
        that you fully re-index after changing this setting as it can
        affect both how text is indexed and queried.
   -->
-  <luceneMatchVersion>7.2.1</luceneMatchVersion>
+  <luceneMatchVersion>7.2.2</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in
diff --git a/solr/example/example-DIH/solr/mail/conf/solrconfig.xml b/solr/example/example-DIH/solr/mail/conf/solrconfig.xml
index 32b0da6..26840ac 100644
--- a/solr/example/example-DIH/solr/mail/conf/solrconfig.xml
+++ b/solr/example/example-DIH/solr/mail/conf/solrconfig.xml
@@ -35,7 +35,7 @@
        that you fully re-index after changing this setting as it can
        affect both how text is indexed and queried.
   -->
-  <luceneMatchVersion>7.2.1</luceneMatchVersion>
+  <luceneMatchVersion>7.2.2</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in
diff --git a/solr/example/example-DIH/solr/solr/conf/solrconfig.xml b/solr/example/example-DIH/solr/solr/conf/solrconfig.xml
index ebf02ca..4884cbf 100644
--- a/solr/example/example-DIH/solr/solr/conf/solrconfig.xml
+++ b/solr/example/example-DIH/solr/solr/conf/solrconfig.xml
@@ -35,7 +35,7 @@
        that you fully re-index after changing this setting as it can
        affect both how text is indexed and queried.
   -->
-  <luceneMatchVersion>7.2.1</luceneMatchVersion>
+  <luceneMatchVersion>7.2.2</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in
diff --git a/solr/example/example-DIH/solr/tika/conf/solrconfig.xml b/solr/example/example-DIH/solr/tika/conf/solrconfig.xml
index 4f96c9e..2228ffa 100644
--- a/solr/example/example-DIH/solr/tika/conf/solrconfig.xml
+++ b/solr/example/example-DIH/solr/tika/conf/solrconfig.xml
@@ -36,7 +36,7 @@
    that you fully re-index after changing this setting as it can
    affect both how text is indexed and queried.
   -->
-  <luceneMatchVersion>7.2.1</luceneMatchVersion>
+  <luceneMatchVersion>7.2.2</luceneMatchVersion>
 
   <!-- Load Data Import Handler and Apache Tika (extraction) libraries -->
   <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-dataimporthandler-.*\.jar"/>
diff --git a/solr/example/files/conf/solrconfig.xml b/solr/example/files/conf/solrconfig.xml
index 74449e0..c7d9583 100644
--- a/solr/example/files/conf/solrconfig.xml
+++ b/solr/example/files/conf/solrconfig.xml
@@ -35,7 +35,7 @@
        that you fully re-index after changing this setting as it can
        affect both how text is indexed and queried.
   -->
-  <luceneMatchVersion>7.2.1</luceneMatchVersion>
+  <luceneMatchVersion>7.2.2</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in
diff --git a/solr/server/solr/configsets/_default/conf/solrconfig.xml b/solr/server/solr/configsets/_default/conf/solrconfig.xml
index e58a429..70a4a59 100644
--- a/solr/server/solr/configsets/_default/conf/solrconfig.xml
+++ b/solr/server/solr/configsets/_default/conf/solrconfig.xml
@@ -35,7 +35,7 @@
        that you fully re-index after changing this setting as it can
        affect both how text is indexed and queried.
   -->
-  <luceneMatchVersion>7.2.1</luceneMatchVersion>
+  <luceneMatchVersion>7.2.2</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in
diff --git a/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml b/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml
index 062d08b..3936b56 100644
--- a/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml
+++ b/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml
@@ -35,7 +35,7 @@
        that you fully re-index after changing this setting as it can
        affect both how text is indexed and queried.
   -->
-  <luceneMatchVersion>7.2.1</luceneMatchVersion>
+  <luceneMatchVersion>7.2.2</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in


[lucene] 01/05: Remove unused file from old Admin UI

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

dweiss pushed a commit to branch branch_7_2
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit e4e7e9eb1dd4ee31fc3a8acd4f58c2f39224477c
Author: Jan Høydahl <ja...@apache.org>
AuthorDate: Thu Jan 11 20:54:24 2018 +0100

    Remove unused file from old Admin UI
    
    (cherry picked from commit 259a3df)
---
 solr/webapp/web/img/ZeroClipboard.swf | Bin 1071 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/solr/webapp/web/img/ZeroClipboard.swf b/solr/webapp/web/img/ZeroClipboard.swf
deleted file mode 100644
index 13bf8e3..0000000
Binary files a/solr/webapp/web/img/ZeroClipboard.swf and /dev/null differ