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
2 changes: 2 additions & 0 deletions manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4395,6 +4395,8 @@ manifest:
jersey-grizzly2: missing_feature
spring-boot-3-native: missing_feature
ratpack: missing_feature
vertx3: missing_feature
vertx4: missing_feature
tests/test_telemetry.py::Test_MessageBatch:
- weblog_declaration:
"*": v1.23.0
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:
# AIDM-583: fixed in dd-trace-java#11268, remove this once that PR is merged
allowed_patterns.append(
re.escape(
"Failed to handle exception in instrumentation for io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder"
Expand Down
Loading