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

chore: Update to jnr-unixsocket 0.38.14 #1507

Merged
merged 1 commit into from
Dec 7, 2021

Conversation

henningn
Copy link
Contributor

@henningn henningn commented Dec 7, 2021

This should fix the UnsatisfiedLinkError on Apple M1 machines. #1257

If it had been possible I would have used a previous version number, to reduce side effects. But after updating some dependencies in the jnr-unixsocket projekt, 0.38.14 is the first version to make docker-maven-plugin work with native java on an apple silicon.

This should fix the UnsatisfiedLinkError on Apple M1 machines. fabric8io#1257
@sonarcloud
Copy link

sonarcloud bot commented Dec 7, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@rohanKanojia
Copy link
Member

@henningn : Do you know if there are any breaking changes in this release which might affect plugin?

@henningn
Copy link
Contributor Author

henningn commented Dec 7, 2021

@rohanKanojia I don't know if there are any breaking changes. I didn't notice anything while using docker-maven-plugin on my machine (Apple Silicon). The unit tests passed.

There is no major version update in the dependencies of jnr-unixsocket, so I hope everything works.

jnr-unixsocket 0.38.14

  • jnr-ffi:2.2.10
  • jnr-constants:0.10.3
  • jnr-enxio:0.32.12
  • jnr-posix:3.1.13

jnr-unixsocket 0.25

  • jnr-ffi:2.1.11
  • jnr-constants:0.9.14
  • jnr-enxio:0.23
  • jnr-posix:3.0.51

@rohanKanojia
Copy link
Member

Thanks a lot!

@rohanKanojia rohanKanojia merged commit d869195 into fabric8io:master Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants