RFR: JDK-8282214: Upgrade JQuery to version 3.6.0

Jonathan Gibbons jjg at openjdk.java.net
Mon Mar 14 16:34:40 UTC 2022


On Fri, 4 Mar 2022 14:12:11 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

> This is a straightforward change to update the jQuery library used in javadoc to version 3.6.0. 
> 
> Both compressed and uncompressed versions of jQuery 3.6.0 were downloaded from https://jquery.com/download/ to replace the old version and all references in javadoc src and test code were updated to the new files. 
> 
> In addition to running javadoc tests I did a manual test of features that use jQuery (search and mobile navbar) in Firefox, Chrome and Safari and they all work as expected.

I think there's one additional reference in a comment that needs to be updated, but fix that and you're good to go.

src/jdk.javadoc/share/legal/jquery.md line 5:

> 3: ### jQuery License
> 4: ```
> 5: jQuery v 3.5.1

Does this line need to be changed as well?

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

Marked as reviewed by jjg (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/7694


More information about the javadoc-dev mailing list