tianhao960 commented on issue #20815:
URL:
https://github.com/apache/shardingsphere/issues/20815#issuecomment-1293152190
it seems that
`DataSourcePoolCreator.create(dataSourceProps);`
will throw Exception which caused by
`@SneakyThrows(ReflectiveOperationException.class)` at class
DataSourcePoolCreator and ShardingSphereServiceLoader.
and DataSourcePropertiesValidator can not catch checked exception
ReflectiveOperationException.
--
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]