-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
Undefined
-
Since the MySQL connector rewrite, there are two classes whose names only differ in casing:
- io.debezium.connector.mysql.MySqlConnection (main)
- io.debezium.connector.mysql.MySQLConnection (test)
It's not quite clear to me why, but this is causing NoClassDefFoundErrors on macOS (FS is case-sensitive).