Artem Bilan opened INT-4318 and commented
The latest Spring Boot includes Kotlin Module for Jackson spring-projects/spring-boot#9803.
But at the same time there is no guarantee that our application has Kotlin SDK in the ClassPath.
Reconsider this.objectMapper.findAndRegisterModules(); in favor of org.springframework.http.converter.json.Jackson2ObjectMapperBuilder with more robust algorithm to build ObjectMapper instance.
Affects: 5.0 M6
Reference URL: https://build.spring.io/browse/INTSAMPLES-NIGHTLY-2170/
Issue Links:
Referenced from: pull request #2209