Skip to content

Commit 13c1634

Browse files
authored
Refactor multiple instrumentation modules to comply with naming conventions (#10249)
* move classloading to java-lang * rename renaissance * move junit modules * rename opensearch modules * rename dropwizard modules * move urlconnection instrumentation to java-net * resolve conflicts after rebase * spotless * change templates due to module renaming
1 parent 59a95e9 commit 13c1634

File tree

816 files changed

+1446
-2097
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

816 files changed

+1446
-2097
lines changed

dd-java-agent/instrumentation/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ subprojects { Project subProj ->
6767

6868
// Include instrumentations instrumenting core JDK classes to ensure interoperability with other instrumentation
6969
testImplementation project(':dd-java-agent:instrumentation:java:java-concurrent:java-concurrent-1.8')
70-
// FIXME: we should enable this, but currently this fails tests for google http client
71-
//testImplementation project(':dd-java-agent:instrumentation:http-url-connection')
72-
testImplementation project(':dd-java-agent:instrumentation:classloading')
70+
testImplementation project(':dd-java-agent:instrumentation:java:java-lang:java-lang-classloading-1.8')
7371

7472
testImplementation project(':dd-java-agent:instrumentation-testing')
7573
}

dd-java-agent/instrumentation/classloading/jboss-testing/build.gradle

Lines changed: 0 additions & 13 deletions
This file was deleted.

dd-java-agent/instrumentation/classloading/jboss-testing/gradle.lockfile

Lines changed: 0 additions & 120 deletions
This file was deleted.

dd-java-agent/instrumentation/classloading/jsr14-testing/build.gradle

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)