iamif3000 commented on issue #8524: URL: https://github.com/apache/shardingsphere/issues/8524#issuecomment-740471264
I found the reason. Since I use shade for packaging, some META.service/xxx files are duplicated and only one will be kept. So SPI will only load one implementation. Solution: use assembly to package a zip or tar.gz instead. Please close this issue. Thanks. ---------------------------------------------------------------- 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]
