Skip to content

docs: correct Java API seed generator dispatch logic - #80

Merged
WilliamAGH merged 1 commit into
devfrom
detail/fix-docs/docs-correct-java-api-seed-generator-dispatch-logi-29c3f4
Jul 17, 2026
Merged

docs: correct Java API seed generator dispatch logic#80
WilliamAGH merged 1 commit into
devfrom
detail/fix-docs/docs-correct-java-api-seed-generator-dispatch-logi-29c3f4

Conversation

@detail-app

Copy link
Copy Markdown
Contributor

The pipeline-commands.md incorrectly stated that 'Oracle Javadoc uses a
deterministic Python seed generator'. The actual dispatch logic changed
from URL-host matching to identity-based matching: any manifest-governed
source with a non-empty javaRelease field uses the seed generator, not
just Oracle URLs.

A developer reading the old docs might add a non-Oracle Java API source
and wrongly assume it would use the generic mirror strategy instead of
the seed generator.

Introduced by commit e08ed9d (@WilliamAGH, #77)


Doc Drift PRs can be configured here.

@detail-app
detail-appBot requested a review from WilliamAGHJuly 14, 2026 16:22
@WilliamAGH
WilliamAGH merged commit 341d32e into devJul 17, 2026
2 checks passed
Sign up for freeto 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

@WilliamAGH