From 658b098c3a7617e3a7fce58fc4f7dc57946836f0 Mon Sep 17 00:00:00 2001 From: AsamK Date: Thu, 5 Feb 2026 17:57:41 +0100 Subject: [PATCH] Update graalvm config --- graalvm-config-dir/reachability-metadata.json | 58 +++++++++++-------- 1 file changed, 33 insertions(+), 25 deletions(-) diff --git a/graalvm-config-dir/reachability-metadata.json b/graalvm-config-dir/reachability-metadata.json index ebd13425..833d4440 100644 --- a/graalvm-config-dir/reachability-metadata.json +++ b/graalvm-config-dir/reachability-metadata.json @@ -842,13 +842,7 @@ { "type": "java.lang.Enum", "allDeclaredMethods": true, - "jniAccessible": true, - "methods": [ - { - "name": "ordinal", - "parameterTypes": [] - } - ] + "jniAccessible": true }, { "type": "java.lang.Float", @@ -1303,24 +1297,7 @@ "allDeclaredFields": true, "allDeclaredMethods": true, "allDeclaredConstructors": true, - "jniAccessible": true, - "methods": [ - { - "name": "", - "parameterTypes": [ - "long", - "long" - ] - }, - { - "name": "getLeastSignificantBits", - "parameterTypes": [] - }, - { - "name": "getMostSignificantBits", - "parameterTypes": [] - } - ] + "jniAccessible": true }, { "type": "java.util.concurrent.ForkJoinTask", @@ -5274,6 +5251,15 @@ } ] }, + { + "type": "org.signal.core.models.ServiceId$ACI" + }, + { + "type": "org.signal.core.models.ServiceId$Companion" + }, + { + "type": "org.signal.core.models.ServiceId$PNI" + }, { "type": "org.signal.libsignal.internal.CompletableFuture", "jniAccessible": true, @@ -5582,6 +5568,24 @@ "type": "org.signal.libsignal.protocol.ServiceId", "allDeclaredFields": true }, + { + "type": "org.signal.libsignal.protocol.SessionCipher$1", + "jniAccessible": true, + "methods": [ + { + "name": "loadPreKey", + "parameterTypes": [ + "int" + ] + }, + { + "name": "removePreKey", + "parameterTypes": [ + "int" + ] + } + ] + }, { "type": "org.signal.libsignal.protocol.SignalProtocolAddress", "jniAccessible": true, @@ -5828,6 +5832,10 @@ "allDeclaredMethods": true, "jniAccessible": true }, + { + "type": "org.signal.libsignal.protocol.state.internal.PreKeyStore", + "jniAccessible": true + }, { "type": "org.signal.libsignal.usernames.BadDiscriminatorCharacterException", "jniAccessible": true,