From 5aa6b60ef61b39f89aa9ebe0033b44f2a9ee5abe Mon Sep 17 00:00:00 2001 From: Josiah Noel <32279667+SentryMan@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:25:58 -0400 Subject: [PATCH] Add profile loaded properties to native image resources --- .../io.avaje.config.avaje-config/resource-config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/avaje-config/src/main/resources/META-INF/native-image/io.avaje.config.avaje-config/resource-config.json b/avaje-config/src/main/resources/META-INF/native-image/io.avaje.config.avaje-config/resource-config.json index a08b14e..213864c 100644 --- a/avaje-config/src/main/resources/META-INF/native-image/io.avaje.config.avaje-config/resource-config.json +++ b/avaje-config/src/main/resources/META-INF/native-image/io.avaje.config.avaje-config/resource-config.json @@ -8,6 +8,15 @@ }, { "pattern": "application.yml" + }, + { + "pattern": "application-*.properties" + }, + { + "pattern": "application-*.yaml" + }, + { + "pattern": "application-*.yml" } ] }