Skip to content

Configure javadoc task to match Maven plugin defaults#269

Merged
merlimat merged 2 commits intooxia-db:mainfrom
merlimat:fix-javadoc-config
Mar 16, 2026
Merged

Configure javadoc task to match Maven plugin defaults#269
merlimat merged 2 commits intooxia-db:mainfrom
merlimat:fix-javadoc-config

Conversation

@merlimat
Copy link
Collaborator

Summary

  • Add -use flag to generate class usage pages (enabled by default in Maven but not Gradle)
  • Add window title and doc title for the generated javadoc
  • Add -noqualifier all for cleaner output

These options were implicitly enabled by the Maven javadoc plugin but need explicit configuration after the Gradle migration.

Test plan

  • CI passes
  • Javadoc publish workflow generates complete documentation with class-use pages

Add -use, window title, and doc title options to the javadoc task
for client-api. These were implicitly enabled by the Maven javadoc
plugin but need explicit configuration in Gradle.

Signed-off-by: Matteo Merli <mmerli@apache.org>
Signed-off-by: Matteo Merli <mmerli@apache.org>
@merlimat merlimat merged commit b7919ce into oxia-db:main Mar 16, 2026
2 checks passed
@merlimat merlimat deleted the fix-javadoc-config branch March 16, 2026 19:49
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.

1 participant