From 126b7ca19c4b488f1226c18e8a0e26a7594c4585 Mon Sep 17 00:00:00 2001 From: Marc Becker Date: Fri, 18 Jul 2025 09:32:22 +0200 Subject: [PATCH] Fix Native Image resources - Includes indices-h2-sql to Native Image - messages.properties are added by Spring Boot automatically meanwhile --- .../resources/META-INF/native-image/resource-config.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srv/src/main/resources/META-INF/native-image/resource-config.json b/srv/src/main/resources/META-INF/native-image/resource-config.json index 5eb7cfca..b5cd5081 100644 --- a/srv/src/main/resources/META-INF/native-image/resource-config.json +++ b/srv/src/main/resources/META-INF/native-image/resource-config.json @@ -2,10 +2,7 @@ "resources": { "includes": [ { - "pattern": "\\Qmessages.properties\\E" - }, - { - "pattern": "\\Qmessages_de.properties\\E" + "pattern": "\\Qindices-h2.sql\\E" } ] }