-
Task
-
Resolution: Done
-
Major
-
0.1
-
None
-
Using `-Palt-mysql` on build commands would not work properly. With this fix, the profile can be used on any of the Maven commands.
The MySQL connector (DBZ-1) uses the Docker image managed by the MySQL team, but this is a minimal installation that excludes some utilities like `mysqlbinlog`. The normal build uses this image to create a container that the integration tests use. DBZ-1 added a secondary Maven profile `alt-mysql` that started up a Docker image (created by the Docker team with a full MySQL installation) useful for debugging and manual testing, but this profile no longer works.