Ian Maxon has submitted this change and it was merged. Change subject: Warn about JDK9 ......................................................................
Warn about JDK9 Change-Id: Ib852cde3e959f61fc2c96650535353c0b137c212 Reviewed-on: https://asterix-gerrit.ics.uci.edu/2179 Reviewed-by: Xikui Wang <[email protected]> --- M content/download.html M download.md 2 files changed, 4 insertions(+), 0 deletions(-) Approvals: Xikui Wang: Looks good to me, approved diff --git a/content/download.html b/content/download.html index ba714e9..69a0142 100644 --- a/content/download.html +++ b/content/download.html @@ -106,6 +106,8 @@ <div class="row"> <div class="col-md-8 col-centered"> <h2>Download</h2> +<p>Please note that version 0.9.2 requires Java 8; Java 9 will not work.</p> + <div class="row"> <div class="col-md-6"> <h3 id="source">Source</h3> diff --git a/download.md b/download.md index 3401a19..92b25b9 100644 --- a/download.md +++ b/download.md @@ -2,6 +2,8 @@ title: Download --- +Please note that version 0.9.2 requires Java 8; Java 9 will not work. + <div class="row"> <div class="col-md-6" markdown="1"> ### Source -- To view, visit https://asterix-gerrit.ics.uci.edu/2179 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib852cde3e959f61fc2c96650535353c0b137c212 Gerrit-PatchSet: 2 Gerrit-Project: incubator-asterixdb-site Gerrit-Branch: asf-site Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Xikui Wang <[email protected]>
