diff --git a/graalvm-config-dir/reachability-metadata.json b/graalvm-config-dir/reachability-metadata.json index 75d930e4..5144ea1b 100644 --- a/graalvm-config-dir/reachability-metadata.json +++ b/graalvm-config-dir/reachability-metadata.json @@ -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" } diff --git a/run_tests.sh b/run_tests.sh index 52e65c56..6753ad6f 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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 }