From 276e23217ba4fb405766fd9f92237f443fe59e13 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Mon, 7 Oct 2024 11:55:05 +0200 Subject: [PATCH] Add metadata --- .../com.example/demo/proxy-config.json | 17 +++++++++++++++++ .../com.example/demo/reflect-config.json | 14 ++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 graalpy/graalpy-micronaut-pygal-charts/src/main/resources/META-INF/native-image/com.example/demo/proxy-config.json create mode 100644 graalpy/graalpy-micronaut-pygal-charts/src/main/resources/META-INF/native-image/com.example/demo/reflect-config.json diff --git a/graalpy/graalpy-micronaut-pygal-charts/src/main/resources/META-INF/native-image/com.example/demo/proxy-config.json b/graalpy/graalpy-micronaut-pygal-charts/src/main/resources/META-INF/native-image/com.example/demo/proxy-config.json new file mode 100644 index 0000000..e4df36c --- /dev/null +++ b/graalpy/graalpy-micronaut-pygal-charts/src/main/resources/META-INF/native-image/com.example/demo/proxy-config.json @@ -0,0 +1,17 @@ +[ + { + "interfaces": [ + "com.example.PyGalServicePureJava$PyGal" + ] + }, + { + "interfaces": [ + "com.example.PyGalServicePureJava$XY" + ] + }, + { + "interfaces": [ + "com.example.PyGalServicePureJava$BytesIO" + ] + } +] \ No newline at end of file diff --git a/graalpy/graalpy-micronaut-pygal-charts/src/main/resources/META-INF/native-image/com.example/demo/reflect-config.json b/graalpy/graalpy-micronaut-pygal-charts/src/main/resources/META-INF/native-image/com.example/demo/reflect-config.json new file mode 100644 index 0000000..0d8e640 --- /dev/null +++ b/graalpy/graalpy-micronaut-pygal-charts/src/main/resources/META-INF/native-image/com.example/demo/reflect-config.json @@ -0,0 +1,14 @@ +[ + { + "type": "com.example.PyGalServiceMixed$Entry" + }, + { + "type": "com.example.PyGalServicePureJava$BytesIO" + }, + { + "type": "com.example.PyGalServicePureJava$PyGal" + }, + { + "type": "com.example.PyGalServicePureJava$XY" + } +]