arextest / arex-agent-java

Lightweight Java agent for traffic capture and replay, enhancing testing and debugging.
https://doc.arextest.com/
Apache License 2.0
444 stars 91 forks source link

SimpleAsyncTaskExecutor is not supported #449

Closed harvey-xu1981 closed 5 months ago

harvey-xu1981 commented 5 months ago

Search before asking

AREX Test Service

AREX Java Agent (arextest/arex-agent-java)

Current Behavior

SimpleAsyncTaskExecutor is not supported

Expected Behavior

@Async public void test() { ... } Fail to record

Steps To Reproduce

@Async public void test() { ... } Fail to record

Anything else

No response

Are you willing to submit a pull request to fix on your own?

mr3 commented 5 months ago

@harvey-xu1981 Thank you for posting in the AREX community!

After communicating and testing to confirm that SimpleAsyncTaskExecutor is supported.

This issue will be closed. If you have more infomation, please reopen and add it.