- Add support for MariaDB
- For MySQL, check for com.mysql.cj.jdbc.Driver in class path and fall back to com.mysql.jdbc.Driver
- Change JSON parsing error message to be more generic
- Fixed an issue with the way JDBC URLs are handled:
- acceptsURL() now returns false if the URL is a JDBC URL that does not begin with jdbc-secretsmanager
- connect() returns null if the URL parameter is not one we accept
- Updated jackson-databind dependency to 2.8.11.1