-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update library-and-framework-list.json #538
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1593,6 +1593,38 @@ | |
} | ||
] | ||
}, | ||
{ | ||
"artifact": "org.mongodb:mongodb-driver-sync", | ||
"description": "The official MongoDB Drivers for Java, Kotlin, and Scala", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The description of this artifact in Maven Central is "The MongoDB Synchronous Driver". Let's use the same one here. If it's not descriptive enough, then we should change it in https://github.com/mongodb/mongo-java-driver/blob/main/driver-sync/build.gradle. Also, |
||
"details": [ | ||
{ | ||
"minimum_version": "5.2.0", | ||
"metadata_locations": [ | ||
"https://github.com/mongodb/mongo-java-driver/tree/main/graalvm-native-image-app/src/main/resources/META-INF/native-image" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The same applies to |
||
], | ||
"tests_locations": [ | ||
"https://github.com/mongodb/mongo-java-driver/blob/main/.evergreen/run-graalvm-native-image-app.sh" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's specify https://github.com/mongodb/mongo-java-driver/tree/main/graalvm-native-image-app as the first location, and then specify the script you have specified. The same applies to |
||
], | ||
"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": [ | ||
"https://github.com/mongodb/mongo-java-driver/tree/main/graalvm-native-image-app/src/main/resources/META-INF/native-image" | ||
], | ||
"tests_locations": [ | ||
"https://github.com/mongodb/mongo-java-driver/blob/main/.evergreen/run-graalvm-native-image-app.sh" | ||
], | ||
"test_level": "fully-tested" | ||
} | ||
] | ||
}, | ||
{ | ||
"artifact": "io.netty:netty5-parent", | ||
"description": "Netty project - an event-driven asynchronous network application framework", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add entries for
org.mongodb:mongodb-driver-core
,org.mongodb:bson
,org.mongodb:mongodb-crypt
: