RFR: 8330063: Upgrade jQuery to 3.7.1
Hannes Wallnöfer
hannesw at openjdk.org
Wed Apr 17 13:33:00 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`.
In the jQuery.js file the Sizzle.js copyright notice used to be somewhere within the file near the Sizzle code.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18756#issuecomment-2061267529
More information about the javadoc-dev
mailing list