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

Yuri Nesterenko yan at openjdk.java.net
Thu May 6 09:52:13 UTC 2021


On Wed, 5 May 2021 15:38:32 GMT, Dmitry Cherepanov <dcherepanov at openjdk.org> wrote:

> 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

OK, fine with me

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

Marked as reviewed by yan (Reviewer).

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


More information about the jdk-updates-dev mailing list