Docs Menu

Docs HomeDevelop ApplicationsMongoDB DriversJava Sync

Compatibility

On this page

  • MongoDB Compatibility
  • Compatibility Table Legend
  • Language Compatibility

You can use the Java Driver to connect to deployments hosted in the following environments:

  • MongoDB Atlas: The fully managed service for MongoDB deployments in the cloud

  • MongoDB Enterprise: The subscription-based, self-managed version of MongoDB

  • MongoDB Community: The source-available, free-to-use, and self-managed version of MongoDB

The following compatibility table specifies the recommended version or versions of the MongoDB Java Driver for use with a specific version of MongoDB.

The first column lists the driver version.

Important

MongoDB ensures compatibility between the MongoDB Server and the drivers for three years after the server version's end of life (EOL) date. To learn more about the MongoDB release and EOL dates, see MongoDB Software Lifecycle Schedules.

Icon
Explanation
All features are supported.
The Driver version will work with the MongoDB version, but not all new MongoDB features are supported.
No mark
The Driver version is not tested with the MongoDB version.
Java Driver Version
MongoDB 7.0
MongoDB 6.1
MongoDB 6.0
MongoDB 5.0
MongoDB 4.4
MongoDB 4.2
MongoDB 4.0
MongoDB 3.6
MongoDB 3.4
MongoDB 3.2
MongoDB 3.0
MongoDB 2.6
4.11
4.10
4.9
4.8
4.7
4.6
4.5
4.4
4.3
4.2
4.1
4.0
3.12
3.11
3.10
3.9
3.8
3.7
3.6
3.5
3.4
3.3
3.2
3.1
3.0

The following compatibility table specifies the recommended version or versions of the MongoDB Java Driver for use with a specific version of Java. Starting with Java 11, the table explicitly lists only Long-Term-Support (LTS) Java versions.

The first column lists the driver version.

Java Driver Version
Java 21
Java 17
Java 11
Java 8
Java 7
Java 6
Java 5
5.0
4.11
4.10
[1]
4.9
[1]
4.8
[1]
4.7
[1]
4.6
[1]
4.5
[1]
4.4
4.3
4.2
4.1
4.0
3.12
3.11
3.10
3.9
3.8
3.4
3.3
3.2
3.1
3.0
[1](1, 2, 3, 4, 5, 6) This driver version is not compatible with virtual threads.

For more information on how to read the compatibility tables, see our guide on MongoDB Compatibility Tables.

←  Issues & HelpUpgrade Driver Versions →