From 840c005fcc1a7d3c05bc9b838476c32caa18249e Mon Sep 17 00:00:00 2001 From: Thibaut Valentin Date: Wed, 5 Feb 2025 17:23:17 +0100 Subject: [PATCH] fix(build): update reflect-config.json --- pom.xml | 12 ------- .../fr/titionfire/reflect-config.json | 35 +++++++++++++++++++ 2 files changed, 35 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 8b5111d..ba54488 100644 --- a/pom.xml +++ b/pom.xml @@ -75,22 +75,10 @@ 2.0.4 - - - io.quarkus - quarkus-awt - ${quarkus.platform.version} - io.quarkiverse.openpdf quarkus-openpdf 3.1.2 - - - io.quarkus - quarkus-awt - - io.quarkus diff --git a/src/main/resources/META-INF/native-image/fr/titionfire/reflect-config.json b/src/main/resources/META-INF/native-image/fr/titionfire/reflect-config.json index 5a7e00b..95a158e 100644 --- a/src/main/resources/META-INF/native-image/fr/titionfire/reflect-config.json +++ b/src/main/resources/META-INF/native-image/fr/titionfire/reflect-config.json @@ -12,5 +12,40 @@ "allPublicConstructors": true, "allDeclaredMethods": true, "allPublicMethods": true + }, + { + "name": "sun.font.Font2D", + "allDeclaredConstructors": true, + "allPublicConstructors": true, + "allDeclaredMethods": true, + "allPublicMethods": true + }, + { + "name": "sun.font.CompositeFont", + "allDeclaredConstructors": true, + "allPublicConstructors": true, + "allDeclaredMethods": true, + "allPublicMethods": true + }, + { + "name": "sun.awt.SunHints", + "allDeclaredConstructors": true, + "allPublicConstructors": true, + "allDeclaredMethods": true, + "allPublicMethods": true + }, + { + "name": "java.awt.RenderingHints", + "allDeclaredConstructors": true, + "allPublicConstructors": true, + "allDeclaredMethods": true, + "allPublicMethods": true + }, + { + "name": "sun.font.FontUtilities", + "allDeclaredConstructors": true, + "allPublicConstructors": true, + "allDeclaredMethods": true, + "allPublicMethods": true } ] \ No newline at end of file