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

Dmitry Cherepanov dcherepanov at openjdk.java.net
Thu May 6 10:48:01 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

This pull request has now been integrated.

Changeset: 8d96cc3e
Author:    Dmitry Cherepanov <dcherepanov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk13u-dev/commit/8d96cc3e93cb00b9ce46df98bf05199e358cf333
Stats:     1760 lines in 7 files changed: 786 ins; 238 del; 736 mod

8245981: Upgrade to jQuery 3.5.1

Reviewed-by: yan
Backport-of: 0b02c5b5e038db4b86d15a2a99a3a3fd051f406d

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

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


More information about the jdk-updates-dev mailing list