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

JDK 17 Official support #2327

Merged
merged 9 commits into from
Jan 10, 2022
Prev Previous commit
Next Next commit
disable openjdk 18 test for now
SylvainJuge committed Dec 8, 2021

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 3175d6a6c42ec6250a7d86735adcc4299f0d79bf
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -333,7 +333,7 @@ pipeline {
axis {
// the list of support java versions can be found in the infra repo (ansible/roles/java/defaults/main.yml)
name 'JAVA_VERSION'
values 'openjdk17', 'openjdk18'
values 'openjdk17', // 'openjdk18' // disabled for now see https://github.com/elastic/apm-agent-java/issues/2328

}
}