英文:
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论