Java 11 apidocs search feature does not work for projects without modules

Description

The standard Java 11 Doclet generates broken links for the HTML search box when using a project without Java modules, adding ‘undefined’ as a module name (https://bugs.openjdk.java.net/browse/JDK-8215291). This is due to a simple bug in the search.js script. 

 

As a temporary fix, Java 13 was used to release IdP v4.0.0 apidocs with the Java APIs release source set to Java 11 in the maven javadoc plugin (so the apidocs linked to Java 11, not Java 13, APIs). 

Environment

None

Activity

Show:
Known Error

Details

Assignee

Reporter

Created April 1, 2020 at 4:24 PM
Updated January 18, 2023 at 1:10 PM
Resolved April 8, 2020 at 11:20 AM