Cool-Coding opened a new pull request, #146: URL: https://github.com/apache/skywalking-java/pull/146
### Add an agent plugin to support JDK ThreadPoolExecutor and its subclasses - [x] Add a test case for the new plugin, refer to [the doc](https://github.com/apache/skywalking-java/blob/main/docs/en/setup/service-agent/java-agent/Plugin-test.md) ### <Feature description> - [x] Update the documentation to include this new feature. - [x] Tests(including UT, IT, E2E) are added to verify the new feature. - [x] If it's UI related, attach the screenshots below. *ThreadPoolExecutor.submit(Callable)*  *ThreadPoolExecutor.execute(Runnable)*  *ThreadPoolExecutor.submit(Runnable)*  *ScheduledThreadPoolExecutor.submit(Callable)*  *ScheduledThreadPoolExecutor.execute(Runnable)*  *ScheduledThreadPoolExecutor.submit(Runnable)*  *submit(Callable) exception*  *execute(Runnable) exception*  - [x] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes https://github.com/apache/skywalking/issues/8743. - [x] Update the [`CHANGES` log](https://github.com/apache/skywalking-java/blob/main/CHANGES.md). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
