From 1d274ed549f932cd64de7d74a34b0e2f4dc10363 Mon Sep 17 00:00:00 2001 From: Tommy Schmidt Date: Tue, 21 Mar 2023 18:22:49 +0100 Subject: [PATCH] feat: support for GraalVM (ribasco/async-gamequery-lib#165) --- .../async-gamequery-lib/reflect-config.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 core/src/main/resources/META-INF/native-image/com.ibasco.agql/async-gamequery-lib/reflect-config.json diff --git a/core/src/main/resources/META-INF/native-image/com.ibasco.agql/async-gamequery-lib/reflect-config.json b/core/src/main/resources/META-INF/native-image/com.ibasco.agql/async-gamequery-lib/reflect-config.json new file mode 100644 index 0000000000..445955f1f4 --- /dev/null +++ b/core/src/main/resources/META-INF/native-image/com.ibasco.agql/async-gamequery-lib/reflect-config.json @@ -0,0 +1,27 @@ +[ + { + "name": "com.ibasco.agql.core.util.ConnectOptions", + "allPublicFields": true, + "allPublicConstructors": true + }, + { + "name": "com.ibasco.agql.core.util.FailsafeOptions", + "allPublicFields": true, + "allPublicConstructors": true + }, + { + "name": "com.ibasco.agql.core.util.GeneralOptions", + "allPublicFields": true, + "allPublicConstructors": true + }, + { + "name": "com.ibasco.agql.core.util.HttpOptions", + "allPublicFields": true, + "allPublicConstructors": true + }, + { + "name": "com.ibasco.agql.protocols.valve.source.query.SourceQueryOptions", + "allPublicFields": true, + "allPublicConstructors": true + } +]