Also be aware that unlike M6, M7 does not include ...
# spring
s
Also be aware that unlike M6, M7 does not include
compile("com.fasterxml.jackson.module:jackson-module-kotlin")
so you have to add it back to your project dependencies. We will try to tackle that on start.spring.io side.
c
That's fine, I was surprised it was added by default in the first place.
s
Yeah, we found some bad side effects in doing that
Better to do that on start.spring.io side
Even if that will require non trivial improvement
To detect when to add this dependency
l
@sdeleuze can you elaborate the bad side effects? i feel that it’s just unnecessary for non-kotlin projects, but what bad side effects can it have?
s
https://github.com/spring-projects/spring-boot/issues/11133 + Java developers complaining about a Kotlin related dependency present in the classpath
l
ha, uh-oh, that’s unexpected .. 🙂