Skip to content

Update instrumentation Gradle dependencies - #12266

Open
dd-octo-sts[bot] wants to merge 2 commits into
masterfrom
ci/update-gradle-dependencies-instrumentation-20260823
Open

Update instrumentation Gradle dependencies#12266
dd-octo-sts[bot] wants to merge 2 commits into
masterfrom
ci/update-gradle-dependencies-instrumentation-20260823

Conversation

@dd-octo-sts

@dd-octo-sts dd-octo-sts Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

What Does This Do

This PR updates the Gradle dependency locks for instrumentations and their tests.

Motivation

Refresh Gradle dependencies to make sure to test latest versions of dependencies within their supported versions.

Dependency age policy

48h cooldown, reverted

Too new and no older eligible version exists, so the lockfiles were reverted to the baseline.

  • com.rabbitmq:amqp-client:5.35.0 is 5h away from meeting cooldown

48h cooldown, updated to the previous version

Too new, so an older eligible version was used instead.

  • software.amazon.awssdk:annotations:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:apache-client:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:apache5-client:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:arns:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:auth:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:aws-cbor-protocol:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:aws-core:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:aws-json-protocol:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:aws-query-protocol:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:aws-xml-protocol:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:checksums-spi:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:checksums:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:crt-core:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:dynamodb:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:endpoints-spi:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:eventbridge:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:http-auth-aws-eventstream:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:http-auth-aws:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:http-auth-spi:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:http-auth:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:http-client-spi:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:identity-spi:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:json-utils:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:kinesis:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:metrics-spi:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:netty-nio-client:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:profiles:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:protocol-core:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:regions:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:retries-spi:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:retries:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:s3:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:sdk-core:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:sfn:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:sns:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:third-party-jackson-core:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:third-party-jackson-dataformat-cbor:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:utils-lite:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1
  • software.amazon.awssdk:utils:2.54.2 is 17h away from meeting cooldown, updated to 2.54.1

Contributor Checklist

  • Update PR title if a code change is needed to support one of those new dependencies

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@dd-octo-sts dd-octo-sts Bot added tag: no release notes Changes to exclude from release notes tag: dependencies Dependencies related changes labels Aug 23, 2026
@dd-octo-sts
dd-octo-sts Bot requested review from a team as code owners August 23, 2026 04:22
@dd-octo-sts
dd-octo-sts Bot requested review from AlexeyKuznetsov-DD, andreimatei, claponcet, dromanol, greghuels, mcculls, sameerank and ygree and removed request for a team August 23, 2026 04:22

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 97931fda3a

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

org.wildfly.core:wildfly-controller-client:1.0.0.Final=compileClasspath
org.wildfly.core:wildfly-controller-client:21.1.0.Final=testCompileClasspath,testRuntimeClasspath
org.wildfly.core:wildfly-controller-client:33.0.0.Final=latestDepForkedTestCompileClasspath,latestDepForkedTestRuntimeClasspath,latestDepTestCompileClasspath,latestDepTestRuntimeClasspath
org.wildfly.core:wildfly-controller-client:34.0.0.Beta3=latestDepForkedTestCompileClasspath,latestDepForkedTestRuntimeClasspath,latestDepTestCompileClasspath,latestDepTestRuntimeClasspath

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep WildFly Core aligned with the tested distribution

For the latestDep suites, this update puts WildFly Core 34.0.0.Beta3 on the compile/runtime classpath while wildflyLatestDepTest still extracts wildfly-dist:41.0.0.Final (line 344), which was previously paired with Core 33.0.0.Final. EmbeddedWildfly launches the extracted installation through EmbeddedProcessFactory from this classpath, so the test now mixes launcher and server modules from different Core releases and may fail on internal incompatibilities or test a combination users cannot run. Pin the Core dependencies to the version bundled with the selected distribution, or update both coherently.

Useful? React with 👍 / 👎.

@datadog-prod-us1-6

datadog-prod-us1-6 Bot commented Aug 23, 2026

Copy link
Copy Markdown

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 69.74% (+10.94%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: f373e0c | Docs | View more details | Give us feedback!

@dd-octo-sts

dd-octo-sts Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor Author

🟢 Java Benchmark SLOs — All performance SLOs passed

Suite Status
Startup 🟢 pass

SLO thresholds are defined here based on automatically generated metrics. A warning is raised when results are within 5% of the threshold.

PR vs. master results
Scenario Candidate master Δ (95% CI of mean)
startup:insecure-bank:iast:Agent 14.04 s 14.08 s [-1.0%; +0.4%] (no difference)
startup:insecure-bank:tracing:Agent 13.05 s 13.03 s [-0.8%; +1.1%] (no difference)
startup:petclinic:appsec:Agent 16.91 s 16.71 s [+0.0%; +2.3%] (maybe worse)
startup:petclinic:iast:Agent 16.87 s 16.93 s [-1.2%; +0.5%] (no difference)
startup:petclinic:profiling:Agent 16.79 s 16.75 s [-0.9%; +1.4%] (no difference)
startup:petclinic:sca:Agent 16.26 s 16.60 s [-6.5%; +2.4%] (no difference)
startup:petclinic:tracing:Agent 16.13 s 16.10 s [-0.7%; +1.1%] (no difference)

Commit: f373e0cf · CI Pipeline · Benchmarking Platform UI


Load and DaCapo benchmarks can be triggered manually in the GitLab pipeline. Results will appear in the Benchmarking Platform UI after completion.

@datadog-prod-us1-6 datadog-prod-us1-6 Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Datadog Autotest: FAIL

The latest WildFly suites now use Core 34.0.0.Beta3 launcher libraries with a WildFly 41.0.0.Final distribution that contains Core 33. This mismatch can stop the embedded server and invalidate the suite.

Open Bits AI session

🤖 Datadog Autotest · Commit 97931fd · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest

Comment thread dd-java-agent/instrumentation/wildfly-9.0/gradle.lockfile Outdated
…ly.core:*:34.0.0.Beta3) for module: :dd-java-agent:instrumentation:wildfly-9.0, waiting for the final release.
@AlexeyKuznetsov-DD

Copy link
Copy Markdown
Contributor

/merge -@ in 3 hours

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351 Bot commented Aug 23, 2026

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-08-23 14:48:06 UTC ℹ️ Start processing command /merge -@ in 3 hours


2026-08-23 14:48:09 UTC ℹ️ MergeQueue: merge request scheduled for Sun, 23 Aug 2026 17:48:06 UTC

Pull Request scheduled to be added to the queue on Sun, 23 Aug 2026 17:48:06 UTC


2026-08-23 17:49:10 UTC ℹ️ MergeQueue: Pull request is not mergeable yet

It will be processed automatically as soon as GitHub reports it as mergeable. View in MergeQueue UI.

  • Run /code blockers to see what is blocking it.
  • Run /remove to cancel it.

2026-08-23 21:51:23 UTC ⚠️ MergeQueue: This merge request was unqueued

devflow unqueued this merge request: It did not become mergeable within the expected time

@AlexeyKuznetsov-DD

Copy link
Copy Markdown
Contributor

/code blockers

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351 Bot commented Aug 24, 2026

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-08-24 00:51:43 UTC ℹ️ Start processing command /code blockers


2026-08-24 00:51:44 UTC ℹ️ Devflow:

Checking merge blockers for #12266...


2026-08-24 00:52:01 UTC ℹ️ Devflow: /code blockers

Detected 1 merge blocker(s) to address:

🔴 Blocking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tag: dependencies Dependencies related changes tag: no release notes Changes to exclude from release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant