Skip to content

Migrate SLF4J Simple test setup to a convention plugin - #12257

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit into
masterfrom
refactor/migrate-slf4j-simple-convention
Aug 25, 2026
Merged

Migrate SLF4J Simple test setup to a convention plugin#12257
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit into
masterfrom
refactor/migrate-slf4j-simple-convention

Conversation

@bric3

@bric3 bric3 commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

What Does This Do

Replaces the SLF4J Simple test script with a convention plugin and migrates its consumers.

Motivation

Keeps the shared test logging setup typed and reusable while preserving its behavior.

Additional Notes

This convention lands in the preferred build-logic/ location because projects apply it directly, on demand. It could move to buildSrc/, but that is not the desired goal. Conventions should move there only when their types or plugins must be visible to other buildSrc/ plugins or legacy script plugins through Gradle’s shared build-script classloader.

@bric3 bric3 added comp: tooling Build & Tooling type: refactoring tag: ai generated Largely based on code generated by an AI or LLM tag: no release notes Changes to exclude from release notes labels Aug 21, 2026
@datadog-prod-us1-5

datadog-prod-us1-5 Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 58.60% (-0.19%)

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

@dd-octo-sts

dd-octo-sts Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

🟢 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.03 s 13.97 s [-0.4%; +1.3%] (no difference)
startup:insecure-bank:tracing:Agent 12.90 s 12.98 s [-1.5%; +0.2%] (no difference)
startup:petclinic:appsec:Agent 16.87 s 16.74 s [-0.1%; +1.7%] (no difference)
startup:petclinic:iast:Agent 16.78 s 16.91 s [-1.6%; +0.0%] (no difference)
startup:petclinic:profiling:Agent 16.76 s 16.90 s [-2.0%; +0.3%] (no difference)
startup:petclinic:sca:Agent 16.74 s 16.53 s [+0.2%; +2.4%] (maybe worse)
startup:petclinic:tracing:Agent 16.09 s 16.13 s [-1.4%; +0.9%] (no difference)

Commit: cef19178 · 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.

@bric3
bric3 marked this pull request as ready for review August 21, 2026 15:51
@bric3
bric3 requested review from a team as code owners August 21, 2026 15:51
@bric3
bric3 requested review from mhdatie and removed request for a team August 21, 2026 15:51

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Datadog Autotest: PASS

More details

The convention plugin keeps the prior configuration matching, dependency replacement, and test JVM arguments. All four users move to the new plugin.

Was this helpful? React 👍 or 👎

Open Bits AI session

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

@bric3

bric3 commented Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

/merge

@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 09:02:48 UTC ℹ️ Start processing command /merge


2026-08-24 09:02:53 UTC ℹ️ MergeQueue: pull request added to the queue

The expected merge time in master is approximately 2h (p90).


2026-08-24 09:03:45 UTC ⚠️ MergeQueue: This merge request build was cancelled

brice.dutheil@datadoghq.com cancelled this merge request build

@bric3

bric3 commented Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

/merge -c

@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 09:03:36 UTC ℹ️ Start processing command /merge -c

Preserve test runtime dependency selection and logger properties in the convention plugin.
@bric3
bric3 force-pushed the refactor/migrate-slf4j-simple-convention branch from d847ad8 to cef1917 Compare August 25, 2026 10:27
@bric3

bric3 commented Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

/merge

@gh-worker-devflow-routing-ef8351

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

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-08-25 10:34:45 UTC ℹ️ Start processing command /merge


2026-08-25 10:34:51 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-25 11:22:13 UTC ℹ️ MergeQueue: merge request added to the queue

The expected merge time in master is approximately 2h (p90).


2026-08-25 12:14:29 UTC ℹ️ MergeQueue: This merge request was merged

@gh-worker-dd-mergequeue-cf854d
gh-worker-dd-mergequeue-cf854d Bot merged commit 88970a3 into master Aug 25, 2026
600 checks passed
@gh-worker-dd-mergequeue-cf854d
gh-worker-dd-mergequeue-cf854d Bot deleted the refactor/migrate-slf4j-simple-convention branch August 25, 2026 12:14
@github-actions github-actions Bot added this to the 1.66.0 milestone Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: tooling Build & Tooling tag: ai generated Largely based on code generated by an AI or LLM tag: no release notes Changes to exclude from release notes type: refactoring

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants