[Request] Add OpenJDK 27 GA support
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Aptitud para principiantes
- 86/100
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.jsonat version27-35; - updating the rolling
bucket/openjdk.jsonto version27-35; - using the current JDK 27 release page as the
checkversource 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
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de ScoopInstaller/Java
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 68/100
ScoopInstaller/Java#603 · 1 comentario ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 65/100
ScoopInstaller/Java#542 · 1 comentario · 5 reacciones ·
-
Dificultad 3/5 1-2 días Aptitud para principiantes 45/100
ScoopInstaller/Java#581 ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 58/100
ScoopInstaller/Java#566 · 1 reacción ·
-
ScoopInstaller/Java#553 · 1 asignado ·
Todos los issues de ScoopInstaller/Java
Issues similares
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 65/100
qgis/QGIS-Documentation#11275 ·
-
Dificultad 1/5 Menos de una hora Aptitud para principiantes 92/100
milvus-io/birdwatcher#545 ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 88/100
-
area:tools bug good first issue help wanted priority:P2
Dificultad 2/5 1-3 horas Aptitud para principiantes 90/100
TaewoooPark/Motifcode#14 ·
-
bug
Dificultad 2/5 1-3 horas Aptitud para principiantes 84/100
newrelic-experimental/preflight#793 · 1 comentario ·