Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
With 2.7.5 they changed, how they detect if the database is AWS Aurora:
- https://jira.mariadb.org/browse/CONJ-824
- https://github.com/mariadb-corporation/mariadb-connector-j/commit/a3cf53117614a8a706ef0f62c57bc1801eeeb374#diff-5a3e7974abae96c88e31e1d3a815f89e31157a5eaaff66c71a7d290c382b5fc4R360
This causes the activation of usePipelineAuth and useMultiBatchSend which is not supported by AWS Aurora.
We need to provide a special database interface implementation setting the JDBC url correctly for Aurora.