RFR: 8330063: Upgrade jQuery to 3.7.1

Pavel Rappo prappo at openjdk.org
Wed Apr 17 12:44:44 UTC 2024


On Fri, 12 Apr 2024 11:11:47 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

> Please review a change to update jQuery from version 3.6.1 to 3.7.1 in JavaDoc. The jQuery compressed and uncompressed files were obtained from https://jquery.com/download/. Changes were tested against javadoc tests as well as manually using a selection of browsers (Firefox, Chrome, Safari). 
> 
> [As of jQuery 3.7.0](https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/#:~:text=jQuery%20no%20longer%20depends%20on%20Sizzle%20as%20a%20separate%20project%2C%20but%20has%20instead%20dropped%20its%20code%20directly%20into%20jQuery%20core.) Sizzle is longer bundled as an independent project. The code is now part of jQuery core, therefore the Sizzle license has been removed from `jquery.md`.

Generally looks good. Remind me, how did we end up with this `jquery.md` file, initially I mean? From what I see at https://github.com/jquery/jquery/blob/main/LICENSE.txt, jQuery has never had anything about Sizzle in there.

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

PR Comment: https://git.openjdk.org/jdk/pull/18756#issuecomment-2061170981


More information about the javadoc-dev mailing list