opentelemetry-java/javadoc-crawler
jack-berg 54e5ea7bf2
Update cralwer to crawl all io.opentelemetry.* groups (#7316)
2025-05-06 14:19:18 -05:00
..
src Update cralwer to crawl all io.opentelemetry.* groups (#7316) 2025-05-06 14:19:18 -05:00
README.md Javadoc site crawler (#7300) 2025-05-02 15:55:13 -05:00
build.gradle.kts Javadoc site crawler (#7300) 2025-05-02 15:55:13 -05:00

README.md

Javadoc Crawler

Context

The javadocs.io website lazy loads content only when the artifacts have been accessed, which can lead to inaccuracies and confusion when someone loads the https://www.javadoc.io/doc/io.opentelemetry page, since the published Latest version will only be accurate if someone has accessed the page for the actual latest version.

This module provides a simple scraper that pulls the list of all io.opentelemetry artifacts from maven central and then visits each corresponding page on the javadoc.io website in order to trigger loading them into the site's system.

See https://github.com/open-telemetry/opentelemetry-java/issues/7294 for more information.

How to run

./gradlew :javadoc-crawler:crawl