dongjoon-hyun opened a new pull request, #2697:
URL: https://github.com/apache/orc/pull/2697

   ### 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to