[jdk13u-dev] RFR: 8245981: Upgrade to jQuery 3.5.1

Dmitry Cherepanov dcherepanov at openjdk.java.net
Wed May 5 15:44:32 UTC 2021


8245981: Upgrade to jQuery 3.5.1

The original patch doesn't apply cleanly.

 > src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java
 > src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPaths.java
 > test/langtools/jdk/javadoc/doclet/testSearch/TestSearch.java
 > test/langtools/jdk/javadoc/tool/api/basic/APITest.java
 the files have different context in 15 after [1] so I changed "jquery-3.4.1.js" to "jquery-3.5.1.js" in these files manually.

 > src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script-dir/external/jquery/jquery.js
 the file was removed in 15 after [2] so I replaced the file with new version for consistency

Testing: regression tests test/langtools/jdk/javadoc/ passed 

[1] https://bugs.openjdk.java.net/browse/JDK-8236823
[2] https://bugs.openjdk.java.net/browse/JDK-8238167

-------------

Commit messages:
 - Backport 0b02c5b5e038db4b86d15a2a99a3a3fd051f406d

Changes: https://git.openjdk.java.net/jdk13u-dev/pull/198/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk13u-dev&pr=198&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8245981
  Stats: 1760 lines in 7 files changed: 786 ins; 238 del; 736 mod
  Patch: https://git.openjdk.java.net/jdk13u-dev/pull/198.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk13u-dev pull/198/head:pull/198

PR: https://git.openjdk.java.net/jdk13u-dev/pull/198


More information about the jdk-updates-dev mailing list