Update graalvm config

This commit is contained in:
AsamK 2026-02-05 17:57:41 +01:00
parent 70644ba31b
commit 658b098c3a

View File

@ -842,13 +842,7 @@
{ {
"type": "java.lang.Enum", "type": "java.lang.Enum",
"allDeclaredMethods": true, "allDeclaredMethods": true,
"jniAccessible": true, "jniAccessible": true
"methods": [
{
"name": "ordinal",
"parameterTypes": []
}
]
}, },
{ {
"type": "java.lang.Float", "type": "java.lang.Float",
@ -1303,24 +1297,7 @@
"allDeclaredFields": true, "allDeclaredFields": true,
"allDeclaredMethods": true, "allDeclaredMethods": true,
"allDeclaredConstructors": true, "allDeclaredConstructors": true,
"jniAccessible": true, "jniAccessible": true
"methods": [
{
"name": "<init>",
"parameterTypes": [
"long",
"long"
]
},
{
"name": "getLeastSignificantBits",
"parameterTypes": []
},
{
"name": "getMostSignificantBits",
"parameterTypes": []
}
]
}, },
{ {
"type": "java.util.concurrent.ForkJoinTask", "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", "type": "org.signal.libsignal.internal.CompletableFuture",
"jniAccessible": true, "jniAccessible": true,
@ -5582,6 +5568,24 @@
"type": "org.signal.libsignal.protocol.ServiceId", "type": "org.signal.libsignal.protocol.ServiceId",
"allDeclaredFields": true "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", "type": "org.signal.libsignal.protocol.SignalProtocolAddress",
"jniAccessible": true, "jniAccessible": true,
@ -5828,6 +5832,10 @@
"allDeclaredMethods": true, "allDeclaredMethods": true,
"jniAccessible": true "jniAccessible": true
}, },
{
"type": "org.signal.libsignal.protocol.state.internal.PreKeyStore",
"jniAccessible": true
},
{ {
"type": "org.signal.libsignal.usernames.BadDiscriminatorCharacterException", "type": "org.signal.libsignal.usernames.BadDiscriminatorCharacterException",
"jniAccessible": true, "jniAccessible": true,