In AnnotatedControllerConfigurer.configureBinder, the accepted consumer is not really usable since the options builder received as an argument is immutable.
Maybe we should transform this consumer into a function or revisit this configureBinder contract altogether?
See spring-projects/spring-boot#50421
In
AnnotatedControllerConfigurer.configureBinder, the accepted consumer is not really usable since the options builder received as an argument is immutable.Maybe we should transform this consumer into a function or revisit this configureBinder contract altogether?
See spring-projects/spring-boot#50421