spring-projects / spring-hateoas

Spring HATEOAS - Library to support implementing representations for hyper-text driven REST web services.
https://spring.io/projects/spring-hateoas
Apache License 2.0
1.03k stars 475 forks source link

Hateoas and RouterFunction webflux? #996

Open mikrethor opened 5 years ago

mikrethor commented 5 years ago

Is spring hateoas usable with webflux RouterFunction or do we have to use RestController approach in such case?

ThanksForAllTheFish commented 4 years ago

@odrotbohm would this cover RouterFunction in webmvc too? or would you prefer to have another issue created explicitly? maybe such support even already exists, but I could not find any documentation nor issue

gregturn commented 4 years ago

We haven't had time to investigate RouterFunction support.

With our 1.0.0.RELEASE approaching, we flagged this as a 1.1 activity to dig into.

larsw commented 5 months ago

Any news on this?