RFR: JDK-8272984: javadoc support for reproducible builds [v4]

Jonathan Gibbons jjg at openjdk.java.net
Tue Jan 25 19:43:08 UTC 2022


> 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.

Jonathan Gibbons has updated the pull request incrementally with one additional commit since the last revision:

  Address review feedback: propagate time zone

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7171/files
  - new: https://git.openjdk.java.net/jdk/pull/7171/files/037cabbf..8e45739b

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7171&range=03
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7171&range=02-03

  Stats: 36 lines in 4 files changed: 10 ins; 1 del; 25 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7171.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7171/head:pull/7171

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


More information about the javadoc-dev mailing list