• Andy Wilkinson's avatar
    Prefer Jackson unless user explicity states preference for Gson · 230048ae
    Andy Wilkinson authored
    This commit rewords the changes made in d718a803 so that simply adding
    Gson to the classpath isn't sufficient to stop Jackson being used
    for HTTP JSON mapping. To use Gson, the user must now either remove
    Jackson from the classpath (not an option if they also wish to use
    the Actuator) or configure the spring.http.converters.preferred-mapper
    property with a value gson.
    
    Closes gh-2247
    230048ae
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-deployment-tests 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...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...