Closed dmikurube closed 2 years ago
fyi, i just realized the current CI is failed but it is return success check
You mean some failures in checkstyle
? If so, yeah, I also noticed, but they're configured non-critical. We may want to address them later...
Thanks!
The JDBC plugins will be available as Maven-based plugins. To make it realized, their
pom.xml
should include MySQL/PostgreSQL JDBC drivers so that Embulk'sPluginClassLoader
can find the JDBC drivers frompom.xml
. Then, they are loaded straightforward from the class loader.But currently, their driver finding mechanism does not prioritize classes found straightforward from the class loader.
This pull request changes the priority, including some refactoring with exception/log message changes.