• Andy Wilkinson's avatar
    Drop jackson-module-kotlin from spring-boot-starter-json · 74200f27
    Andy Wilkinson authored
    Previously, a dependency on jackson-module-kotlin with Kotlin excluded
    was added to spring-boot-starter-json. This gave Kotlin users a smooth
    experience with Jackson and JSON at minimal, we thought, cost to other
    users. We have since learned that this arrangement causes a
    ClassNotFoundException at runtime when Jackson is configured to find
    modules via the service loader. This makes the cost of including
    jackson-module-kotlin to high for non-Kotlin users so this commit
    removes it.
    
    Closes gh-11133
    74200f27
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...