Update graalvm reflect-config

This commit is contained in:
AsamK 2023-10-19 23:26:46 +02:00
parent e829dd8b5c
commit 3ae6f7ab7c
2 changed files with 7 additions and 0 deletions

View file

@ -2598,6 +2598,12 @@
"queryAllDeclaredConstructors":true,
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"org.whispersystems.signalservice.internal.push.SubmitRecaptchaChallengePayload",
"allDeclaredFields":true,
"queryAllDeclaredMethods":true,
"queryAllDeclaredConstructors":true
},
{
"name":"org.whispersystems.signalservice.internal.push.UpdateVerificationSessionRequestBody",
"allDeclaredFields":true,

View file

@ -190,6 +190,7 @@ run_main -a "$NUMBER_1" receive
run_main -a "$NUMBER_1" updateGroup -g "$GROUP_ID" -m "$NUMBER_2"
run_main -a "$NUMBER_1" block -g "$GROUP_ID"
run_main -a "$NUMBER_1" unblock -g "$GROUP_ID"
run_main -a "$NUMBER_1" submitRateLimitChallenge --challenge 8xxxxxx8-0xx2-4xx9-9xx2-4xxxxxxxxxx7 --captcha signal-hcaptcha
## Basic send/receive
for OUTPUT in "plain-text" "json"; do