Adoptium: remove EOL release
This commit is contained in:
parent
0dcddfe5e9
commit
02c7fd9ecf
4 changed files with 3 additions and 18 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
class AdoptiumOpenJDK11 extends PatchBase {
|
class AdoptiumOpenJDK11 extends PatchBase {
|
||||||
function __construct() {
|
function __construct() {
|
||||||
parent::__construct('Eclipse Foundation', 'Adoptium OpenJDK', 'https://adoptium.net/releases.html?variant=openjdk11&jvmVariant=hotspot');
|
parent::__construct('Eclipse Foundation', 'Adoptium OpenJDK', 'https://adoptium.net/de/temurin/releases');
|
||||||
$this->patch->setBranch('Temurin 11');
|
$this->patch->setBranch('Temurin 11');
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
|
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
class AdoptiumOpenJDK16 extends PatchBase {
|
|
||||||
function __construct() {
|
|
||||||
parent::__construct('Eclipse Foundation', 'Adoptium OpenJDK', 'https://adoptium.net/releases.html?variant=openjdk16&jvmVariant=hotspot');
|
|
||||||
$this->patch->setBranch('Temurin 16');
|
|
||||||
}
|
|
||||||
function check() : bool {
|
|
||||||
if ($this->fetch_json('https://api.adoptium.net/v3/info/release_versions?heap_size=normal&image_type=jdk&page=0&page_size=10&project=jdk&release_type=ga&sort_method=DEFAULT&sort_order=DESC&vendor=adoptium&version=%5B16.0%2C16.1%29'))
|
|
||||||
return $this->parse_json('openjdk_version');
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
class AdoptiumOpenJDK17 extends PatchBase {
|
class AdoptiumOpenJDK17 extends PatchBase {
|
||||||
function __construct() {
|
function __construct() {
|
||||||
parent::__construct('Eclipse Foundation', 'Adoptium OpenJDK', 'https://adoptium.net/releases.html?variant=openjdk17&jvmVariant=hotspot');
|
parent::__construct('Eclipse Foundation', 'Adoptium OpenJDK', 'https://adoptium.net/de/temurin/releases');
|
||||||
$this->patch->setBranch('Temurin 17');
|
$this->patch->setBranch('Temurin 17');
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
class AdoptiumOpenJDK8 extends PatchBase {
|
class AdoptiumOpenJDK8 extends PatchBase {
|
||||||
function __construct() {
|
function __construct() {
|
||||||
parent::__construct('Eclipse Foundation', 'Adoptium OpenJDK', 'https://adoptium.net/releases.html?variant=openjdk8&jvmVariant=hotspot');
|
parent::__construct('Eclipse Foundation', 'Adoptium OpenJDK', 'https://adoptium.net/de/temurin/releases');
|
||||||
$this->patch->setBranch('Temurin 8');
|
$this->patch->setBranch('Temurin 8');
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue