• Andy Wilkinson's avatar
    Upgrade Elasticsearch to 2.4 and restore use of Jackson 2.8 · 045f3571
    Andy Wilkinson authored
    In 1.4.0 we used Elasticsearch 2.3.5 and Jackson 2.8. This
    combination was incompatible in some circumstances due to a change
    in Jackson (gh-6508). With Elasticsearch 2.4 yet to be released at the
    time, the only way to restore compatibility was to downgrade Jackson.
    
    With the release of Elasticsearch 2.4 we have another option: revert
    the Jackson downgrade and upgrade Elasticsearch instead. While we
    normally wouldn't consider upgrading to a new minor version of a
    dependency in a maintenance release we have to do something to restore
    compatibility. The alternative is to downgrade Jackson but that will
    affect more people (Jackson is more widely used than Elasticsearch)
    and will lose some functionality that was new in Jackson 2.8 that
    people may already be relying upon.
    
    This commit restores the use of Jackson 2.8 – including the
    2.8-specific dependency management – and upgrades to Elasticsearch 2.4
    
    Closes gh-6868
    045f3571
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs 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-devtools 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-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml 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...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...