You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* upgrade otel version to 1.24
* comment some failing tests, and try to build the agent jar
* fix classloading issues
* remove jaxrs instrumentation
* nit
* try to fix muzzle and smoke tests
* fix/update smoke tests
* temp: Upgrade otel smoketest (#381)
* fix tomee test
* fix Play test
* fix liberty test
* add sock host port as well
* fix grpc test
* fix spring boot tests
* format
* fix wildify test
Copy file name to clipboardExpand all lines: instrumentation/apache-httpasyncclient-4.1/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/apachehttpasyncclient/ApacheAsyncClientInstrumentationModule.java
Copy file name to clipboardExpand all lines: instrumentation/apache-httpclient-4.0/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/apachehttpclient/v4_0/ApacheClientInstrumentationModule.java
Copy file name to clipboardExpand all lines: instrumentation/apache-httpclient-4.0/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/apachehttpclient/v4_0/HttpEntityInstrumentation.java
Copy file name to clipboardExpand all lines: instrumentation/build.gradle.kts
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,15 @@ tasks {
26
26
// Keep in sync with https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/f893ca540b72a895fbf18c14d2df8d1cabaf2c7f/instrumentation/instrumentation.gradle#L51
27
27
shadowJar {
28
28
dependencies{
29
-
// exclude core, it lives in the bootstrap classloader
29
+
// exclude packages that live in the bootstrap classloader
0 commit comments