opentelemetry-java-instrume.../dd-java-agent/testing
Nikolay Martynov 15c1e67334 Fix agent on latest zulu8
The problem was that on zulu8 loading OkHttp touches JFR which in turn
touches log manager - which would break things like JBOSS.

The fix is to delay installing agent (and writer) until log manager
things have settled down - in way similar to jmxfetch.

Unfortunately for 'main' agent this turns out to be more involved
because of classloader shenanigans.
2019-11-06 10:09:50 -05:00
..
src Fix agent on latest zulu8 2019-11-06 10:09:50 -05:00
testing.gradle Extract base test class and move Config class changes there. 2019-10-07 18:51:25 +02:00