Adapt to breaking change in Framework's RouterFunctions.Visitor
See gh-23774
This commit is contained in:
@@ -182,6 +182,12 @@ public class DispatcherHandlersMappingDescriptionProvider implements MappingDesc
|
||||
public void resources(Function<ServerRequest, Mono<Resource>> lookupFunction) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void attributes(Map<String, Object> attributes) {
|
||||
// TODO Auto-generated method stub
|
||||
throw new UnsupportedOperationException("Auto-generated method stub");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void unknown(RouterFunction<?> routerFunction) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user