Browse Source
This commit allows *any* type of `RouterFunction` to be injected in the WebFlux.fn auto-configuration; previously the `RouterFunction<T>` would restrict injected beans to a single parameterized type. Doing requires using the `RouterFunction.andOther` method to collect them. Fixes gh-9181pull/9151/merge
1 changed files with 3 additions and 4 deletions
Loading…
Reference in new issue