From 050be142e66b9f072adbf2158afcebb95b5571df Mon Sep 17 00:00:00 2001 From: "Matteo Franci a.k.a. Fugerit" Date: Fri, 10 Jan 2025 15:55:51 +0100 Subject: [PATCH] Add graalvm schema for org.fugerit.java:fj-doc-mod-opencsv Module url : https://github.com/fugerit-org/fj-doc/tree/main/fj-doc-mod-opencsv Reference issue : https://github.com/fugerit-org/graalvm-reachability-metadata/issues/2 --- library-and-framework-list.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/library-and-framework-list.json b/library-and-framework-list.json index d1154a25..a8e308ac 100644 --- a/library-and-framework-list.json +++ b/library-and-framework-list.json @@ -1660,6 +1660,23 @@ } ] }, + { + "artifact": "org.fugerit.java:fj-doc-mod-opencsv", + "description": "Fugerit Venus Doc Module. Contains doc handler for CSV format (based on com.opencsv:opencsv).", + "details": [ + { + "minimum_version": "8.10.8", + "metadata_locations": [ + "https://github.com/fugerit-org/fj-doc/tree/main/fj-doc-mod-opencsv/src/main/resources/META-INF/native-image" + ], + "tests_locations": [ + "https://github.com/fugerit-org/fj-doc/blob/main/.github/workflows/build_fj-doc-native-quarkus_test.yml", + "https://github.com/fugerit-org/fj-doc/blob/main/fj-doc-native-quarkus/README.md" + ], + "test_level": "fully-tested" + } + ] + }, { "artifact": "org.neo4j.driver:neo4j-java-driver", "description": "Official Java Driver for Neo4j",