Skip to content

Commit

Permalink
Add io.avaje:avaje-config to library-and-framework-list.json (#398)
Browse files Browse the repository at this point in the history
* 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

* Add additional tests_location for avaje-config.

---------

Co-authored-by: Fabio Niephaus <[email protected]>
  • Loading branch information
rbygrave and fniephaus authored Oct 23, 2023
1 parent 048f09d commit 2689e2c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions library-and-framework-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,23 @@
}
]
},
{
"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/actions/workflows/native-image.yml",
"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.",
Expand Down

0 comments on commit 2689e2c

Please sign in to comment.