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

Fix java.lang.UnsatisfiedLinkError thrown on Apple M1 #771

Merged
merged 1 commit into from Feb 20, 2023

Conversation

jmp
Copy link
Contributor

@jmp jmp commented Nov 8, 2022

This fixes java.lang.UnsatisfiedLinkError thrown by jbake-maven-plugin 2.7.0-rc.6 on Apple's M1 hardware (see #769).

The problem was caused by an older version of JRuby (a dependency of AsciidoctorJ) that does not support macos-aarch64. By upgrading AsciidoctorJ to the latest version, a newer version of JRuby supporting M1 is used, and java.lang.UnsatisfiedLinkError is no longer thrown.

Fixes #769.

This fixes a library loading issue on Apple's M1 hardware.
The problem is caused by a version of JRuby that does not
support macos-aarch64. By upgrading AsciidoctorJ, a newer
version of JRuby supporting M1 is used.
@msgilligan
Copy link

This should be merged into a new 2.7.0-rc.7 release.

@jonbullock
Copy link
Member

Thanks @jmp for taking the time to submit this PR.

@jonbullock jonbullock merged commit f7aa575 into jbake-org:master Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants