From 63325665a7c0f3c2523205ba24d9342f6e295997 Mon Sep 17 00:00:00 2001 From: Rob Bygrave Date: Thu, 19 Oct 2023 15:39:11 +1300 Subject: [PATCH 1/3] 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.", From b2b3958d828ba0f1c75d11eb5e0585da99917a30 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Mon, 23 Oct 2023 14:16:43 +0200 Subject: [PATCH 2/3] Add additional tests_location for avaje-config. [ci skip] --- library-and-framework-list.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library-and-framework-list.json b/library-and-framework-list.json index 32f02154d..c7881e1c7 100644 --- a/library-and-framework-list.json +++ b/library-and-framework-list.json @@ -140,7 +140,8 @@ "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" + "https://github.com/avaje/avaje-config/tree/master/tests/test-native-image", + "https://github.com/avaje/avaje-config/actions/workflows/native-image.yml" ], "test_level": "fully-tested" } From e8e3f1f2dd11cf89ddb194b44a1737dee83903d5 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Mon, 23 Oct 2023 14:20:41 +0200 Subject: [PATCH 3/3] Re-order tests_locations. --- library-and-framework-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library-and-framework-list.json b/library-and-framework-list.json index c7881e1c7..a8ef5eed7 100644 --- a/library-and-framework-list.json +++ b/library-and-framework-list.json @@ -140,8 +140,8 @@ "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", - "https://github.com/avaje/avaje-config/actions/workflows/native-image.yml" + "https://github.com/avaje/avaje-config/actions/workflows/native-image.yml", + "https://github.com/avaje/avaje-config/tree/master/tests/test-native-image" ], "test_level": "fully-tested" }