You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by kr...@apache.org on 2020/10/13 23:46:07 UTC

[lucene-solr] branch branch_8x updated: SOLR-14887 Upgrade JQuery to 3.5.1 (#1947)

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

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


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 4df929d  SOLR-14887 Upgrade JQuery to 3.5.1 (#1947)
4df929d is described below

commit 4df929d1fd1432922a50c5fc699ee7e6f1ec81b7
Author: gezapeti <29...@users.noreply.github.com>
AuthorDate: Wed Oct 14 01:41:57 2020 +0200

    SOLR-14887 Upgrade JQuery to 3.5.1 (#1947)
---
 solr/solr-ref-guide/src/_includes/head.html |  5 +----
 solr/webapp/web/index.html                  |  2 +-
 solr/webapp/web/libs/jquery-3.4.1.min.js    | 28 ----------------------------
 solr/webapp/web/libs/jquery-3.5.1.min.js    | 27 +++++++++++++++++++++++++++
 4 files changed, 29 insertions(+), 33 deletions(-)

diff --git a/solr/solr-ref-guide/src/_includes/head.html b/solr/solr-ref-guide/src/_includes/head.html
index da760d2..78e6a57 100755
--- a/solr/solr-ref-guide/src/_includes/head.html
+++ b/solr/solr-ref-guide/src/_includes/head.html
@@ -14,10 +14,7 @@
 <link rel="stylesheet" href="{{ "css/search.css" }}">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script
-  src="https://code.jquery.com/jquery-3.3.1.min.js"
-  integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
-  crossorigin="anonymous"></script>
+<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script>
 
 <!-- Scrollbar Custom CSS -->
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous">
diff --git a/solr/webapp/web/index.html b/solr/webapp/web/index.html
index 1fde25f..818cdd4 100644
--- a/solr/webapp/web/index.html
+++ b/solr/webapp/web/index.html
@@ -53,7 +53,7 @@ limitations under the License.
   <link rel="stylesheet" type="text/css" href="css/angular/jstree.style.min.css?_=${version}">
 
   <meta http-equiv="x-ua-compatible" content="IE=9">
-  <script src="libs/jquery-3.4.1.min.js"></script>
+  <script src="libs/jquery-3.5.1.min.js"></script>
   <script src="libs/chosen.jquery.min.js"></script>
   <script src="libs/jstree.min.js"></script>
   <script src="libs/angular.min.js"></script>
diff --git a/solr/webapp/web/libs/jquery-3.4.1.min.js b/solr/webapp/web/libs/jquery-3.4.1.min.js
deleted file mode 100644
index 1cde10e..0000000
--- a/solr/webapp/web/libs/jquery-3.4.1.min.js
+++ /dev/null
@@ -1,28 +0,0 @@
-/*!
-
-Copyright 2020 jQuery Foundation and other contributors
-http://jquery.com/
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-*/
-
-/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */
-!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e& [...]
diff --git a/solr/webapp/web/libs/jquery-3.5.1.min.js b/solr/webapp/web/libs/jquery-3.5.1.min.js
new file mode 100644
index 0000000..a5b01ae
--- /dev/null
+++ b/solr/webapp/web/libs/jquery-3.5.1.min.js
@@ -0,0 +1,27 @@
+/*!
+
+Copyright 2020 jQuery Foundation and other contributors
+http://jquery.com/
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+*/
+/*! jQuery v3.5.1 | (c) JS Foundation and other contributors | jquery.org/license */
+!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l= [...]