-
Couldn't load subscription status.
- Fork 9.1k
HADOOP-18044. Hadoop - Upgrade to jQuery 3.6.0 #3791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
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 <[email protected]> (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 <[email protected]> (cherry picked from commit e2d6201)
Co-authored-by: luoyuan <[email protected]>
Co-authored-by: luoyuan <[email protected]>
) Co-authored-by: luoyuan <[email protected]> # 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 <[email protected]> (cherry picked from commit e2d6201)
… jquery (#19) * YARN-11092. Upgrade jquery ui to 1.13.1 (apache#4260) Co-authored-by: Ashutosh Gupta <[email protected]> Signed-off-by: Akira Ajisaka <[email protected]> (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 <[email protected]> (cherry picked from commit e2d6201) * ODP-2215 - Deleting jquery-3.3.1.min.js --------- Co-authored-by: Ashutosh Gupta <[email protected]> Co-authored-by: luoyuan3471 <[email protected]>
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.