opentelemetry-java-instrume.../testing/agent-exporter
Mateusz Rzeszutek c03bfc255b
Don't call Thread#setContextClassLoader() (#7391)
Related to #7220

Unfortunately it doesn't fix the aforementioned issue; while the CL used
is no longer the agent classloader, gauge collection still throws that
error.
Still, I think this is a good change that removes one source of agent's
CL leaking into application runtime.
2022-12-13 10:24:40 -08:00
..
src/main/java/io/opentelemetry/javaagent/testing Don't call Thread#setContextClassLoader() (#7391) 2022-12-13 10:24:40 -08:00
build.gradle.kts Upgrade to otel java 1.19.0 (#6757) 2022-10-12 09:19:37 -07:00