#883981 javadoc embeds js and css since openjdk-9

Package:
openjdk-11-jdk-headless
Source:
openjdk-11
Description:
OpenJDK Development Kit (JDK) (headless)
Submitter:
Markus Koschany
Date:
2018-12-14 14:21:03 UTC
Severity:
normal
#883981#5
Date:
2017-12-09 23:46:48 UTC
From:
To:
Hi,

when I create javadoc with openjdk-9, Lintian warns me about
a embedded-javascript-library. For instance libjide-oss-java is
currently affected by this issue.

https://lintian.debian.org/maintainer/pkg-java-maintainers@lists.alioth.debian.org.html#libjide-oss-java

Apparently openjdk-9 uses an internal copy of jquery.js. It would be
better if this could be avoided by automatically symlinking against the system
library.

Regards,

Markus

#883981#10
Date:
2018-06-04 21:29:13 UTC
From:
To:
Dear submitter,

as the package openjdk-9 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/898042

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

#883981#29
Date:
2018-12-13 14:59:15 UTC
From:
To:
This issue was originally reported with openjdk-9 but it also happens
with openjdk-10 and 11.  The initial bug report refers to jquery.js
only but with openjdk-11 it also includes jquery-ui.js, jquery-ui.css
and their minimised versions.  With openjdk-10 there was also jszip
and jszip-utils.

There's a thread on the debian-java mailing list about the issue [1]

David

[1] https://lists.debian.org/debian-java/2018/06/msg00020.html

#883981#34
Date:
2018-12-14 14:16:40 UTC
From:
To:
I went through the javadoc options looking for some way to configure
this.

I'm thinking that the way to fix this is to have a doclet (a java
class that configures how the javadocs are created) for the debian
docs.  I have no experience doing this, but going through the docs
this seems to be what would be needed.