Skip to content

Commit dfeca7a

Browse files
committed
payara
1 parent e240303 commit dfeca7a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

smoke-tests/images/servlet/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ val targets = mapOf(
4242
ImageTarget(listOf("5.2020.6", "5.2021.8"), listOf("hotspot", "openj9"), listOf("8", "11")),
4343
// Test application is not deployed when server is sarted with hotspot jdk version 21
4444
ImageTarget(listOf("6.2023.12"), listOf("hotspot"), listOf("11", "17"), war = "servlet-5.0"),
45-
ImageTarget(listOf("6.2023.12"), listOf("openj9"), listOf("11", "17", "21", latestJava), war = "servlet-5.0")
45+
// Payara 6.2023.12 does not support Java 25 (OSGi bundle resolution failures)
46+
ImageTarget(listOf("6.2023.12"), listOf("openj9"), listOf("11", "17", "21"), war = "servlet-5.0")
4647
),
4748
"tomcat" to listOf(
4849
ImageTarget(listOf("7.0.109"), listOf("hotspot", "openj9"), listOf("8"), mapOf("majorVersion" to "7")),

smoke-tests/src/test/java/io/opentelemetry/smoketest/appserver/PayaraSmokeTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,4 @@ static class Payara6Jdk17Openj9 extends PayaraSmokeTest {}
7171

7272
@AppServer(version = "6.2023.12", jdk = "21-openj9")
7373
static class Payara6Jdk21Openj9 extends PayaraSmokeTest {}
74-
75-
@AppServer(version = "6.2023.12", jdk = "25-openj9")
76-
static class Payara6Jdk25Openj9 extends PayaraSmokeTest {}
7774
}

0 commit comments

Comments
 (0)