You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should someone also run into the same ControllerLinkBuilder related issue as I did, I confirm that the workaround mentioned in comment spring-projects/spring-hateoas#222 (comment) works.
For example something like:
val link = linkTo(MyController::getItems.javaMethod, param1, param2).withSelfRel()
Good opportunity to verify things like spring-projects/spring-hateoas#222
The text was updated successfully, but these errors were encountered: