JDK-8236823 : Ensure that API documentation uses minified libraries
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-01-08
  • Updated: 2024-10-17
  • Resolved: 2020-06-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 15
11.0.17-oracleFixed 15 b26Fixed
Related Reports
Relates :  
Description
While working on JDK-8236700 I noticed that the client loads both the minified and normal versions of JSZip. The client should only load one version, preferably minified.

We also don't seem to have a minified version of jQuery.

I think the API documentation should use minified versions of JavaScript libraries whenever possible. Especially, when the libraries' maintainers provide them. The same goes for CSS.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/1141 Date: 2022-06-10 10:35:22 +0000
10-06-2022

Fix request [11u] I backport this for parity with 11.0.17-oracle. This change streamlines the jquery code with head, so that backporting the jquery updates will be simplified. SAP nightly testing passed.
10-06-2022

Git URL: https://github.com/openjdk/jdk/commit/f6ad22fce5b2a8d5d349e8b389103e2d565dc709
07-06-2022

URL: https://hg.openjdk.java.net/jdk/jdk/rev/894bd0a68419 User: prappo Date: 2020-06-02 17:44:06 +0000
02-06-2020