Skip to content

Commit

Permalink
Add graalvm schema for org.fugerit.java modules : (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 authored Jan 2, 2025
1 parent 680aa8e commit e3242d9
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions library-and-framework-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,40 @@
}
]
},
{
"artifact": "org.fugerit.java:fj-doc-base",
"description": "Core modules of Fugerit Venus Doc framework. Contains XML source and simple markdown doc handler.",
"details": [
{
"minimum_version": "8.10.6",
"metadata_locations": [
"https://github.com/fugerit-org/fj-doc/tree/main/fj-doc-base/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.fugerit.java:fj-doc-freemarker",
"description": "FreeMarker extensions for Fugerit Venus Doc framework. Contains doc handler for HTML and AsciiDoc.",
"details": [
{
"minimum_version": "8.10.6",
"metadata_locations": [
"https://github.com/fugerit-org/fj-doc/tree/main/fj-doc-freemarker/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",
Expand Down

0 comments on commit e3242d9

Please sign in to comment.