Spring Data REST 1.0.0.RC3Release Candidate 3是 Spring Data REST 项目在正式发布前的第三个候选版本发布于 2013 年左右属 Spring Data Babbage 版本系列。该版本主要聚焦于基于 Spring Data JPA 的 Repository 自动暴露为 RESTful 资源HATEOAS 风格支持自定义资源链接、投影Projections、分页与排序集成 HAL 浏览器支持通过 /browser 端点改进对 JSON Patch 和部分更新PATCH的支持修复早期 RC 版本中的稳定性与序列化问题如Id字段处理、嵌套关联渲染等。⚠️ 注意1.0.0.RC3 是过时的早期预发布版本早已被后续稳定版如 1.0.0.RELEASE、2.x、3.x、4.x全面取代。当前2024年推荐使用 Spring Boot 3.x Spring Data REST 4.x基于 Jakarta EE 9 和 Spring Framework 6并注意 Jakarta 命名空间迁移如javax.*→jakarta.*。!-- 示例旧版 Maven 依赖仅作历史参考不建议用于新项目 --dependencygroupIdorg.springframework.data/groupIdartifactIdspring-data-rest-webmvc/artifactIdversion1.0.0.RC3/version/dependencySpring Data REST 1.0.0.RC3 ReleasedI’m pleased to announce the release of Spring Data REST 1.0.0.RC3! This release includes a significant number of bug fixes, changes to the structure of the JSON representation, better integration of user-defined Jackson Modules that are bootstrapped into the internal ObjectMapper, as well integration with Spring HATEOAS. Also included in this release is support for extending the resource representation (e.g. to add links to other, related resources) using the Spring HATEOAS ResourceProcessor abstraction.New functionality includes:JSON output looks different in an effort to make property names consistent and structure clearer. Pulls in any Jackson Module beans discovered and integrates user configuration with internal ObjectMapper. Integration with Spring HATEOAS - Customize the outgoing JSON by adding or removing links or otherwise altering the resource.Starter Web Application | Wiki | Release NotesTo learn more about the project, visit the Spring Data REST homepage, or visit the Github repository to download the source.comments powered by Disqus