diff --git a/manifests/java.yml b/manifests/java.yml index 52bb4343f31..928caa54e16 100644 --- a/manifests/java.yml +++ b/manifests/java.yml @@ -1926,10 +1926,10 @@ manifest: "*": v1.62.0-SNAPSHOT spring-boot: v1.61.0-SNAPSHOT uds-spring-boot: v1.61.0-SNAPSHOT - spring-boot-jetty: missing_feature (no instrumentation for Jetty) + spring-boot-jetty: v1.64.0-SNAPSHOT spring-boot-payara: v1.63.0-SNAPSHOT - vertx3: missing_feature (no instrumentation for Vert.x async multipart) - vertx4: missing_feature (no instrumentation for Vert.x async multipart) + vertx3: v1.64.0-SNAPSHOT + vertx4: v1.64.0-SNAPSHOT spring-boot-3-native: irrelevant (GraalVM. Tracing support only) tests/appsec/test_blocking_addresses.py::Test_Blocking_request_body_files_content: - weblog_declaration: diff --git a/tests/test_library_logs.py b/tests/test_library_logs.py index 6ba31f62b4c..1ded29e267f 100644 --- a/tests/test_library_logs.py +++ b/tests/test_library_logs.py @@ -92,7 +92,7 @@ def test_java_telemetry_logs(self): # APPSEC-56111: allowed_patterns.append(re.escape("Failed to determine dependency for uri {}")) if context.weblog_variant in ("vertx3", "vertx4"): - # AIDM-583: fixed in dd-trace-java#11268, remove this once that PR is merged + # AIDM-583: fixed in dd-trace-java#11268, remove this once that fix is in a released version allowed_patterns.append( re.escape( "Failed to handle exception in instrumentation for io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder"