Skip to content

fix: disable javadoc auto link detection#4119

Open
bitbharat0509 wants to merge 2 commits into
4paradigm:mainfrom
bitbharat0509:fix-java-javadoc-package-list
Open

fix: disable javadoc auto link detection#4119
bitbharat0509 wants to merge 2 commits into
4paradigm:mainfrom
bitbharat0509:fix-java-javadoc-package-list

Conversation

@bitbharat0509
Copy link
Copy Markdown

@bitbharat0509 bitbharat0509 commented May 15, 2026

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Javadoc generation fails because the Maven Javadoc plugin automatically tries to detect offline links and fetch package-list files from generated module documentation that may not exist.

This results in errors like:

Error fetching link: .../target/apidocs/package-list

It also triggers unnecessary Java API link detection warnings.

What is the new behavior (if this is a feature change)?

This PR disables automatic Java API link detection and offline link detection in:

  • openmldb-batchjob
  • openmldb-spark-connector
  • openmldb-taskmanager

After this change, the previous package-list error no longer appears during Javadoc generation.
fixes:#3848

@github-actions github-actions Bot added batch-engine openmldb batch(offline) engine task-manager openmldb taskmanager labels May 15, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.61%. Comparing base (ef1d2d5) to head (173d408).

Additional details and impacted files
@@            Coverage Diff             @@
##               main    #4119    +/-   ##
==========================================
  Coverage     41.61%   41.61%            
  Complexity      711      711            
==========================================
  Files           196      196            
  Lines         11787    11787            
  Branches       2017     1537   -480     
==========================================
  Hits           4905     4905            
  Misses         6579     6579            
  Partials        303      303            

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

batch-engine openmldb batch(offline) engine task-manager openmldb taskmanager

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant