RFR: JDK-8272984: javadoc support for SOURCE_DATE_EPOCH [v2]

Jonathan Gibbons jjg at openjdk.java.net
Wed Jan 19 19:24:55 UTC 2022


On Tue, 21 Dec 2021 07:22:30 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> I think this issue will require wider discussion because all previous investigation into this topic have concluded with the JDK not reading the env variable directly, instead providing a way to configure the timestamp. For the jar and jmod tools the option --date is used to specify a fixed timestamp for entries when reproducible builds are required. The Properties.store API specifies to read the system property java.properties.date so that date/timestamp in the comment uses a fixed date.

Noted.

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

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


More information about the javadoc-dev mailing list