From cda6757818f75f58fb98ec3a373f143b1d94ea92 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 07:11:54 +0000 Subject: [PATCH] chore: activate easy wins for @DataDog/apm-idm Co-authored-by: github-actions[bot] --- manifests/java.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/manifests/java.yml b/manifests/java.yml index d8639519815..a61ba8b5eee 100644 --- a/manifests/java.yml +++ b/manifests/java.yml @@ -3215,7 +3215,12 @@ manifest: - weblog_declaration: "*": irrelevant spring-boot: v0.2.0 # real version not known - tests/integrations/crossed_integrations/test_sqs.py::Test_SQS_PROPAGATION_VIA_MESSAGE_ATTRIBUTES::test_produce_trace_equality: missing_feature (Expected to fail, .NET does not propagate context via msg attrs or uses xray which also doesn't work) + tests/integrations/crossed_integrations/test_sqs.py::Test_SQS_PROPAGATION_VIA_MESSAGE_ATTRIBUTES::test_produce_trace_equality: # TODO: a lower version might be supported + - declaration: missing_feature (Expected to fail, .NET does not propagate context via msg attrs or uses xray which also doesn't work) + component_version: <1.62.0 + weblog: [spring-boot] + - declaration: missing_feature (Expected to fail, .NET does not propagate context via msg attrs or uses xray which also doesn't work) + excluded_weblog: [spring-boot] tests/integrations/crossed_integrations/test_sqs.py::_BaseSQS::test_produce_trace_equality: missing_feature (Expected to fail, .NET does not propagate context via msg attrs or uses xray which also doesn't work) tests/integrations/test_base_service.py::Test_BaseService_SqlSpan: - weblog_declaration: @@ -3565,15 +3570,15 @@ manifest: tests/integrations/test_dsm.py::Test_Dsm_Manual_Checkpoint_Intra_Process::test_dsm_manual_checkpoint_intra_process: - weblog_declaration: spring-boot: flaky (AIDM-117) - tests/integrations/test_inferred_proxy.py::Test_AWS_API_Gateway_Inferred_Span_Creation: + tests/integrations/test_inferred_proxy.py::Test_AWS_API_Gateway_Inferred_Span_Creation: # Easy win for spring-boot and version 1.62.0 - weblog_declaration: "*": irrelevant spring-boot: ">=1.56.0 <1.61.0-SNAPSHOT" - tests/integrations/test_inferred_proxy.py::Test_AWS_API_Gateway_Inferred_Span_Creation_With_Distributed_Context: + tests/integrations/test_inferred_proxy.py::Test_AWS_API_Gateway_Inferred_Span_Creation_With_Distributed_Context: # Easy win for spring-boot and version 1.62.0 - weblog_declaration: "*": irrelevant spring-boot: ">=1.56.0 <1.61.0-SNAPSHOT" - tests/integrations/test_inferred_proxy.py::Test_AWS_API_Gateway_Inferred_Span_Creation_With_Error: + tests/integrations/test_inferred_proxy.py::Test_AWS_API_Gateway_Inferred_Span_Creation_With_Error: # Easy win for spring-boot and version 1.62.0 - weblog_declaration: "*": irrelevant spring-boot: ">=1.56.0 <1.61.0-SNAPSHOT"