HADOOP-18044. Hadoop - Upgrade to jQuery 3.6.0#3791
Conversation
|
@luoyuan3471 thanks for reporting.. Did you get chance verify with version..? It'll be good if you can verify and update the status. |
|
@brahmareddybattula Thanks for your reply. In our YARN cluster contains thousands of nodes, we upgraded jquery version from 3.5.1->3.6.0. It has been running for more than a month and no problems have been found. |
|
💔 -1 overall
This message was automatically generated. |
|
Any concern about this PR? |
|
Merged to trunk. I think we can have this in the next 3.3.x release, which is 3.3.3. |
|
@jojochuang Can we merge this other branches also..? Specifically for branch-3.2.3 also..? |
Co-authored-by: luoyuan <luoyuan@shopee.com> (cherry picked from commit e2d6201)
|
The commit applies cleanly against branch-3.3. branch-3.2 has some conflicts because the jQuery 3.5.1 updates were not cherrypicked to branch-3.2. So you'd need to backport them too (not clean). |
Co-authored-by: luoyuan <luoyuan@shopee.com> (cherry picked from commit e2d6201)
Co-authored-by: luoyuan <luoyuan@shopee.com>
Co-authored-by: luoyuan <luoyuan@shopee.com>
) Co-authored-by: luoyuan <luoyuan@shopee.com> # Conflicts: # LICENSE-binary # LICENSE.txt # hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/explorer.html # hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html # hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/journal/journalnode.html Change-Id: I6719e2986272282be01cb898530be8c80dd845d2
Co-authored-by: luoyuan <luoyuan@shopee.com> (cherry picked from commit e2d6201)
… jquery (#19) * YARN-11092. Upgrade jquery ui to 1.13.1 (apache#4260) Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com> Signed-off-by: Akira Ajisaka <aajisaka@apache.org> (cherry picked from commit 931abbd) Conflicts: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/view/JQueryUI.java Change-Id: I5d5f729aa0c778298d753ff5400b33b5e95edd5d * ODP-2215 - importing com.google.common.collect.Lists * YARN-11303. Upgrade jquery ui to 1.13.2 to mitigate CVE-2022-31160 (apache#4895) Contributed by Ashutosh Gupta * HADOOP-18044. Hadoop - Upgrade to jQuery 3.6.0 (apache#3791) Co-authored-by: luoyuan <luoyuan@shopee.com> (cherry picked from commit e2d6201) * ODP-2215 - Deleting jquery-3.3.1.min.js --------- Co-authored-by: Ashutosh Gupta <ashutosh.gupta@st.niituniversity.in> Co-authored-by: luoyuan3471 <46600375+luoyuan3471@users.noreply.github.com>
jQuery 3.6.0 has been released few months ago - http://blog.jquery.com/2021/03/02/jquery-3-6-0-released/
We can upgrade jquery-3.5.1.min.js to jquery-3.6.0.min.js in hadoop project.