Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_library_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading