Skip to content

Commit 494f030

Browse files
committed
Contribute a first list of supported libraries
1 parent 899519b commit 494f030

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

library-and-framework-list.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,41 @@
1-
[]
1+
[
2+
{
3+
"artifact": "io.netty:netty5-parent",
4+
"details": [
5+
{
6+
"minimum_version": "5.0",
7+
"metadata_locations": [
8+
"https://github.com/netty/netty/tree/main/common/src/main/resources/META-INF/native-image"
9+
],
10+
"tests_locations": [
11+
"https://github.com/netty/netty/actions"
12+
],
13+
"test_level": "fully-tested"
14+
}
15+
]
16+
},
17+
{
18+
"artifact": "org.apache.tomcat.embed:tomcat-embed-core",
19+
"details": [
20+
{
21+
"minimum_version": "9.0",
22+
"metadata_locations": [
23+
"https://github.com/apache/tomcat/tree/9.0.x/res/graal"
24+
],
25+
"test_level": "community-tested"
26+
}
27+
]
28+
},
29+
{
30+
"artifact": "com.datastax.oss:java-driver-core",
31+
"details": [
32+
{
33+
"minimum_version": "4.1.5",
34+
"metadata_locations": [
35+
"https://github.com/datastax/java-driver/tree/4.x/core/src/main/resources/META-INF/native-image"
36+
],
37+
"test_level": "community-tested"
38+
}
39+
]
40+
}
41+
]

0 commit comments

Comments
 (0)