spring-hateoas
spring-hateoas copied to clipboard
Spring HATEOAS - Library to support implementing representations for hyper-text driven REST web services.
There a several flaky tests and this PR fixes those. The problems are entirely ordering issues, and the proposed solutions is mainly to use annotations `@JsonPropertyOrder`. The flakiness can be...
I've been having this problem too so I decided to just put a quick fix and use it also in my project.
Hi, I'm looking on performance of following code, since it's used heavily on collection resources for `self` links in our projects, especially when collection is large. ``` entityLinks.linkForItemResource(Person.class, personId).withSelfRel(); ```...
When building the project on Windows, I encountered an issue with one of Jackson2HalFormsIntegrationTest's methods. It seems Jackson is using the underlying platform's line ending when serializing. The expected is...
Add a template variables contribution SPI to resolve issues such as #706 This is also a first step (in a 2 steps process) to treat https://github.com/spring-projects/spring-data-commons/issues/2168
Closes #1300 . Integrate fluent API for PagedModel