Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

FAQ: Remove information about JREs now they are all available #262

Merged
merged 1 commit into from
Jan 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 2 additions & 18 deletions src/handlebars/faq.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<h2 class="bold"><a id="whereAreJDKs">Where are the latest JDKs?</a></h2>
</div>
<div class="margin-bottom"> <p>
Most of the Eclipse Temurin builds with HotSpot for 8u302-b08,
11.0.12+7, 16.0.2+7 and jdk-17+35 are now available on this site.
Most of the Eclipse Temurin builds with HotSpot for
JDK8, 11 and 17 are now available on this site.
</p></div>

<div class="anchor">
Expand Down Expand Up @@ -104,22 +104,6 @@
the distinction is important to maintain.
</p></div>

<div class="anchor">
<a href="#jres" class="anchor"><img src="dist/assets/anchor.png" alt="anchor icon"></a>
<h2 class="bold"><a id="jres">Where are the JREs?</a></h2>
</div>
<div class="margin-bottom"><p>
We have already released most of the JREs for JDK8 but naturally
prioritized the full JDKs before doing those. For JDK11+ we would
generally recommend using jlink (see the
<a href="https://bugs-stage.openjdk.java.net/browse/JDK-8200132">upstream
openjdk changes to stop building JREs by default</a>) but despite that
statement we are currently aiming to release them for 11 as well for
continuity. We do not plan to do so for JDK16 and above. See
<a href="https://github.com/adoptium/temurin-build/issues/2683">this
issue</a> for discussion on the topic.
</p></div>

<div class="anchor">
<a href="#semeru" class="anchor"><img src="dist/assets/anchor.png" alt="anchor icon"></a>
<h2 class="bold"><a id="semeru">Where are the OpenJ9 builds?</a></h2>
Expand Down