• Andy Wilkinson's avatar
    Turn (Jackson|Gson)AutoConfiguration into true auto-configuration · de8a2a71
    Andy Wilkinson authored
    Previously JacksonAutoConfiguration and GsonAutoConfiguration were
    not actually auto-configuration classes. They were only processed
    due to being imported by HttpMessageConvertersAutoConfiguration.
    In addition to being misleadingly named, this meant that they could
    not be included or excluded individually and were also tightly coupled
    to HTTP message conversion.
    
    This commit updates spring.factories to make both
    JacksonAutoConfiguration and GsonAutoConfiguration actual
    auto-configuration classes. As a result, they can now be enabled or
    disabled individually and are no longer coupled to HTTP message
    conversion.
    
    Closes gh-1562
    de8a2a71
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...