carter-ya opened a new issue #7475:
URL: https://github.com/apache/shardingsphere/issues/7475


   ## Bug Report
   The correct class loader is not used in the spring devtools environment.
   ### Which version of ShardingSphere did you use?
   4.1.1 
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-JDBC
   ### Expected behavior
   `Class.forName("class name", true, 
Thread.currentThread().getContextClassLoader())`
   ### Actual behavior
   `Class.forName("class name")`
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to