Open
Description
We have been patching the Spring Framework for years due to an performance issue with exhaustive compare in select boxes. During exhaustive compare a database lookup is triggered because of spring's DomainClassConverter.
Since the code for SpringSelectedValueComparator has been taken over to the thymeleaf-spring repository for spring 5, I'd like to know if it would be possible to specify an own implementation of SelectedValueComparator for Thymeleaf to use so we can avoid patching frameworks.