Closed
Description
Describe the bug
- I have CI/CD enabled in github using github-actions. when it is trying to upgrade to 2.0.1 build is failing as jackson kotlin module is not present in the classpath
Below is the error.
java.lang.ClassNotFoundException: com.fasterxml.jackson.module.kotlin.KotlinModule
To Reproduce
Steps to reproduce the behavior:
- What version of spring-boot you are using - 3.0.0
- What modules and versions of springdoc-openapi are you using - 2.0.1 webmvc starter
- Clone this project. start using normal spring run and it should be up and pipeline build should pass.
Expected behavior
- Build to pass without breaking and autoconfiguration should backoff when kotlinModule is not present
Additional context
Github action pileline logs can be seen here