Use pseudo module for apidoc generation and honor json parameter#8263
Merged
ebarboni merged 2 commits intoapache:masterfrom Feb 27, 2025
Merged
Use pseudo module for apidoc generation and honor json parameter#8263ebarboni merged 2 commits intoapache:masterfrom
ebarboni merged 2 commits intoapache:masterfrom
Conversation
mbien
approved these changes
Feb 27, 2025
Member
mbien
left a comment
There was a problem hiding this comment.
makes sense to me. The json will tell it to link to JDK 17?
Contributor
Author
|
https://github.com/apache/netbeans-jenkins-lib/blob/c3608c720ec2761c08c0df44012fcc85e3ed5a7c/meta/netbeansrelease.json#L1531-L1540 |
Member
|
cool! sounds good |
Contributor
Author
|
lets test it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Attempt to fix #8254
This will need json update to jdk apidoc link matching apidoc jdk used for complete patch.
First use the json parameter to have link to jdk doc
Triage package according to jdk >8 or not
As we are building without module element-list cannot be used, so delegation to multiple package-list file in their respective module. Triaged from https://github.com/apache/netbeans/blob/master/nbbuild/javadoctools/package-list and non used package is in the unreferenced folder for future update.
--
second commit is for the codebase to have apidoc compatible with new schema.