• Andy Wilkinson's avatar
    Fall back to application conversion service in BindConverter · 37a66349
    Andy Wilkinson authored
    Previously, if a user declared a custom conversionService bean that
    was not an ApplicationConversionService instance, the binder lost
    the ability to convert a String to a Duration (along with any other
    conversions that are specific to ApplicationConversionService).
    
    This commit updates BindConverter so that, if the ConversionService
    with which it is created is not an ApplicationConversionService, it
    will use one as an additional service when performing conversion.
    
    Closes gh-12237
    37a66349
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...