[jdk11u-dev] RFR: 8284367: JQuery UI upgrade from 1.12.1 to 1.13.1
Goetz Lindenmaier
goetz at openjdk.org
Tue Jul 5 07:52:54 UTC 2022
I backported this from 17.
After replacing script-dir with jquery in the file paths of the patch it
applies somehow. Still, the following adaptions were needed:
src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java
Context: jszip files are not in the list in 17.
src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/stylesheet.css
Add ".ui-autocomplete .result-item {...}".
Please review this carefully.
src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPaths.java
I added JQUERY_UI_STRUCTURE_CSS by hand. The context contains JSZIP paths that are not in 17.
test/langtools/jdk/javadoc/doclet/testSearch/TestSearch.java
test/langtools/jdk/javadoc/tool/api/basic/APITest.java
Again, jszip files in the context.
Added edits also to test/langtools/tools/javadoc/api/basic/APITest.java
-------------
Commit messages:
- Backport b7d808e96b68e1a648a74b5c1666304f58c347a0
Changes: https://git.openjdk.org/jdk11u-dev/pull/1198/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1198&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8284367
Stats: 898 lines in 13 files changed: 128 ins; 703 del; 67 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1198.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1198/head:pull/1198
PR: https://git.openjdk.org/jdk11u-dev/pull/1198
More information about the jdk-updates-dev
mailing list