Update reachability metadata

This commit is contained in:
AsamK 2026-02-14 15:20:12 +01:00
parent 667a47c03a
commit 345de8fb5d
2 changed files with 31 additions and 37 deletions

View File

@ -1533,42 +1533,7 @@
},
{
"type": "kotlin.reflect.jvm.internal.impl.resolve.scopes.DescriptorKindFilter",
"allPublicFields": true,
"fields": [
{
"name": "ALL"
},
{
"name": "CALLABLES"
},
{
"name": "CLASSIFIERS"
},
{
"name": "Companion"
},
{
"name": "FUNCTIONS"
},
{
"name": "NON_SINGLETON_CLASSIFIERS"
},
{
"name": "PACKAGES"
},
{
"name": "SINGLETON_CLASSIFIERS"
},
{
"name": "TYPE_ALIASES"
},
{
"name": "VALUES"
},
{
"name": "VARIABLES"
}
]
"allPublicFields": true
},
{
"type": "kotlinx.coroutines.CancellableContinuationImpl",
@ -9417,6 +9382,12 @@
{
"type": "sun.text.resources.BreakIteratorResources"
},
{
"type": "sun.text.resources.BreakIteratorResources_en"
},
{
"type": "sun.text.resources.BreakIteratorResources_en_US"
},
{
"type": "sun.text.resources.CollationData"
},
@ -9475,6 +9446,9 @@
{
"glob": "META-INF/services/java.nio.channels.spi.SelectorProvider"
},
{
"glob": "META-INF/services/java.nio.file.spi.FileTypeDetector"
},
{
"glob": "META-INF/services/java.sql.Driver"
},
@ -9508,6 +9482,12 @@
{
"glob": "com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_*"
},
{
"glob": "com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_DE"
},
{
"glob": "com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_US"
},
{
"glob": "kotlin/collections/collections.kotlin_builtins"
},
@ -9523,6 +9503,12 @@
{
"glob": "net/sourceforge/argparse4j/internal/ArgumentParserImpl_*.properties"
},
{
"glob": "net/sourceforge/argparse4j/internal/ArgumentParserImpl_en.properties"
},
{
"glob": "net/sourceforge/argparse4j/internal/ArgumentParserImpl_en_US.properties"
},
{
"glob": "net/sourceforge/argparse4j/internal/ArgumentParserImpl_fr.properties"
},
@ -9554,6 +9540,14 @@
"module": "java.base",
"glob": "sun/net/idn/uidna.spp"
},
{
"module": "java.base",
"glob": "sun/net/www/content-types.properties"
},
{
"module": "java.base",
"glob": "sun/text/resources/LineBreakIteratorData"
},
{
"bundle": "net.sourceforge.argparse4j.internal.ArgumentParserImpl"
}

View File

@ -42,7 +42,7 @@ run() {
if [ "$JSON_RPC" -eq 1 ]; then
"$SIGNAL_CLI" $@
else
"$SIGNAL_CLI" --service-environment="staging" --verbose --verbose $@
"$SIGNAL_CLI" --service-environment="staging" --verbose --verbose $@ | grep -v '^Warning:' | grep -v 'at org'
fi
set +x
}