We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c337e8a commit 136f5eeCopy full SHA for 136f5ee
instrumentation/jaxws/jaxws-2.0-wildfly-testing/build.gradle.kts
@@ -19,6 +19,11 @@ dependencies {
19
testServer("org.wildfly:wildfly-dist:18.0.0.Final@zip")
20
}
21
22
+otelJava {
23
+ // due to security manager deprecation this test does not work on jdk 23 with default configuration
24
+ maxJavaVersionForTests.set(JavaVersion.VERSION_22)
25
+}
26
+
27
tasks {
28
// extract wildfly dist, path is used from arquillian.xml
29
val setupServer by registering(Copy::class) {
0 commit comments