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 09:55:29 UTC

[lucene] branch branch_7_7 created (now ada8be1)

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

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


      at ada8be1  Add 7.7.3 back compat test indexes

This branch includes the following new commits:

     new ba08914  added releases for Lucene/Solr 7.7.3
     new ed0196a  post release steps for 7.7.3 release
     new ada8be1  Add 7.7.3 back compat test indexes

The 3 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/03: post release steps for 7.7.3 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_7
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit ed0196a6b47b5b3dccfefc6b6eee01393294d1ee
Author: noble <no...@apache.org>
AuthorDate: Thu May 14 11:17:29 2020 +1000

    post release steps for 7.7.3 release
---
 lucene/CHANGES.txt                                       |  3 +++
 lucene/core/src/java/org/apache/lucene/util/Version.java | 11 +++++++++--
 lucene/version.properties                                |  2 +-
 solr/CHANGES.txt                                         | 16 ++++++++++++++++
 .../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 +-
 solr/server/solr/configsets/_default/conf/solrconfig.xml |  2 +-
 .../sample_techproducts_configs/conf/solrconfig.xml      |  2 +-
 13 files changed, 38 insertions(+), 12 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index e92375d..48a7ec0 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.7.4 =======================
+(No Changes)
+
 ======================= Lucene 7.7.3 =======================
 
 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 ff02a33..2fbd33f 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -250,11 +250,18 @@ public final class Version {
 
   /**
    * Match settings and bugs in Lucene's 7.7.3 release.
+   * @deprecated (7.7.4) Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_7_7_3 = new Version(7, 7, 3);
+
+  /**
+   * Match settings and bugs in Lucene's 7.7.4 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug
    * fixes, etc, for Lucene.
    */
-  public static final Version LUCENE_7_7_3 = new Version(7, 7, 3);
+  public static final Version LUCENE_7_7_4 = new Version(7, 7, 4);
 
   // To add a new version:
   //  * Only add above this comment
@@ -275,7 +282,7 @@ public final class Version {
    * some defaults may have changed and may break functionality 
    * in your application.
    */
-  public static final Version LATEST = LUCENE_7_7_3;
+  public static final Version LATEST = LUCENE_7_7_4;
 
   /**
    * Constant for backwards compatibility.
diff --git a/lucene/version.properties b/lucene/version.properties
index cc949ac..a06915d 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.7.3
+version.base=7.7.4
 
 # Other version property defaults, don't change:
 version.suffix=SNAPSHOT
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 6f28559..9958808 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -17,6 +17,22 @@ servlet container in the directory named "example".
 See the Solr tutorial at https://lucene.apache.org/solr/guide/solr-tutorial.html
 
 
+==================  7.7.4 ==================
+
+Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+
+Versions of Major Components
+---------------------
+Apache Tika 1.19.1
+Carrot2 3.16.0
+Velocity 1.7 and Velocity Tools 2.0
+Apache ZooKeeper 3.4.14
+Jetty 9.4.14.v20181114
+
+
+(No Changes)
+
+
 ==================  7.7.3 ==================
 
 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 9e994a6..61c0bca 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.7.3</luceneMatchVersion>
+  <luceneMatchVersion>7.7.4</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 b88694b..4a4a3ab 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.7.3</luceneMatchVersion>
+  <luceneMatchVersion>7.7.4</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 3fd0327..5a75916 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.7.3</luceneMatchVersion>
+  <luceneMatchVersion>7.7.4</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 d973892..fe7ab59 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.7.3</luceneMatchVersion>
+  <luceneMatchVersion>7.7.4</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 cd8a99d..85e79b7 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.7.3</luceneMatchVersion>
+  <luceneMatchVersion>7.7.4</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 2880139..cda25d2 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.7.3</luceneMatchVersion>
+  <luceneMatchVersion>7.7.4</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 b2f713b..517924e 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.7.3</luceneMatchVersion>
+  <luceneMatchVersion>7.7.4</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 9e994a6..61c0bca 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.7.3</luceneMatchVersion>
+  <luceneMatchVersion>7.7.4</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 82339c8..1570be4 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.7.3</luceneMatchVersion>
+  <luceneMatchVersion>7.7.4</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/03: added releases for Lucene/Solr 7.7.3

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_7
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit ba0891415e9567bac96ace79013184aa039ac580
Author: noble <no...@apache.org>
AuthorDate: Tue Apr 28 13:49:42 2020 +1000

    added releases for Lucene/Solr 7.7.3
---
 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 b342d80..522270d 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.7.3</name>
+        <created>2020-04-28</created>
+        <revision>7.7.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>lucene-7.7.2</name>
         <created>2019-06-4</created>
         <revision>7.7.2</revision>
diff --git a/dev-tools/doap/solr.rdf b/dev-tools/doap/solr.rdf
index 78cf3cb..8531088 100644
--- a/dev-tools/doap/solr.rdf
+++ b/dev-tools/doap/solr.rdf
@@ -67,6 +67,13 @@
     </maintainer>
 
     <!-- NOTE: please insert releases in numeric order, NOT chronologically. -->
+     <release>
+          <Version>
+            <name>solr-7.7.3</name>
+            <created>2020-04-28</created>
+            <revision>7.7.3</revision>
+          </Version>
+        </release>
     <release>
       <Version>
         <name>solr-7.7.2</name>


[lucene] 03/03: Add 7.7.3 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_7
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit ada8be1b45d97c45234b45ae00ddce3425631420
Author: noble <no...@apache.org>
AuthorDate: Thu May 14 11:48:07 2020 +1000

    Add 7.7.3 back compat test indexes
---
 .../apache/lucene/index/TestBackwardsCompatibility.java |   7 +++++--
 .../test/org/apache/lucene/index/index.7.7.3-cfs.zip    | Bin 0 -> 15646 bytes
 .../test/org/apache/lucene/index/index.7.7.3-nocfs.zip  | Bin 0 -> 15643 bytes
 .../src/test/org/apache/lucene/index/sorted.7.7.3.zip   | Bin 0 -> 86356 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 e9a59b6..52cba32 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
@@ -348,7 +348,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.7.1-cfs",
     "7.7.1-nocfs",
     "7.7.2-cfs",
-    "7.7.2-nocfs"
+    "7.7.2-nocfs",
+    "7.7.3-cfs",
+    "7.7.3-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -383,7 +385,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.7.6.0",
     "sorted.7.7.0",
     "sorted.7.7.1",
-    "sorted.7.7.2"
+    "sorted.7.7.2",
+    "sorted.7.7.3"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.3-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.3-cfs.zip
new file mode 100644
index 0000000..03f5d64
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.3-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.3-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.3-nocfs.zip
new file mode 100644
index 0000000..94aaa74
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.3-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.3.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.3.zip
new file mode 100644
index 0000000..3468e8b
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.3.zip differ