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 979b159 commit c337e8aCopy full SHA for c337e8a
instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-wildfly-testing/build.gradle.kts
@@ -18,6 +18,11 @@ dependencies {
18
testServer("org.wildfly:wildfly-dist:18.0.0.Final@zip")
19
}
20
21
+otelJava {
22
+ // due to security manager deprecation this test does not work on jdk 23 with default configuration
23
+ maxJavaVersionForTests.set(JavaVersion.VERSION_22)
24
+}
25
+
26
tasks {
27
// extract wildfly dist, path is used from arquillian.xml
28
val setupServer by registering(Copy::class) {
0 commit comments