Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In 1.2.0 HaMode has been changed to support a list of aliases instead a single one. In previous versions the HaMode NONE had the alias "" but now the alias list is initialized with new String[0] which will cause an NPE under certain conditions. The fix is to change the initialization to new String[]
{""}. I have provided a PR on GitHub with that fix.
https://github.com/mariadb-corporation/mariadb-connector-r2dbc/pull/80