Loren Cole created MSHADE-204: --------------------------------- Summary: Multiple JDBC drivers not supported Key: MSHADE-204 URL: https://issues.apache.org/jira/browse/MSHADE-204 Project: Maven Shade Plugin Issue Type: Bug Affects Versions: 2.4.1 Reporter: Loren Cole
Mysql JDBC driver not working when building a project with dependencies on both postgres and mysql JDBC drivers. java.sql.DriverManager uses the /META-INF/Services/java.sql.Driver to register available JDBC drivers. When doing a shaded build this file is overwritten with each driver, so the last one wins. Instead it should be appended to contain all available drivers. -- This message was sent by Atlassian JIRA (v6.3.4#6332)