Skip to content

Upgrade to 2.0.1 is breaking when com.fasterxml.jackson.module.kotlin.KotlinModule is not present in classpath #2008

Closed
@rajadilipkolli

Description

@rajadilipkolli

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions