Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-68761] javadoc.jenkins.io navigation issues with Java 11 generated javadoc #38

Merged
merged 3 commits into from Jun 16, 2022

Conversation

basil
Copy link
Contributor

@basil basil commented Jun 16, 2022

Background

See JENKINS-68761.

Steps to reproduce

Generate the Javadoc site, then attempt to search for a class in the Jenkins core or Winstone Javadocs (both compiled with Java 11).

Expected results

The class is found in the search results, and clicking the link takes you to the class's Javadoc.

Actual results

The class is found in the search results, but clicking on the link takes you to a nonexistent page.

Evaluation

This is JDK-8215291.

Solution

Pending the merge, release, and subsequent adoption of openjdk/jdk11u-dev#1157, work around the problem by munging the file ourselves.

Testing done

Built the Javadocs locally and started a web server against the generated site. Reproduced the problem as described above, and could no longer reproduce the problem after these changes.

@timja timja enabled auto-merge (squash) June 16, 2022 04:05
@timja timja merged commit 5aec446 into jenkins-infra:master Jun 16, 2022
@basil basil deleted the JENKINS-68761 branch June 16, 2022 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants