From 63325665a7c0f3c2523205ba24d9342f6e295997 Mon Sep 17 00:00:00 2001 From: Rob Bygrave Date: Thu, 19 Oct 2023 15:39:11 +1300 Subject: [PATCH] Add io.avaje:avaje-config to library-and-framework-list.json With version 3.9 avaje-config includes the native-image metadata in with the library in META-INF/native-image /io.avaje.config.avaje-config --- library-and-framework-list.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/library-and-framework-list.json b/library-and-framework-list.json index 8bde6a5c4..32f02154d 100644 --- a/library-and-framework-list.json +++ b/library-and-framework-list.json @@ -130,6 +130,22 @@ } ] }, + { + "artifact": "io.avaje:avaje-config", + "description": "Avaje Configuration.", + "details": [ + { + "minimum_version": "3.9", + "metadata_locations": [ + "https://github.com/avaje/avaje-config/tree/master/avaje-config/src/main/resources/META-INF/native-image/io.avaje.config.avaje-config" + ], + "tests_locations": [ + "https://github.com/avaje/avaje-config/tree/master/tests/test-native-image" + ], + "test_level": "fully-tested" + } + ] + }, { "artifact": "io.helidon.config:helidon-config", "description": "Helidon Configuration.",