Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
/dd-java-agent/agent-profiling/ @DataDog/profiling-java
/dd-java-agent/agent-crashtracking/ @DataDog/profiling-java
/dd-java-agent/instrumentation/exception-profiling/ @DataDog/profiling-java
/dd-java-agent/instrumentation/java-directbytebuffer/ @DataDog/profiling-java
/dd-java-agent/instrumentation/java/java-nio-1.8/ @DataDog/profiling-java
/dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/instrumentation/jfr/ @DataDog/profiling-java
/dd-java-agent/agent-bootstrap/src/main/java11/datadog/trace/bootstrap/instrumentation/jfr/ @DataDog/profiling-java
/dd-trace-api/src/main/java/datadog/trace/api/profiling @DataDog/profiling-java
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-iast/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
jmh project(':dd-trace-core')
jmh project(':dd-java-agent:agent-builder')
jmh project(':dd-java-agent:instrumentation:iast-instrumenter')
jmh project(':dd-java-agent:instrumentation:java-lang')
jmh project(':dd-java-agent:instrumentation:java:java-lang:java-lang-1.8')

compileOnly('org.jetbrains:annotations:24.0.0')
errorprone('com.uber.nullaway:nullaway:0.10.15')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ dependencies {
iastIntegrationTestRuntimeOnly(project(':dd-java-agent:instrumentation:jetty:jetty-server:jetty-server-9.0'))
iastIntegrationTestRuntimeOnly(project(':dd-java-agent:instrumentation:apache-httpcore:apache-httpcore-4.0'))
iastIntegrationTestRuntimeOnly(project(':dd-java-agent:instrumentation:servlet:javax-servlet:javax-servlet-common'))
iastIntegrationTestRuntimeOnly(project(':dd-java-agent:instrumentation:java-lang'))
iastIntegrationTestRuntimeOnly(project(':dd-java-agent:instrumentation:java-net'))
iastIntegrationTestRuntimeOnly(project(':dd-java-agent:instrumentation:java:java-lang:java-lang-1.8'))
iastIntegrationTestRuntimeOnly(project(':dd-java-agent:instrumentation:java:java-net:java-net-1.8'))
iastIntegrationTestRuntimeOnly project(':dd-java-agent:instrumentation:iast-instrumenter')

v41IastIntegrationTestImplementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.1'
Expand Down
3 changes: 1 addition & 2 deletions dd-java-agent/instrumentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ subprojects { Project subProj ->
compileOnly libs.autoservice.annotation

// Include instrumentations instrumenting core JDK classes to ensure interoperability with other instrumentation
testImplementation project(':dd-java-agent:instrumentation:java-concurrent')
testImplementation project(':dd-java-agent:instrumentation:java-concurrent:java-completablefuture')
testImplementation project(':dd-java-agent:instrumentation:java:java-concurrent:java-concurrent-1.8')
// FIXME: we should enable this, but currently this fails tests for google http client
//testImplementation project(':dd-java-agent:instrumentation:http-url-connection')
testImplementation project(':dd-java-agent:instrumentation:classloading')
Expand Down

This file was deleted.

This file was deleted.

Loading