Closed Sgitario closed 1 week ago
Note that the HAL specs from here also mentions other objects like: templated, deprecation, profile... . To avoid overcomplicating these changes, I decided to only support the title and type fields.
And finally, about documentation, the guide mentions how HAL links, but it does not go into details about href, so I decided that the API is descriptive enough and then do not update the guide.
fyi @geoand @gilday
Quarkus CI
This is the status report for running Quarkus CI
on commit 679c1ed522eae8cd304d4639d7fac5ed8a6edcad.
:white_check_mark: The latest workflow run for the pull request has completed successfully.
It should be safe to merge provided you have a look at the other checks in the summary.
You can consult the Develocity build scans.
Before these changes, we were only considering the "href" field for the HAL links. Example:
After these changes, users that populate also the title and/or the type like:
Or using the annotation like:
Then, the links will have the title and/or type fields populated: