michaeljmarshall opened a new pull request, #133: URL: https://github.com/apache/pulsar-site/pull/133
Main issues: https://github.com/apache/pulsar/issues/14838 https://github.com/apache/pulsar/issues/13916 https://github.com/apache/pulsar/issues/16094 ## Motivation The current Javadocs are generated based on unreleased versions of Pulsar. As a result, the website links have `-SNAPSHOT` in them. This is confusing, and can also lead to problems where the docs do not align with specific versions. This PR is a step towards cleaning up the `-SNAPSHOT` references (there are several more locations, but I am just fixing the Javadoc case in this PR). ## Changes * Update Javadoc generation script so that it downloads the released source code for pulsar and then builds the Javadocs from that source. (This change is in the first commit.) * Run the script against versions 2.7.0 through 2.10.1. (These were all added in the second commit.) ## Note This change does not make these docs referenced on the website. There is additional work that I plan to complete to make the `replace.js` script reference these docs. I will contribute once I fix all of the generated docs with `-SNAPSHOT`. -- 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: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org