zoukankan      html  css  js  c++  java
  • Java版本,Java版本MongoDB驱动,驱动与MongoDB数据库,Spring之间的兼容性

    Java Driver Compatibility

    MongoDB Compatibility(驱动与数据库兼容)

    Java Driver VersionMongoDB 4.2MongoDB 4.0MongoDB 3.6MongoDB 3.4MongoDB 3.2MongoDB 3.0MongoDB 2.6
    Version 4.0
    Version 3.12
    Version 3.11
    Version 3.10  
    Version 3.9  
    Version 3.8  
    Version 3.7    
    Version 3.6    
    Version 3.5      
    Version 3.4      
    Version 3.3        
    Version 3.2        
    Version 3.1          
    Version 3.0          
    Version 2.14         ✓ [1]
    Version 2.13          
    Version 2.12            

    The driver does not support older versions of MongoDB.

    [1] (1) The 2.14 driver does not support all MongoDB 3.2 features (e.g., read concern); however, if you are currently on a version 2.x driver and would like to run against MongoDB 3.2 but cannot upgrade to driver version 3.2, use the 2.14 driver.

    Language Compatibility(驱动与JAVA语言版本兼容)

    Java Driver VersionJava 5Java 6Java 7Java 8Java 11 [1]
    Version 4.0      
    Version 3.12  
    Version 3.11  
    Version 3.10  
    Version 3.9  
    Version 3.8  
    Version 3.4  
    Version 3.3  
    Version 3.2  
    Version 3.1  
    Version 3.0  
    Versions >= 2.7
    [2] (1) Java versions 8 and above are all supported thanks to the JVM backwards compatibility promise. Only LTS versions will be explicitly listed in future.

    参考:

    https://docs.mongodb.com/drivers/driver-compatibility-reference#java-driver-compatibility

  • 相关阅读:
    [ts]类
    【跨域】jsonp的实现
    [ts]基础类型
    在Crystal Report中将数字转为英文
    合并 GridView 的单元格
    C#动态加载DLL
    在网页处理按键事件
    SQL Server 2005 中新CTE语法 递归性能测试
    连接远程服务器共享
    Asp.net 文件下载
  • 原文地址:https://www.cnblogs.com/passedbylove/p/13242667.html
Copyright © 2011-2022 走看看