Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBZ-5374: docker-maven-plugin needs to be upgraded for Mac Apple M1 #3688

Merged
merged 2 commits into from
Jul 7, 2022

Conversation

HenryCaiHaiying
Copy link
Contributor

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

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
@github-actions
Copy link

github-actions bot commented Jul 6, 2022

Hi @HenryCaiHaiying. Thank you for your valuable contribution.
Please author your commit(s) using an email linked to your GitHub account.

@github-actions
Copy link

github-actions bot commented Jul 6, 2022

Welcome as a new contributor to Debezium, @HenryCaiHaiying. Reviewers, please add missing author name(s) and alias name(s) to the COPYRIGHT.txt and Aliases.txt respectively.

@jpechane jpechane merged commit f465f5a into debezium:main Jul 7, 2022
@jpechane
Copy link
Contributor

jpechane commented Jul 7, 2022

@HenryCaiHaiying Applied, thanks!

@HenryCaiHaiying
Copy link
Contributor Author

@jpechane Thanks for merging the PR. I also want to apply this PR to 1.9 branch. Should I submit another PR or will the build system has a way to do that integration?

@HenryCaiHaiying
Copy link
Contributor Author

Never mind, I saw the PR already integrated into 1.9 branch.

@HenryCaiHaiying HenryCaiHaiying deleted the DBZ-5369 branch August 26, 2022 17:22
xinbinhuang pushed a commit to xinbinhuang/debezium that referenced this pull request Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants