Spring Data Couchbase与Spring Boot版本兼容性

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

Spring Data Couchbase Version Compatibility with Spring Boot

问题

我们计划在我们的Spring Boot项目中将Spring Data Couchbase升级到5.1.0版本。然而,我们找不到任何关于5.X版本是否与Spring Boot 2.7.X兼容的信息。

Spring Data Couchbase是否有关于兼容性以及自4.x版本以来的任何其他更改的发布文档?docs.spring.io上的参考文档(https://docs.spring.io/spring-data/couchbase/docs/current/reference/html/)没有提供关于这个主题的任何信息。

谢谢和最好的问候。

英文:

We plan to upgrade Spring Data Couchbase to 5.1.0 in our Spring Boot project. However we couldn't find any information if 5.X version is compatible with Spring Boot 2.7.X.

Does Spring Data Couchbase have any release document on compatibility and any other changes since 4.x versions? Reference documents on docs.spring.io (https://docs.spring.io/spring-data/couchbase/docs/current/reference/html/) don't provide any information about this topic.

Thank you and best regards

答案1

得分: 1

spring-data-couchbase 5.1 依赖于 spring-boot 3.1。

https://github.com/spring-projects/spring-data-couchbase/blob/5.1.x/pom.xml

英文:

spring-data-couchbase 5.1 has a dependency on spring-boot 3.1.

https://github.com/spring-projects/spring-data-couchbase/blob/5.1.x/pom.xml

huangapple
  • 本文由 发表于 2023年6月19日 14:45:48
  • 转载请务必保留本文链接:https://go.coder-hub.com/76504217.html
匿名

发表评论

匿名网友

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

确定