elastic / apm-agent-java

https://www.elastic.co/guide/en/apm/agent/java/current/index.html
Apache License 2.0
560 stars 320 forks source link

Remove unused functions and clean up servlet integration test base #3683

Closed codefromthecrypt closed 2 weeks ago

codefromthecrypt commented 2 weeks ago

What does this PR do?

This removes unused functions and clean up servlet integration test base I noticed while attempting to run WildFlyIT. Notably, when image download or container start failed, our stop function would NPE over it. The other changes are more taking care of drift or resource management.

I'm not sure what category below as it isn't a CHANGELOG worthy bug as it is test infra 🤷

Checklist