Skip to content

Commit acd6846

Browse files
authored
Merge pull request #119 from sdeleuze/library-list
Co-authored-by: Fabio Niephaus <fabio.niephaus@oracle.com>
2 parents e0ab4f6 + 48a7e19 commit acd6846

File tree

1 file changed

+52
-1
lines changed

1 file changed

+52
-1
lines changed

library-and-framework-list.json

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,52 @@
1-
[]
1+
[
2+
{
3+
"artifact": "io.netty:netty5-parent",
4+
"description": "Netty project - an event-driven asynchronous network application framework",
5+
"details": [
6+
{
7+
"minimum_version": "5.0",
8+
"metadata_locations": [
9+
"https://github.com/netty/netty/tree/main/common/src/main/resources/META-INF/native-image"
10+
],
11+
"tests_locations": [
12+
"https://github.com/netty/netty/actions"
13+
],
14+
"test_level": "fully-tested"
15+
}
16+
]
17+
},
18+
{
19+
"artifact": "org.apache.tomcat.embed:tomcat-embed-core",
20+
"description": "Apache Tomcat",
21+
"details": [
22+
{
23+
"minimum_version": "9.0",
24+
"metadata_locations": [
25+
"https://github.com/apache/tomcat/tree/9.0.x/res/graal"
26+
],
27+
"tests_locations": [
28+
"https://github.com/micronaut-projects/micronaut-servlet/actions/workflows/graalvm.yml",
29+
"https://github.com/spring-projects/spring-aot-smoke-tests"
30+
],
31+
"test_level": "community-tested"
32+
}
33+
]
34+
},
35+
{
36+
"artifact": "com.datastax.oss:java-driver-core",
37+
"description": "DataStax Java Driver for Apache Cassandra",
38+
"details": [
39+
{
40+
"minimum_version": "4.1.5",
41+
"metadata_locations": [
42+
"https://github.com/datastax/java-driver/tree/4.x/core/src/main/resources/META-INF/native-image"
43+
],
44+
"tests_locations": [
45+
"https://github.com/micronaut-projects/micronaut-cassandra/actions/workflows/graalvm.yml",
46+
"https://github.com/spring-projects/spring-aot-smoke-tests"
47+
],
48+
"test_level": "community-tested"
49+
}
50+
]
51+
}
52+
]

0 commit comments

Comments
 (0)