mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
GraalVM: added reflection config (#507)
* GraalVM: added reflection config for delete messages * GraalVM: added reflection config for PreKey exchange * GraalVM: added reflection config for DuplicateMessageException * GraalVM: added reflection config for JsonRemoteDelete * GraalVM: added reflection config for JsonAttachment * GraalVM: added reflection config for JsonSticker and Contacts
This commit is contained in:
parent
0797217588
commit
630803c3d1
3 changed files with 91 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
"resources":{
|
||||
"includes":[
|
||||
{"pattern":"com/google/i18n/phonenumbers/data/.*"},
|
||||
{"pattern":"\\Qcom/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_DE\\E"},
|
||||
{"pattern":"\\Qlibsignal_jni.so\\E"},
|
||||
{"pattern":"\\Qlibzkgroup.so\\E"},
|
||||
{"pattern":"\\Qorg/asamk/signal/manager/config/ias.store\\E"},
|
||||
{"pattern":"\\Qorg/asamk/signal/manager/config/whisper.store\\E"},
|
||||
{"pattern":"\\Qorg/slf4j/impl/StaticLoggerBinder.class\\E"}
|
||||
{"pattern":"\\Qorg/slf4j/impl/StaticLoggerBinder.class\\E"},
|
||||
{"pattern":"com/google/i18n/phonenumbers/data/.*"}
|
||||
]},
|
||||
"bundles":[{"name":"net.sourceforge.argparse4j.internal.ArgumentParserImpl"}]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue