“Spring Data release train reaches RC station” 是 Spring 官方常用的一种拟人化表达

张开发
2026/4/20 3:51:14 15 分钟阅读

分享文章

“Spring Data release train reaches RC station” 是 Spring 官方常用的一种拟人化表达
“Spring Data release train reaches RC station” 是 Spring 官方常用的一种拟人化表达意指 Spring Data 的某个版本发布周期Release Train已进入Release CandidateRC阶段即“候选发布版”。这表示该版本已基本完成开发与测试功能冻结仅等待最终验证和修复关键缺陷之后将正式发布 GAGeneral Availability版本。Spring Data 采用“Release Train”模式如 2023.x 系列命名为 “Lovelace”、“Moore”、“Neumann”、“Ockham”、“Parrot”、“Quarkus”、“Rabbit”、“2024.0Strasbourg”等每个 Train 包含多个 Spring Data 子项目如 Spring Data JPA、MongoDB、Redis、Cassandra 等的协调版本确保兼容性。RC 版本通常可通过 Spring Milestone Repository 或 Spring Snapshot Repository 获取供开发者提前试用和反馈。例如spring-data-2024.0.0-RC1对应 Strasbourg Release Train已于 2024 年中发布标志着该 Train 进入 RC 阶段。!-- Maven 使用 RC 版本示例需添加 milestone 仓库 --repositoryidspring-milestones/idnameSpring Milestones/nameurlhttps://repo.spring.io/milestone/url/repositorySpring Data release train reaches RC stationDear Spring community, I am pleased to announce the next Spring Data release train stop, including Spring Data JPA, MongoDB, Neo4j, Gemfire as well as its foundation Spring Data Commons. The release is the final one before bringing all the modules into GA state of their next major version. Here are the highlights:All modulesDepend on Spring 3.1.2 by default. The modules are still fully compatible with Spring 3.0.7 but users have to manually declare Spring dependencies in they Maven pom.xml files if they’d like to use the older version. Note that some of the features included in this release (e.g. the usage of EnableRepositories) require Spring 3.1.0 at least.Spring Data BookWe’re currently working on a Spring Data book with O’Reilly, which is available free for public review. If you would like to help shaping the book or maybe point people to a general introduction into Spring Data, feel free to spread the link.Spring Data Commons - 1.4.0.RC1Improvements in mapping metadata APIMaven artifacts - JavaDocs - Reference documentation - ChangelogSpring Data JPA - 1.2.0.RC1General fixes and improvementsMaven artifacts - JavaDocs - Reference documentation - ChangelogSpring Data MongoDB - 1.1.0.RC1Improved query mapping regarding DBRef mapped propertiesAbstractMongoConfiguration.getMappingBasePackage() defaults to config class’ packageMaven artifacts - JavaDocs - Reference documentation - ChangelogSpring Data Neo4j - 2.1.0.RC3Updates to stable versions of Neo4j 1.8.M07, transaction manager compatibility (1.7 - 1.8)Added support for EnableNeo4jRepositoriesMaven artifacts - JavaDocs - Reference documentation - ChangelogSpring Data Gemfire - 1.2.0.RC1Project renamed to Spring Data Gemfire to align with other Spring Data projects.Spring namespace support on par with cache.xmlSupport for EnableGemfireRepositoriesMaven artifacts - JavaDocs - Reference documentation - ChangelogThe Spring data team is currently working on a book with O’Reilly. It is due to be released in autumn and can currently be reviewed at OFPS. So if you’d like to get a general introduction to the project or even help shaping the book, give it a spin.Along side the release candidates we released bugfix releases for Spring Data JPA (1.1.2.RELEASE) as well as MongoDB (1.0.4.RELEASE). Looking forward to your feedback in the forums or the bug tracker.comments powered by Disqus

更多文章