Skip to content

Commit 5a787d3

Browse files
alexbevierguiti-imane
authored andcommitted
Add MongoDB drivers to list of tested libraries and frameworks. (#585)
1 parent efa6fa7 commit 5a787d3

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed

library-and-framework-list.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,6 +1750,87 @@
17501750
}
17511751
]
17521752
},
1753+
{
1754+
"artifact": "org.mongodb:bson",
1755+
"description": "MongoDB's Java implementation of the BSON specification",
1756+
"details": [
1757+
{
1758+
"minimum_version": "5.2.0",
1759+
"metadata_locations": [
1760+
"https://github.com/mongodb/mongo-java-driver/tree/main/bson/src/main/resources/META-INF/native-image"
1761+
],
1762+
"tests_locations": [
1763+
"https://github.com/mongodb/mongo-java-driver/tree/main/graalvm-native-image-app",
1764+
"https://github.com/mongodb/mongo-java-driver/blob/main/.evergreen/run-graalvm-native-image-app.sh"
1765+
],
1766+
"test_level": "fully-tested"
1767+
}
1768+
]
1769+
},
1770+
{
1771+
"artifact": "org.mongodb:mongodb-crypt",
1772+
"description": "MongoDB client-side crypto support",
1773+
"details": [
1774+
{
1775+
"minimum_version": "5.2.0",
1776+
"metadata_locations": [
1777+
"https://github.com/mongodb/mongo-java-driver/tree/main/mongodb-crypt/src/main/resources/META-INF/native-image"
1778+
],
1779+
"tests_locations": [
1780+
"https://github.com/mongodb/mongo-java-driver/tree/main/graalvm-native-image-app",
1781+
"https://github.com/mongodb/mongo-java-driver/blob/main/.evergreen/run-graalvm-native-image-app.sh"
1782+
],
1783+
"test_level": "fully-tested"
1784+
}
1785+
]
1786+
},
1787+
{
1788+
"artifact": "org.mongodb:mongodb-driver-core",
1789+
"description": "Shared components for the Synchronous and Reactive Streams implementations of the MongoDB Java Driver.",
1790+
"details": [
1791+
{
1792+
"minimum_version": "5.2.0",
1793+
"metadata_locations": [
1794+
"https://github.com/mongodb/mongo-java-driver/tree/main/driver-core/src/main/resources/META-INF/native-image"
1795+
],
1796+
"tests_locations": [
1797+
"https://github.com/mongodb/mongo-java-driver/tree/main/graalvm-native-image-app",
1798+
"https://github.com/mongodb/mongo-java-driver/blob/main/.evergreen/run-graalvm-native-image-app.sh"
1799+
],
1800+
"test_level": "fully-tested"
1801+
}
1802+
]
1803+
},
1804+
{
1805+
"artifact": "org.mongodb:mongodb-driver-reactivestreams",
1806+
"description": "A Reactive Streams implementation of the MongoDB Java Driver",
1807+
"details": [
1808+
{
1809+
"minimum_version": "5.2.0",
1810+
"metadata_locations": [],
1811+
"tests_locations": [
1812+
"https://github.com/mongodb/mongo-java-driver/tree/main/graalvm-native-image-app",
1813+
"https://github.com/mongodb/mongo-java-driver/blob/main/.evergreen/run-graalvm-native-image-app.sh"
1814+
],
1815+
"test_level": "fully-tested"
1816+
}
1817+
]
1818+
},
1819+
{
1820+
"artifact": "org.mongodb:mongodb-driver-sync",
1821+
"description": "The official MongoDB driver for synchronous Java applications",
1822+
"details": [
1823+
{
1824+
"minimum_version": "5.2.0",
1825+
"metadata_locations": [],
1826+
"tests_locations": [
1827+
"https://github.com/mongodb/mongo-java-driver/tree/main/graalvm-native-image-app",
1828+
"https://github.com/mongodb/mongo-java-driver/blob/main/.evergreen/run-graalvm-native-image-app.sh"
1829+
],
1830+
"test_level": "fully-tested"
1831+
}
1832+
]
1833+
},
17531834
{
17541835
"artifact": "org.neo4j.driver:neo4j-java-driver",
17551836
"description": "Official Java Driver for Neo4j",

0 commit comments

Comments
 (0)