Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Won't Fix
-
3.0.3
-
None
-
mariadb-java-client:3.0.3, Spring Boot 2.6.2
Description
It seems like in version 3.0.3 the failover mode "aurora" throws an IllegalArgumentException in the `Configuration.java` class while parsing the `haModeString` in the `HaMode.java` class. There is no enum `aurora` defined.
Using the following Url:
`jdbc:mariadb:aurora://db1-test.cluster-xxxxx.eu-central-1.rds.amazonaws.com/database`
`jdbc:mariadb:aurora://localhost/database`
This seems to match the pattern stated in the about section