diff --git a/library-and-framework-list.json b/library-and-framework-list.json index fe51488c7..689eeb113 100644 --- a/library-and-framework-list.json +++ b/library-and-framework-list.json @@ -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" + } + ] + } +]