Berastau
Berastau
@olivergierke "...as it defines the format pretty precisely..." - not exactly, for instance look at the issue with the single item in lists - https://github.com/spring-projects/spring-hateoas/issues/288. The specification says that `_list`...
@olivergierke `We already expose a boolean flag to control whether to prefer collection relations`... and which is being completely ignored here: https://github.com/spring-projects/spring-hateoas/blob/master/src/main/java/org/springframework/hateoas/hal/Jackson2HalModule.java#L445 hence the https://github.com/spring-projects/spring-hateoas/issues/288 I agree with you that...