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 136f5ee commit 99d8883Copy full SHA for 99d8883
instrumentation/spring/spring-webmvc/spring-webmvc-3.1/wildfly-testing/build.gradle.kts
@@ -28,6 +28,11 @@ dependencies {
28
testServer("org.wildfly:wildfly-dist:18.0.0.Final@zip")
29
}
30
31
+otelJava {
32
+ // due to security manager deprecation this test does not work on jdk 23 with default configuration
33
+ maxJavaVersionForTests.set(JavaVersion.VERSION_22)
34
+}
35
+
36
tasks {
37
// extract wildfly dist, path is used from arquillian.xml
38
val setupServer by registering(Copy::class) {
0 commit comments