opentelemetry-java-instrume.../javaagent-tooling/src
Ago Allikmaa fd132d463d
Change Async Servlet span end logic to fix race condition on Undertow (#2992)
* Attach servlet async listener with asyncStart instrumentation

* Exclude Spring packages containing servlet request classes from global ignores

* Exclude Tapestry HSR proxy with global ignore

* Improve comments.

* Fix for Liberty - request response when adding async listener

* Removed unused methods

* Explicit response to async listeners on all servlet engines

* Attach response to request on Jetty

* Fix broken build due to rebase, improved a comment

* Address PR comments

* Added a comment.

* Addressed PR comments
2021-05-25 20:46:37 -07:00
..
main/java/io/opentelemetry/javaagent/tooling Change Async Servlet span end logic to fix race condition on Undertow (#2992) 2021-05-25 20:46:37 -07:00
test Remove duplicate method (#3032) 2021-05-19 11:56:34 -07:00