From 2d269556251dc08a37cb74783e2e256a25913a81 Mon Sep 17 00:00:00 2001 From: Harsha Ramesh Date: Thu, 15 Jan 2026 02:20:43 +0000 Subject: [PATCH] Fix: Add missing META-INF/beans.xml to microprofile-config integration The microprofile-config integration was missing the beans.xml marker file, which prevented the configuration from being loaded as an alternative bean in Quarkus applications. This file is required for CDI bean discovery. Fixes #587 --- .../microprofile-config/src/main/resources/META-INF/beans.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 integrations/microprofile-config/src/main/resources/META-INF/beans.xml diff --git a/integrations/microprofile-config/src/main/resources/META-INF/beans.xml b/integrations/microprofile-config/src/main/resources/META-INF/beans.xml new file mode 100644 index 000000000..e69de29bb