spring-hateoas icon indicating copy to clipboard operation
spring-hateoas copied to clipboard

Spring HATEOAS - Library to support implementing representations for hyper-text driven REST web services.

Results 116 spring-hateoas issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi the spring team, When we use the `add` method on a PagedModel, this method will return a CollectionModel and we "loose" the type PagedModel type. In fact, if we...

At the time of writing, it looks like javadoc site links aren't correct: * https://docs.spring.io/spring-hateoas/docs/current/api/ gives "Spring HATEOAS 2.2.3 API". (this is linked from https://spring.io/projects/spring-hateoas#learn for the 2.3.1 release). I...

Currently, only the first `InputTypeFactory` loaded from spring.factories is [loaded](https://github.com/spring-projects/spring-hateoas/blob/1c26efb88c6e5cf8d5976a5508360c8b667ac0ef/src/main/java/org/springframework/hateoas/mediatype/PropertyUtils.java#L430-L431). I would like to provide custom types while keeping the existing ones in place, or combine multiple factories. Therefore, it...

process: waiting for feedback
type: new feature
in: mediatypes

The [HAL-FORMS specification](https://rwcbook.github.io/hal-forms/) do not use the inlining mecanism, and rather [recommends separating HAL and HAL FORMS](https://rwcbook.github.io/hal-forms/#_suggested_process_flow_for_hal_forms_documents) documents. If I understood the implementation by Spring HATEOAS in this [example](https://docs.spring.io/spring-hateoas/docs/current/reference/html/#mediatypes.hal-forms), I...

On https://spring.io/projects/spring-hateoas#learn there are some broken links: * 2.3.1 links to https://docs.spring.io/spring-hateoas/docs/current/reference/html/, which shows the documentation for version 2.2.3. * 2.4.0-SNAPSHOT links to https://docs.spring.io/spring-hateoas/docs/2.4.0-SNAPSHOT/reference/html/, which returns 404 Not Found. *...

I'm trying to retrieve CollectionModel content from an http response body (I've tried TestRestTemplate and WebClient and both produce same results) but getting an empty `content` in the `CollectionModel`: `CollectionModel...

With Spring HATEOAS 1.5.6, I am writing a REST controller (`/activity`) that can return multiple subtypes of `ActivityDto` (`ActivityMentionDto`, `ActivityReplyDto`, etc.). I want to be able to annotate the controller...

I added the following reactive and coroutine support: - linkTo(), withRel() and model.add() Kotlin extensions for the reactive link builder - awaitRel() Kotlin extension for the reactive link builder to...

If the HAL-FORMS related processing of a `RepresentationModel` ends up without any templates added to the response, it would be nice if there was an easy way to fall back...

type: enhancement
in: mediatypes

in: infrastructure
type: dependency-upgrade