Skip to content

Commit

Permalink
Merge pull request #119 from sdeleuze/library-list
Browse files Browse the repository at this point in the history
Co-authored-by: Fabio Niephaus <[email protected]>
  • Loading branch information
fniephaus authored Dec 5, 2022
2 parents e0ab4f6 + 48a7e19 commit acd6846
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion library-and-framework-list.json
Original file line number Diff line number Diff line change
@@ -1 +1,52 @@
[]
[
{
"artifact": "io.netty:netty5-parent",
"description": "Netty project - an event-driven asynchronous network application framework",
"details": [
{
"minimum_version": "5.0",
"metadata_locations": [
"https://github.com/netty/netty/tree/main/common/src/main/resources/META-INF/native-image"
],
"tests_locations": [
"https://github.com/netty/netty/actions"
],
"test_level": "fully-tested"
}
]
},
{
"artifact": "org.apache.tomcat.embed:tomcat-embed-core",
"description": "Apache Tomcat",
"details": [
{
"minimum_version": "9.0",
"metadata_locations": [
"https://github.com/apache/tomcat/tree/9.0.x/res/graal"
],
"tests_locations": [
"https://github.com/micronaut-projects/micronaut-servlet/actions/workflows/graalvm.yml",
"https://github.com/spring-projects/spring-aot-smoke-tests"
],
"test_level": "community-tested"
}
]
},
{
"artifact": "com.datastax.oss:java-driver-core",
"description": "DataStax Java Driver for Apache Cassandra",
"details": [
{
"minimum_version": "4.1.5",
"metadata_locations": [
"https://github.com/datastax/java-driver/tree/4.x/core/src/main/resources/META-INF/native-image"
],
"tests_locations": [
"https://github.com/micronaut-projects/micronaut-cassandra/actions/workflows/graalvm.yml",
"https://github.com/spring-projects/spring-aot-smoke-tests"
],
"test_level": "community-tested"
}
]
}
]

0 comments on commit acd6846

Please sign in to comment.