From db8a26584099a02ef11cc0f2d9224aaf52b6621c Mon Sep 17 00:00:00 2001 From: Filipe Roque Date: Tue, 15 Oct 2024 18:34:37 +0100 Subject: [PATCH] Adds dd-trace Artifact names have changed: dd-trace -> dd-trace-ot dd-trace-annotations -> dd-trace-api https://github.com/DataDog/dd-trace-java/releases/tag/v0.3.0-RC1 https://github.com/DataDog/dd-trace-java/pull/184 --- uc/og-definitions.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/uc/og-definitions.json b/uc/og-definitions.json index 6d92422..9b70cde 100644 --- a/uc/og-definitions.json +++ b/uc/og-definitions.json @@ -1,5 +1,5 @@ { - "date": "2024/09/13", + "date": "2024/10/15", "migration": [ { "old": "acegisecurity", @@ -107,6 +107,14 @@ "old": "com.coronaide.lockdown", "new": "org.starchartlabs.lockdown" }, + { + "old": "com.datadoghq:dd-trace-annotations", + "new": "com.datadoghq:dd-trace-api" + }, + { + "old": "com.datadoghq:dd-trace", + "new": "com.datadoghq:dd-trace-ot" + }, { "old": "com.datastax.cassandra:cassandra-driver-core", "new": "com.datastax.oss:java-driver-core"