We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec85d9 commit de920b4Copy full SHA for de920b4
1 file changed
dd-java-agent/build.gradle
@@ -48,8 +48,9 @@ ext.generalShadowJarConfig = {
48
49
// Prevents conflict with other SLF4J instances. Important for premain.
50
relocate 'org.slf4j', 'datadog.slf4j'
51
- // Prevents conflict with other JCTools instances
+ // Prevent conflicts with flat class-path when using GraalVM native-images
52
relocate 'org.jctools', 'datadog.jctools'
53
+ relocate 'net.jpountz', 'datadog.jpountz'
54
// rewrite dependencies calling Logger.getLogger
55
relocate 'java.util.logging.Logger', 'datadog.trace.bootstrap.PatchLogger'
56
0 commit comments