-
Type: Question
-
Resolution: Done
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Client Side Encryption, GraalVM
-
None
-
(copied to CRM)
Summary
I am currently trying to use the Mongo Encryption Library in a GraalVm Native application but I can't get it to work.
I've learned that due to the fact LibMongoCrypt is a Native Library, GraalVm might not load it correctly because of it's AOT Compilation.
AOT Compilation aims to create a single executable containing every needed component and dependency and given the fact these native libraries are loaded at runtime, GraalVm may not be able to correctly add it and therefore won't work.
First and foremost, can you confirm this ? And if so, is this something that will be added in the near future ?
Thanks !!