Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FAQ with why ports go out of support #3104

Merged
merged 2 commits into from
Sep 27, 2024
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
6 changes: 6 additions & 0 deletions content/asciidoc-pages/docs/faq/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ resources so we constantly review the download and usage demand to ensure we
are releasing on platforms relevant to a large set of users. The current
set of platforms we target in our build and test process is listed link:/supported-platforms[here].

== Why is my favorite architecture and operating system no longer supported?

The link:/supported-platforms[supported-platforms] list reflects the intersection of what is supported in the upstream OpenJDK project and what the Adoptium project chooses to build, test and support. The choice to drop support is determined by a number of criteria, including consumer demand, available funding through sponsorship, resource support for machines, and engineers to help at the project.

The most common reason a platform is no longer supported is it's deprecation in the upstream OpenJDK project. For example, in answer to the question "why is Windows x86 32bit no longer supported in Java 21+?", one can see https://openjdk.org/jeps/449[JEP 449] where that port is deprecated for removal.

== Can I automate the download of Temurin binaries?

Yes! There is a rich https://api.adoptium.net/q/swagger-ui/[download API]
Expand Down