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 class loading issue with GraalVM #577

Closed
wants to merge 1 commit into from

Conversation

AsamK
Copy link
Contributor

@AsamK AsamK commented May 17, 2024

Only use the class loader cache workaround on Android.

Fixes #576

Only use the class loader cache workaround on Android.
@AsamK AsamK changed the title rFix class loading issue with GraalVM Fix class loading issue with GraalVM May 17, 2024
@akonradi-signal
Copy link
Contributor

Just to double-check, @AsamK you've verified locally that libsignal can be used under GraalVM with this change?

@akonradi-signal akonradi-signal self-assigned this May 17, 2024
@AsamK
Copy link
Contributor Author

AsamK commented May 17, 2024

Yes, with this change it works with GraalVM.

@akonradi-signal
Copy link
Contributor

Thanks, I've merged this internally. The changes will be included in the next libsignal version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Issue with cached class loader and graalvm native-image
2 participants