Skip to content

Commit

Permalink
DBZ-5369 docker-maven-plugin needs to be upgraded for Mac Apple M1
Browse files Browse the repository at this point in the history
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: fabric8io/docker-maven-plugin#1257

This is already fixed in docker-maven-plugin 0.39.1
  • Loading branch information
HenryCaiHaiying authored and matthoward committed Sep 23, 2022
1 parent 9327403 commit 7322ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debezium-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<!-- Maven Plugins -->
<version.google.formatter.plugin>0.4</version.google.formatter.plugin>
<version.docker.maven.plugin>0.39.1</version.docker.maven.plugin>
<version.staging.plugin>1.6.12</version.staging.plugin>
<version.protoc.maven.plugin>3.8.0</version.protoc.maven.plugin>
<version.code.formatter>2.16.0</version.code.formatter>
<version.impsort>1.6.2</version.impsort>
Expand Down

0 comments on commit 7322ff1

Please sign in to comment.