-
I have a question regarding the usage of HAL-Forms.
## Scenario: Creating a Customer
When managing a list of customers through an API, I can fetch a form definition for creating a new customer lik…
-
### Discussed in https://github.com/micronaut-projects/micronaut-core/discussions/9248
Originally posted by **SenorPez** May 17, 2023
One of the biggest things I miss from Spring (it's offset …
-
My question is: Wouldn't it be better for an API-consumer to have JSON-HAL conform JSON-Response available?
Otherwise a consumre would have to implement API logic in the client code and could not rel…
-
Several features in Rest-shell doesn't work when Spring HATEOAS is configured to use the HAL media type
@EnableHypermediaSupport(type = HypermediaType.HAL)
public class AppConfig() {...}
Do you plan…
lazee updated
4 years ago
-
Hi Vasilio -
We are prototyping Spring Data REST / HATEOAS components which produce HAL formatted
JSON output. Does or will the Modelizer provide support for HAL? Would be nice if it could
seam…
-
## Problem
> *REST is defined by four interface constraints: identification of resources; manipulation of resources through representations; self-descriptive messages; and, hypermedia as the engine…
-
**Description:**
This is a followup issue on https://github.com/spring-projects/spring-hateoas/issues/2210.
**Release versions:**
2.11.x
**Custom apps:**
N/A
**Steps to reproduce:**
* Bui…
-
I'm trying to read a HAL response in my integration tests and I'm getting the following error:
```
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "_embedded" …
-
I'd like to customize `HalFormsConfiguration` in order to be able to produce HAL-Forms options for some template payload properties via a home made annotation based engine.
My goal is to have somet…
-
**Affects:** org.springframework.boot:spring-boot-starter-parent:2.5.2
---
Currently also an open [stackoverflow question](https://stackoverflow.com/questions/68901191/spring-webflux-hateoas…