Closed
Description
spring-projects/spring-boot#44808 was recently raised in Spring Boot and as a result we have added some additional caches to the Binder
.
To really get the use of them, it would be best to create a single Binder
and reuse it. I think that if this area of AbstractExtendedBindingProperties
was updated to use a Binder
created in setApplicationContext
, you might see some performance improvements.