From c694c8507c765fa9b1aabf2d7c5c876b83ced5ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFs=20Postula?= Date: Tue, 24 Mar 2026 11:54:02 +0100 Subject: [PATCH] docs(temurin): document automatic fallback when latest release has no GA builds --- content/en/docs/plugins/resource/temurin.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/plugins/resource/temurin.adoc b/content/en/docs/plugins/resource/temurin.adoc index e2a0d5126..de245f73b 100644 --- a/content/en/docs/plugins/resource/temurin.adoc +++ b/content/en/docs/plugins/resource/temurin.adoc @@ -29,6 +29,8 @@ plugins: The Temurin (Adoptium) "source" retrieves a release name, Installer URL, Checksum URL or signature URL from Adoptium (link:https://adoptium.net/[]) using their API (link:https://api.adoptium.net/[]). +NOTE: When the latest advertised release has no GA builds indexed yet (e.g. a newly announced major version), the plugin automatically falls back to the next available version. + **condition** The Temurin (Adoptium) "condition" verifies if a given Temurin Adoptium (link:https://adoptium.net/[]) release exists using their API (link:https://api.adoptium.net/[]). It can perform verification for a collection of platforms (Operating System + CPU Architecture).