-
I'm using Spring 5.1.8, Spring Boot 2.1.6, and Spring HATEOAS 0.25.1.
I want to construct the `RestTemplate` in the using `@Component` by injecting `RestTemplateBuilder`.
This [seems to be the rec…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
When building REST APIs that follow the [HAL/Hateoas spec](http://stateless.co/hal_specification.html) it is common for metadata fields that aren't directly attached to the resource to be prefixed wit…
-
Hello. My problem is that I got response in HAL format for projections (Entity's are in JSON) using spring boot + data-rest.
My project configuration include next params:
`
spring:
data:
…
-
When configuring APIs to be listed in the Portal Catalog, today the portal is providing support to APIs described using OpenAPI spec only (either subscribable or non-subscribable). This is, the API sp…
-
**[Michael Igler](https://jira.spring.io/secure/ViewProfile.jspa?name=michael.igler)** opened **[DATAREST-1147](https://jira.spring.io/browse/DATAREST-1147?redirect=false)** and commented
When trying…
-
I am trying to use multiple curies like this:
```
@Bean
public CurieProvider curieProvider() {
return new DefaultCurieProvider(HashMap.ofEntries(
Tuple.of("h3h3", new UriTempla…
-
This is a question for discussion and not an issue.
How can we provide developers better ability to add hypermedia links/controls and thus also achieve greater level of RESTfulness in the [Richardson…
-
While HTTP APIs are very popular today, REST, Hypermedia and HATEOAS - while offering many great opportunities for API developers and consumers - never got broadly adopted.
Having build Hypermedia/…
-
Has this class not been add to the spring hateos project?