From ed23aca9c8c48aa9e2127668dbcd6b847ab48271 Mon Sep 17 00:00:00 2001 From: Thibaut Valentin Date: Wed, 5 Feb 2025 17:31:54 +0100 Subject: [PATCH] fix(build): update reflect-config.json --- pom.xml | 2 +- .../META-INF/native-image/fr/titionfire/reflect-config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ba54488..ed769d2 100644 --- a/pom.xml +++ b/pom.xml @@ -211,7 +211,7 @@ false - --initialize-at-run-time=com.fasterxml.jackson.databind.ext.DOMDeserializer\,com.lowagie\,java.awt\,sun.font + --initialize-at-run-time=com.fasterxml.jackson.databind.ext.DOMDeserializer\,com.lowagie true false 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 95a158e..c936d91 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 @@ -7,7 +7,7 @@ "allPublicMethods": true }, { - "name": "com.lowagie.text.pdf", + "name": "com.lowagie.text.pdf.GrayColor", "allDeclaredConstructors": true, "allPublicConstructors": true, "allDeclaredMethods": true,