diff --git a/library-and-framework-list.json b/library-and-framework-list.json index d32eec0d..19107edb 100644 --- a/library-and-framework-list.json +++ b/library-and-framework-list.json @@ -1626,6 +1626,87 @@ } ] }, + { + "artifact": "org.mongodb:bson", + "description": "Java implementation of the BSON specification", + "details": [ + { + "minimum_version": "5.2.0", + "metadata_locations": [ + "https://github.com/mongodb/mongo-java-driver/tree/main/bson/src/main/resources/META-INF/native-image" + ], + "tests_locations": [ + "https://github.com/mongodb/mongo-java-driver/tree/main/graalvm-native-image-app", + "https://github.com/mongodb/mongo-java-driver/blob/main/.evergreen/run-graalvm-native-image-app.sh" + ], + "test_level": "fully-tested" + } + ] + }, + { + "artifact": "org.mongodb:mongodb-crypt", + "description": "MongoDB client-side crypto support", + "details": [ + { + "minimum_version": "5.2.0", + "metadata_locations": [ + "https://github.com/mongodb/mongo-java-driver/tree/main/mongodb-crypt/src/main/resources/META-INF/native-image" + ], + "tests_locations": [ + "https://github.com/mongodb/mongo-java-driver/tree/main/graalvm-native-image-app", + "https://github.com/mongodb/mongo-java-driver/blob/main/.evergreen/run-graalvm-native-image-app.sh" + ], + "test_level": "fully-tested" + } + ] + }, + { + "artifact": "org.mongodb:mongodb-driver-core", + "description": "Shared components for the Synchronous and Reactive Streams implementations of the MongoDB Java Driver.", + "details": [ + { + "minimum_version": "5.2.0", + "metadata_locations": [ + "https://github.com/mongodb/mongo-java-driver/tree/main/driver-core/src/main/resources/META-INF/native-image" + ], + "tests_locations": [ + "https://github.com/mongodb/mongo-java-driver/tree/main/graalvm-native-image-app", + "https://github.com/mongodb/mongo-java-driver/blob/main/.evergreen/run-graalvm-native-image-app.sh" + ], + "test_level": "fully-tested" + } + ] + }, + { + "artifact": "org.mongodb:mongodb-driver-reactivestreams", + "description": "A Reactive Streams implementation of the MongoDB Java Driver", + "details": [ + { + "minimum_version": "5.2.0", + "metadata_locations": [], + "tests_locations": [ + "https://github.com/mongodb/mongo-java-driver/tree/main/graalvm-native-image-app", + "https://github.com/mongodb/mongo-java-driver/blob/main/.evergreen/run-graalvm-native-image-app.sh" + ], + "test_level": "fully-tested" + } + ] + }, + { + "artifact": "org.mongodb:mongodb-driver-sync", + "description": "The official MongoDB driver for synchronous Java applications", + "details": [ + { + "minimum_version": "5.2.0", + "metadata_locations": [], + "tests_locations": [ + "https://github.com/mongodb/mongo-java-driver/tree/main/graalvm-native-image-app", + "https://github.com/mongodb/mongo-java-driver/blob/main/.evergreen/run-graalvm-native-image-app.sh" + ], + "test_level": "fully-tested" + } + ] + }, { "artifact": "org.neo4j.driver:neo4j-java-driver", "description": "Official Java Driver for Neo4j",