ORC-2211: Use javadoc.io links in Maven Javadoc configuration - #2697
Closed
dongjoon-hyun wants to merge 1 commit into
Closed
ORC-2211: Use javadoc.io links in Maven Javadoc configuration#2697dongjoon-hyun wants to merge 1 commit into
javadoc.io links in Maven Javadoc configuration#2697dongjoon-hyun wants to merge 1 commit into
Conversation
dongjoon-hyun
added a commit
that referenced
this pull request
Jul 17, 2026
### What changes were proposed in this pull request? This PR aims to use `javadoc.io` links in the Maven Javadoc plugin configuration instead of the removed `orc.apache.org/api` links, and to remove the obsolete `<offlineLinks>` block. ### Why are the changes needed? Since the website stopped hosting Javadoc under `orc.apache.org/api` (ORC-2207), the `Javadoc generation` CI job fails on all PRs. - https://github.com/apache/orc/actions/runs/29601757265/job/87955299789 ``` [ERROR] error: Error fetching URL: https://orc.apache.org/api/orc-core/ (java.io.FileNotFoundException: https://orc.apache.org/api/orc-core/package-list) ``` ### How was this patch tested? Manually ran the same commands as the `Javadoc generation` CI job and verified `BUILD SUCCESS`. ``` cd java ./mvnw install -DskipTests ./mvnw javadoc:javadoc ``` ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Fable 5 Closes #2697 from dongjoon-hyun/ORC-2211. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit bed0c37) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun
added a commit
that referenced
this pull request
Jul 17, 2026
### What changes were proposed in this pull request? This PR aims to use `javadoc.io` links in the Maven Javadoc plugin configuration instead of the removed `orc.apache.org/api` links, and to remove the obsolete `<offlineLinks>` block. ### Why are the changes needed? Since the website stopped hosting Javadoc under `orc.apache.org/api` (ORC-2207), the `Javadoc generation` CI job fails on all PRs. - https://github.com/apache/orc/actions/runs/29601757265/job/87955299789 ``` [ERROR] error: Error fetching URL: https://orc.apache.org/api/orc-core/ (java.io.FileNotFoundException: https://orc.apache.org/api/orc-core/package-list) ``` ### How was this patch tested? Manually ran the same commands as the `Javadoc generation` CI job and verified `BUILD SUCCESS`. ``` cd java ./mvnw install -DskipTests ./mvnw javadoc:javadoc ``` ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Fable 5 Closes #2697 from dongjoon-hyun/ORC-2211. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit bed0c37) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun
added a commit
that referenced
this pull request
Jul 17, 2026
### What changes were proposed in this pull request? This PR aims to use `javadoc.io` links in the Maven Javadoc plugin configuration instead of the removed `orc.apache.org/api` links, and to remove the obsolete `<offlineLinks>` block. ### Why are the changes needed? Since the website stopped hosting Javadoc under `orc.apache.org/api` (ORC-2207), the `Javadoc generation` CI job fails on all PRs. - https://github.com/apache/orc/actions/runs/29601757265/job/87955299789 ``` [ERROR] error: Error fetching URL: https://orc.apache.org/api/orc-core/ (java.io.FileNotFoundException: https://orc.apache.org/api/orc-core/package-list) ``` ### How was this patch tested? Manually ran the same commands as the `Javadoc generation` CI job and verified `BUILD SUCCESS`. ``` cd java ./mvnw install -DskipTests ./mvnw javadoc:javadoc ``` ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Fable 5 Closes #2697 from dongjoon-hyun/ORC-2211. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit bed0c37) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun
added a commit
that referenced
this pull request
Jul 17, 2026
### What changes were proposed in this pull request? This PR aims to use `javadoc.io` links in the Maven Javadoc plugin configuration instead of the removed `orc.apache.org/api` links, and to remove the obsolete `<offlineLinks>` block. ### Why are the changes needed? Since the website stopped hosting Javadoc under `orc.apache.org/api` (ORC-2207), the `Javadoc generation` CI job fails on all PRs. - https://github.com/apache/orc/actions/runs/29601757265/job/87955299789 ``` [ERROR] error: Error fetching URL: https://orc.apache.org/api/orc-core/ (java.io.FileNotFoundException: https://orc.apache.org/api/orc-core/package-list) ``` ### How was this patch tested? Manually ran the same commands as the `Javadoc generation` CI job and verified `BUILD SUCCESS`. ``` cd java ./mvnw install -DskipTests ./mvnw javadoc:javadoc ``` ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Fable 5 Closes #2697 from dongjoon-hyun/ORC-2211. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit bed0c37) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
Author
|
Merged to main/2.3/2.2/2.1/2.0. |
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.
What changes were proposed in this pull request?
This PR aims to use
javadoc.iolinks in the Maven Javadoc plugin configuration instead of the removedorc.apache.org/apilinks, and to remove the obsolete<offlineLinks>block.Why are the changes needed?
Since the website stopped hosting Javadoc under
orc.apache.org/api(ORC-2207), theJavadoc generationCI job fails on all PRs.How was this patch tested?
Manually ran the same commands as the
Javadoc generationCI job and verifiedBUILD SUCCESS.Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Fable 5