RFR: 8330063: Upgrade jQuery to 3.7.1
Hannes Wallnöfer
hannesw at openjdk.org
Wed Apr 17 13:25:59 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`.
The Sizzle.js license used to be contained in `external/sizzle/LICENSE.txt`. The file was [removed in the process of inlining Sizzle.js](https://github.com/jquery/jquery/pull/5113/files#diff-df1327f58759ffed4e68f82e113a90e4fb38b8d17ab4e4bf0de7c1824a6c454f).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18756#issuecomment-2061252990
More information about the javadoc-dev
mailing list