Spring HATEOAS
1.5.1Spring HATEOAS provides some APIs to ease creating REST representations that follow the HATEOAS principle when working with Spring and especially Spring MVC. The core problem it tries to address is link creation and representation assembly.
Spring Boot Config
Spring Boot will do the following:
-
Configure HAL support
-
Register support for entity links
-
Wire up message converter support.
Quickstart Your Project
Bootstrap your application with
Spring Initializr.
Documentation
Each Spring project has its own; it explains in great details
how
you can use project features and what you can achieve with
them.
1.5.1 CURRENT GA | Reference Doc. | API Doc. |
2.0.0-SNAPSHOT SNAPSHOT | Reference Doc. | API Doc. |
2.0.0-M5 PRE | Reference Doc. | API Doc. |
1.6.0-SNAPSHOT SNAPSHOT | Reference Doc. | API Doc. |
1.5.2-SNAPSHOT SNAPSHOT | Reference Doc. | API Doc. |
1.4.5-SNAPSHOT SNAPSHOT | Reference Doc. | API Doc. |
1.4.4 GA | Reference Doc. | API Doc. |
1.3.8-SNAPSHOT SNAPSHOT | Reference Doc. | API Doc. |
1.3.7 GA | Reference Doc. | API Doc. |
1.2.12-SNAPSHOT SNAPSHOT | Reference Doc. | API Doc. |
1.2.11 GA | Reference Doc. | API Doc. |
Branch | Initial Release | End of Support | End Commercial Support * |
---|---|---|---|
1.5.x
|
2022-05-12 | 2023-05-12 | 2024-09-12 |
1.4.x
|
2021-11-11 | 2022-11-11 | 2024-03-11 |
1.3.x
|
2021-04-13 | 2022-04-13 | 2023-08-13 |
1.2.x
|
2020-10-27 | 2021-10-27 | 2023-02-27 |
OSS support
Free security updates and bugfixes with support from the Spring community. See VMware Tanzu OSS support policy.
Commercial support
Business support from Spring experts during the OSS timeline, plus extended support after OSS End-Of-Life.
Publicly available releases for critical bugfixes and security issues when requested by customers.
Future release
Generation not yet released, timeline is subject to changes.
About commercial support (*)
This page shows the current state of project releases and does not define the commercial support policy.
Please refer to the official support policy for more information.
A few examples to try out:
- Building a Hypermedia-Driven RESTful Web Service 15-30 minute guide to getting started with Spring HATEOAS.
- Building REST services with Spring Tutorial showing how to use Spring HATEOAS to leverage the concepts of REST.
- Spring HATEOAS Examples Repository of code samples used to build a flexible, backward compatible RESTful API.