Integrated: JDK-8272984: javadoc support for reproducible builds

Jonathan Gibbons jjg at openjdk.java.net
Mon Jan 31 22:57:16 UTC 2022


On Fri, 21 Jan 2022 00:11:21 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a javadoc update to support a new `--date` option to support reproducible builds.
> 
> This pull request supersedes https://github.com/openjdk/jdk/pull/6905. In that PR, the `SOURCE_DATE_EPOCH` environment variable was used to provide the time stamp, but review feedback suggested the use of a new command-line option, `--date`.  The format of the argument of the `--date` option is that same as that of similar options for the _jar_ and _jmod_ tools, and the code to handle the value is based on code in the _jar_ tool.

This pull request has now been integrated.

Changeset: 96d0df72
Author:    Jonathan Gibbons <jjg at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/96d0df72db277f127bd4c6b8c51bfc64d1c593e0
Stats:     256 lines in 10 files changed: 235 ins; 1 del; 20 mod

8272984: javadoc support for reproducible builds

Reviewed-by: hannesw

-------------

PR: https://git.openjdk.java.net/jdk/pull/7171


More information about the javadoc-dev mailing list