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/05/15 17:56:54 UTC

[lucene-solr] branch branch_8x updated (04deac1 -> b073d3c)

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

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


    from 04deac1  SOLR-14485: Fix or suppress 11 resource leak warnings in apache/solr/cloud
     new e4aeb3a  added releases for Lucene/Solr 7.7.3
     new b073d3c  Add 7.7.3 back compat test indexes

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:
 dev-tools/doap/lucene.rdf                               |   7 +++++++
 dev-tools/doap/solr.rdf                                 |   7 +++++++
 .../apache/lucene/index/TestBackwardsCompatibility.java |   3 +++
 .../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
 6 files changed, 17 insertions(+)
 create mode 100644 lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.3-cfs.zip
 create mode 100644 lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.3-nocfs.zip
 create mode 100644 lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.3.zip


[lucene-solr] 02/02: Add 7.7.3 back compat test indexes

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

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

commit b073d3cb165e9e22bf3bf6820540de75401c5196
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 |   3 +++
 .../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, 3 insertions(+)

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 ba09d4b..dd8ca1e 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
@@ -313,6 +313,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.7.1-nocfs",
     "7.7.2-cfs",
     "7.7.2-nocfs",
+    "7.7.3-cfs",
+    "7.7.3-nocfs",
     "8.0.0-cfs",
     "8.0.0-nocfs",
     "8.1.0-cfs",
@@ -353,6 +355,7 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.7.7.0",
     "sorted.7.7.1",
     "sorted.7.7.2",
+    "sorted.7.7.3",
     "sorted.8.0.0",
     "sorted.8.1.0",
     "sorted.8.1.1",
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


[lucene-solr] 01/02: added releases for Lucene/Solr 7.7.3

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

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

commit e4aeb3af5b5f06eb1988a4fcdda2dbde30da01de
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 fe4a3ec..49e713b 100644
--- a/dev-tools/doap/lucene.rdf
+++ b/dev-tools/doap/lucene.rdf
@@ -139,6 +139,13 @@
     </release>
     <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-04</created>
         <revision>7.7.2</revision>
diff --git a/dev-tools/doap/solr.rdf b/dev-tools/doap/solr.rdf
index e185c15..dd8cbfc 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-8.5.1</name>