jiangML opened a new issue, #22409: URL: https://github.com/apache/shardingsphere/issues/22409
## Feature Request **For English only**, other languages will not accept. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot make decision by current information, we will **close it**. Please answer these questions before submitting your issue. Thanks! ### Is your feature request related to a problem? Currently `Agent` only supports integration with `Proxy`, there will be problems when integrating with `Driver`. For example, when integrating with a spring boot project, the current `Agent` does not support this scenario due to the existence of a custom class loader in spring boot. ``` java -javaagent:/xx/shardingsphere-agent.jar -jar spring-boot-xxx.jar ``` So the plugin loading process needs to be refactored. ### Describe the feature you would like. -- 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]
