File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
instrumentation/kafka/kafka-connect-2.6/javaagent Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 77 group.set(" org.apache.kafka" )
88 module.set(" connect-api" )
99 versions.set(" [2.6.0,)" )
10- // we use reflection to access the "pause" and "resume" methods, so we can't reference them
11- // directly, and so we can't assert that they exist at muzzle-time
12- skip(" org.apache.kafka.connect.sink.SinkTaskContext" )
1310 }
1411}
1512
@@ -26,15 +23,5 @@ tasks {
2623 usesService(gradle.sharedServices.registrations[" testcontainersBuildService" ].service)
2724
2825 systemProperty(" testLatestDeps" , findProperty(" testLatestDeps" ) as Boolean )
29-
30- // Enable experimental span attributes and receive telemetry for comprehensive testing
31- jvmArgs(" -Dotel.instrumentation.kafka.experimental-span-attributes=true" )
32- jvmArgs(" -Dotel.instrumentation.messaging.experimental.receive-telemetry.enabled=true" )
33- // Set timeout for integration tests with containers
34- systemProperty(" junit.jupiter.execution.timeout.default" , " 5m" )
35- }
36-
37- withType<JavaCompile >().configureEach {
38- options.compilerArgs.add(" -Xlint:-deprecation" )
3926 }
4027}
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ include(":test-report")
102102include(" :testing:agent-exporter" )
103103include(" :testing:agent-for-testing" )
104104include(" :testing:armeria-shaded-for-testing" )
105-
106105include(" :testing:proto-shaded-for-testing" )
107106include(" :testing:wiremock-shaded-for-testing" )
108107include(" :testing-common" )
You can’t perform that action at this time.
0 commit comments