The Wayback Machine - https://web.archive.org/web/20210710183340/https://github.com/apache/hadoop/pull/2330
Skip to content
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

HADOOP-17283. Hadoop - Upgrade to jQuery 3.5.1 #2330

Merged
merged 3 commits into from Sep 24, 2020

Conversation

@aryangupta1998
Copy link
Contributor

@aryangupta1998 aryangupta1998 commented Sep 23, 2020

jQuery version is being upgraded from jquery-3.4.1.min.js to jquery-3.5.1.min.js
Jira Link - https://issues.apache.org/jira/browse/HDFS-15593

Tested Manually. Also, NN UI is working fine.
Screenshot 2020-09-23 at 8 35 49 PM

@tasanuma
Copy link
Member

@tasanuma tasanuma commented Sep 24, 2020

Thanks for working on this, @aryangupta1998.

There are still some codes using jquery-3.4.1. Could you also fix them?

$ find . -type f | grep -v target | xargs grep 'jquery-3.4' 2> /dev/null
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml:            <exclude>src/main/resources/webapps/static/jquery/jquery-3.4.1.min.js</exclude>
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/view/JQueryUI.java:        .script(root_url("static/jquery/jquery-3.4.1.min.js"))
./LICENSE-binary:hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/jquery-3.4.1.min.js
./hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/journal/index.html:<script type="text/javascript" src="/static/jquery-3.4.1.min.js">
./hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/explorer.html:    <script type="text/javascript" src="/static/jquery-3.4.1.min.js">
@aryangupta1998
Copy link
Contributor Author

@aryangupta1998 aryangupta1998 commented Sep 24, 2020

Thanks, @tasanuma for the review. I have addressed the comments.

Copy link
Member

@tasanuma tasanuma left a comment

LGTM. +1.

@tasanuma tasanuma changed the title HDFS-15593. Hadoop - Upgrade to jQuery 3.5.1 HADOOP-17283. Hadoop - Upgrade to jQuery 3.5.1 Sep 24, 2020
@tasanuma tasanuma merged commit 486ddb7 into apache:trunk Sep 24, 2020
@tasanuma
Copy link
Member

@tasanuma tasanuma commented Sep 24, 2020

Merged to trunk. Thanks for your contribution, @aryangupta1998.

bilaharith added a commit to bilaharith/hadoop that referenced this pull request Sep 27, 2020
asfgit pushed a commit that referenced this pull request May 13, 2021
Signed-off-by: Takanobu Asanuma <[email protected]>
(cherry picked from commit 486ddb7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants