Oliver Henlich
Oliver Henlich
Hi @jkubrynski, Any thoughts on this PR? We have hit this issue (`FileSystemNotFoundException`) for anyone running our build on a non-windows machine. I've tracked down where there is a difference...
Hi, We are currently upgrading our spring boot application from spring boot 2.7.10 -> 3.1.5. This pulls in a newer version of spring-hateoas which we'd like to move too as...
Hi @odrotbohm It would be great if you could have a look that the [PR](https://github.com/spring-projects/spring-hateoas/pull/2080) I just linked to this issue. I made a small change to the `HalFormsWebMvcIntegrationTest` test...
Thanks for the reply @odrotbohm and for pointing out the discussion on that commit that I'd missed. It does feel like failing rendering might be better than silently producing links...
Any update on this? One reason we are exploring this is to use it to occupy the "default" afforance slot so that our actions on the resource can all have...
Hi @odrotbohm, I see your two commits above but am not sure how they relate to my issue? Is there a possibility to allow GET affordances? That is to remove...
I'm also confused by the integration tests where there is code like this (creating affordances for GET methods). ``` @GetMapping("/employees") public CollectionModel all() { ... Link selfLink = linkTo(controller.all()).withSelfRel() //...
Thanks for the response @odrotbohm. Much appreciated. I'm having to work around it for now (I'm pretty sure the team won't like it though haha). The root cause for me...