Skip to content

Commit ba4f39f

Browse files
author
Ashutosh Gupta
committed
YARN-11092. Upgrade jquery ui to 1.13.1
1 parent 2dfa928 commit ba4f39f

File tree

4 files changed

+12
-19
lines changed

4 files changed

+12
-19
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
<exclude>src/main/resources/webapps/static/dt-1.10.18/images/Sorting icons.psd</exclude>
259259
<exclude>src/main/resources/webapps/static/dt-1.10.18/js/jquery.dataTables.min.js</exclude>
260260
<exclude>src/main/resources/webapps/static/jt/jquery.jstree.js</exclude>
261-
<exclude>src/main/resources/webapps/static/jquery/jquery-ui-1.12.1.custom.min.js</exclude>
261+
<exclude>src/main/resources/webapps/static/jquery/jquery-ui-1.13.1.custom.min.js</exclude>
262262
<exclude>src/main/resources/webapps/static/jquery/jquery-3.6.0.min.js</exclude>
263263
<exclude>src/main/resources/webapps/static/jquery/themes-1.9.1/base/jquery-ui.css</exclude>
264264
<exclude>src/test/resources/application_1440536969523_0001.har/_index</exclude>

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/view/JQueryUI.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020

2121
import java.util.List;
2222

23+
import org.apache.hadoop.classification.InterfaceAudience;
24+
import org.apache.hadoop.util.Lists;
25+
import org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.HTML;
26+
2327
import static org.apache.commons.text.StringEscapeUtils.escapeEcmaScript;
2428
import static org.apache.hadoop.yarn.util.StringHelper.djoin;
2529
import static org.apache.hadoop.yarn.util.StringHelper.join;
2630
import static org.apache.hadoop.yarn.util.StringHelper.split;
2731

28-
import org.apache.hadoop.classification.InterfaceAudience;
29-
import org.apache.hadoop.util.Lists;
30-
import org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.HTML;
31-
3232
@InterfaceAudience.LimitedPrivate({"YARN", "MapReduce"})
3333
public class JQueryUI extends HtmlBlock {
3434

@@ -69,7 +69,7 @@ protected void render(Block html) {
6969
.link(root_url("static/dt-1.10.18/css/jui-dt.css"))
7070
.link(root_url("static/dt-1.10.18/css/custom_datatable.css"))
7171
.script(root_url("static/jquery/jquery-3.6.0.min.js"))
72-
.script(root_url("static/jquery/jquery-ui-1.12.1.custom.min.js"))
72+
.script(root_url("static/jquery/jquery-ui-1.13.1.custom.min.js"))
7373
.script(root_url("static/dt-1.10.18/js/jquery.dataTables.min.js"))
7474
.script(root_url("static/yarn.dt.plugins.js"))
7575
.script(root_url("static/dt-sorting/natural.js"))

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/jquery/jquery-ui-1.12.1.custom.min.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/jquery/jquery-ui-1.13.1.custom.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)