-
Couldn't load subscription status.
- Fork 9.1k
YARN-11092. Upgrade jquery ui to 1.13.1 #4260
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
|
💔 -1 overall
This message was automatically generated. |
|
Hi! thanks for working on this @ashutoshcipher, LGTM +1. jquery-ui is used in UI2 too: Unfortunately the shim repo is not maintained anymore, so the upgrade is probably a bit more complicated task (here is the official repo https://github.com/jquery/jquery-ui), if you don't want to do the UI2 upgrade in this PR then please open a separate Jira for that. |
|
Thanks for review @tomicooler. I will create a separate JIRA for UI2 upgrade. |
|
@ashutoshcipher The change looks good. Could you build with the patch and verify the YARN UI is working? |
|
@aajisaka - I build the with the patch and the UI seems to working fine. Attaching screenshot for reference. |
|
@aajisaka - I have addressed your comments. Can you please review it? Thanks. |
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.
+1
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
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/pom.xml hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/view/JQueryUI.java
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
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
Co-authored-by: Ashutosh Gupta <[email protected]> Signed-off-by: Akira Ajisaka <[email protected]>
Co-authored-by: Ashutosh Gupta <[email protected]> Signed-off-by: Akira Ajisaka <[email protected]> # Conflicts: # hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/view/JQueryUI.java Change-Id: I778b84abc7e1aa3470651592814c98977a8b8fcb
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
… 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]>

Description of PR
Upgrade jquery ui to 1.13.1 due to handle vulnerabilities CVE-2021-41182, CVE-2021-41183, CVE-2021-41184