linghengqian commented on issue #28227: URL: https://github.com/apache/shardingsphere/issues/28227#issuecomment-2022254407
@shiliang-star - In the master branch, the ClassLoader that reads `/sql/` has been changed from `Thread.currentThread().getContextClassLoader()` to `JDBCRepositorySQLLoader.class.getClassLoader()`. I don’t think this issue will still exist. You need to additionally verify. Reference https://github.com/apache/shardingsphere/blob/master/mode/type/standalone/repository/provider/jdbc/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/sql/JDBCRepositorySQLLoader.java . -- 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]
