skywalking-java/apm-sniffer
libinglong 1215a52d09
Concurrent accessing allJars causes the plugin to fail to load (#5158)
Another thread could get the list which is still in the initialization stage, due to first element added. So we need a local variable to avoid this. Also, notice this happens only in concurrency class loader env.
2020-07-23 21:51:30 +08:00
..
apm-agent Separate config initialization in the plugin out of core level Config. (#5136) 2020-07-21 20:51:56 +08:00
apm-agent-core Concurrent accessing allJars causes the plugin to fail to load (#5158) 2020-07-23 21:51:30 +08:00
apm-sdk-plugin Separate config initialization in the plugin out of core level Config. (#5136) 2020-07-21 20:51:56 +08:00
apm-test-tools Set version to 8.1.0 for next iteration. (#4916) 2020-06-12 23:44:42 +08:00
apm-toolkit-activation Separate config initialization in the plugin out of core level Config. (#5136) 2020-07-21 20:51:56 +08:00
bootstrap-plugins Separate config initialization in the plugin out of core level Config. (#5136) 2020-07-21 20:51:56 +08:00
config Support cache mode in the agent. (#4858) 2020-07-01 23:20:50 +08:00
optional-plugins Separate config initialization in the plugin out of core level Config. (#5136) 2020-07-21 20:51:56 +08:00
pom.xml Set version to 8.1.0 for next iteration. (#4916) 2020-06-12 23:44:42 +08:00