升级 Spring Data MongoDB 版本。

huangapple go评论121阅读模式
英文:

Upgrade spring data mongo db version

问题

你可以将Spring Data MongoDB版本升级到2.2,而不必升级Spring框架版本。目前我正在使用Spring框架版本3.2。我需要升级Spring Data MongoDB版本以支持MongoDB 4.2的TLS支持。

英文:

Can i upgrade spring data mongo version to 2.2 without upgrading the spring framework version. Currently i am using spring framework version 3.2. I need to upgrade spring data mongo db version to support mongo db 4.2 TLS support.

答案1

得分: 1

No, you can't. The 2.x generation of Spring Data requires Spring 5 at least. Spring Framework 3.2 is severely out of date and not maintained anymore. Spring 4 was released over 6 years ago. I can only strongly recommend to upgrade to a currently maintained version to make sure you benefit from security fixes that the 3.x generation has already not seen anymore for years.

英文:

No, you can't. The 2.x generation of Spring Data requires Spring 5 at least. Spring Framework 3.2 is severely out of date and not maintained anymore. Spring 4 was released over 6 years ago. I can only strongly recommend to upgrade to a currently maintained version to make sure you benefit from security fixes that the 3.x generation has already not seen anymore for years.

huangapple
  • 本文由 发表于 2020年1月3日 23:12:56
  • 转载请务必保留本文链接:https://go.coder-hub.com/59580974.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定