|
1750 | 1750 | }
|
1751 | 1751 | ]
|
1752 | 1752 | },
|
| 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 | + }, |
1753 | 1834 | {
|
1754 | 1835 | "artifact": "org.neo4j.driver:neo4j-java-driver",
|
1755 | 1836 | "description": "Official Java Driver for Neo4j",
|
|
0 commit comments