Skip to content

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

Development

Successfully merging this pull request may close these issues.

An API incompatibility was encountered while executing org.jbake:jbake-maven-plugin:2.7.0-rc.6:generate: java.lang.UnsatisfiedLinkError

3 participants