[Request] Add OpenJDK 27 GA support

Abierto Apto para principiantes
#607 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
2/5
Tiempo estimado
1-3 horas
Aptitud para principiantes
86/100
Tipo de issue
Nueva funcionalidad
Claridad
Bien especificado
Estado de actividad
Activo
Stack tecnológico
java, powershell
Área
cli, release

Línea de trabajo

Comienza con bucket/openjdk.json y los patrones existentes de manifiestos del bucket de Java; después, revisa .\bin\checkver.ps1 usando la página de versiones de JDK 27. Añade bucket/openjdk27.json para 27-35 y actualiza el manifiesto rolling, conservando su mecanismo de variables capturadas/actualización automática. Verifica ambos manifiestos con checkver.ps1 y confirma que la instalación resuelve el artefacto GA de JDK 27.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

Current behavior

OpenJDK 27 is now GA, but the Java bucket does not yet provide an openjdk27 manifest and the rolling openjdk manifest still discovers JDK 26 through its current checkver configuration.

The existing openjdk manifest checks:

https://jdk.java.net/archive/

This causes a problem during the transition to a new GA release: JDK 27 is the current release and is available from https://jdk.java.net/27/, but it is not yet listed on the archive page.

For example, after updating the manifest data to JDK 27:

.\bin\checkver.ps1 openjdk27
openjdk27: couldn't match ... in https://jdk.java.net/archive/

.\bin\checkver.ps1 openjdk
openjdk: 26.0.2.1-1 (scoop version is 27-35) autoupdate available

So the archive-based check currently either fails for a version-specific JDK 27 manifest or detects JDK 26 for the rolling manifest.

Proposed change

Add OpenJDK 27 GA support by:

  • adding bucket/openjdk27.json at version 27-35;
  • updating the rolling bucket/openjdk.json to version 27-35;
  • using the current JDK 27 release page as the checkver source while JDK 27 is the current GA release;
  • retaining the existing captured-variable/autoupdate mechanism.

The Windows x64 GA artifact is:

https://download.java.net/java/GA/jdk27/55ce5470a6294008af0057ff4626d0e5/35/GPL/openjdk-27_windows-x64_bin.zip

SHA-256:

41172837168dd25a8d9fe5eb253ac1efc568c5f9ff608144bcacadfdf50f876c
Expected result

Users can install the current GA release with:

scoop install java/openjdk

or explicitly select JDK 27 with:

scoop install java/openjdk27

checkver.ps1 should also identify 27-35 rather than treating the latest archived JDK 26 release as an update.

Lenguaje dominante
PowerShell
Estrellas
314
Forks
111
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de ScoopInstaller/Java

Todos los issues de ScoopInstaller/Java

Issues similares

Más issues de CLI

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.