From 7322ff13b322ce9419b465760d923ee67aa9c9fd Mon Sep 17 00:00:00 2001 From: Henry Cai Date: Wed, 6 Jul 2022 16:13:17 -0700 Subject: [PATCH] DBZ-5369 docker-maven-plugin needs to be upgraded for Mac Apple M1 Running 'mvn clean verify' for vitess connector (which includes launch docker for integration tests) would fail when run on an Mac M1 laptop: [*ERROR*] Failed to execute goal io.fabric8:docker-maven-plugin:0.31.0:build (start) on project debezium-connector-vitess: Execution start of goal io.fabric8:docker-maven-plugin:0.31.0:build failed: An API incompatibility was encountered while executing io.fabric8:docker-maven-plugin:0.31.0:build: java.lang.UnsatisfiedLinkError: could not load FFI provider jnr.ffi.provider.jffi.Provider The problem is specific to Apple M1 laptop, and is discussed further in: https://github.com/fabric8io/docker-maven-plugin/issues/1257 This is already fixed in docker-maven-plugin 0.39.1 --- debezium-parent/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/debezium-parent/pom.xml b/debezium-parent/pom.xml index edd4a69752..c181affd21 100644 --- a/debezium-parent/pom.xml +++ b/debezium-parent/pom.xml @@ -18,6 +18,7 @@ 0.4 0.39.1 + 1.6.12 3.8.0 2.16.0 1.6.2