From 9f8d9dd0cab24ba00040883b90600fd19b104f4e Mon Sep 17 00:00:00 2001 From: Thibaut Valentin Date: Wed, 5 Feb 2025 17:42:10 +0100 Subject: [PATCH] fix(build): update reflect-config.json --- .../native-image/com/lowagie/reflect-config.json | 9 +++++++++ .../native-image/fr/titionfire/reflect-config.json | 7 ------- 2 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 src/main/resources/META-INF/native-image/com/lowagie/reflect-config.json diff --git a/src/main/resources/META-INF/native-image/com/lowagie/reflect-config.json b/src/main/resources/META-INF/native-image/com/lowagie/reflect-config.json new file mode 100644 index 0000000..25ed93f --- /dev/null +++ b/src/main/resources/META-INF/native-image/com/lowagie/reflect-config.json @@ -0,0 +1,9 @@ +[ + { + "name": "com.lowagie.text.pdf.GrayColor", + "allDeclaredConstructors": true, + "allPublicConstructors": true, + "allDeclaredMethods": true, + "allPublicMethods": true + } +] 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 c936d91..6dabb2f 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 @@ -6,13 +6,6 @@ "allDeclaredMethods": true, "allPublicMethods": true }, - { - "name": "com.lowagie.text.pdf.GrayColor", - "allDeclaredConstructors": true, - "allPublicConstructors": true, - "allDeclaredMethods": true, - "allPublicMethods": true - }, { "name": "sun.font.Font2D", "allDeclaredConstructors": true,