spring-boot/spring-boot-project/spring-boot-starters/spring-boot-starter-json
Andy Wilkinson 74200f27a6 Drop jackson-module-kotlin from spring-boot-starter-json
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
2017-11-28 12:41:37 +00:00
..
src/main/resources/META-INF Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00
pom.xml Drop jackson-module-kotlin from spring-boot-starter-json 2017-11-28 12:41:37 +00:00