• Phillip Webb's avatar
    Retain default order in HttpMessageConverters · 5e1552b7
    Phillip Webb authored
    The original fix for gh-1293 (commit 05e6af23) caused test failures due
    to the fact that Spring Boot's MappingJackson2HttpMessageConverter was
    added before Spring's default StringHttpMessageConverter.
    
    This commit changes the HttpMessageConverters logic so that additional
    converts are added just before any default converter of the same type.
    This allows additional converters to be added whilst still retaining
    the sensible ordering of the default converters.
    
    Fixes gh-1293
    5e1552b7
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...