You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After switching to use CSB provisioned RDS Mysql db from old pivotal aws services broker provisioned aurora mysql cluster and are having an issue with spring now injecting MariaDB JDBC driver.
Customer are running with the AWS MySQL driver (aws-mysql-jdbc.jar) which doesn't look to be in the list that the MariaDB buildpack component is checking for.
Customer don't want the buildpack to download MariaDB JDBC driver as they are not going to use it. They will include AWS MySQL driver aws-mysql-jdbc.jar in app package instead.
Shall we consider adding aws-mysql-jdbc*.jar to the list as well?
The text was updated successfully, but these errors were encountered:
After switching to use CSB provisioned RDS Mysql db from old pivotal aws services broker provisioned aurora mysql cluster and are having an issue with spring now injecting MariaDB JDBC driver.
Customer are running with the AWS MySQL driver (aws-mysql-jdbc.jar) which doesn't look to be in the list that the MariaDB buildpack component is checking for.
Customer don't want the buildpack to download MariaDB JDBC driver as they are not going to use it. They will include AWS MySQL driver aws-mysql-jdbc.jar in app package instead.
Shall we consider adding
aws-mysql-jdbc*.jar
to the list as well?The text was updated successfully, but these errors were encountered: