Skip to content

Spring Boot 4.0.0 + Spring Doc 3.0.0 + Kotlin: Ignoring Jackson 3 (tools.jackson) and @Schema annotation #3175

@nico-arianto

Description

@nico-arianto

Describe the bug

  • isX: Boolean is documented as x
  • SnakeCaseStrategy Jackson 3 is ignored
  • @param:Schema annotation is ignored

To Reproduce
Steps to reproduce the behavior:

  • What version of spring-boot you are using? 4.0.0
  • What modules and versions of springdoc-openapi are you using? 3.0.0
  • What is the actual and the expected result using OpenAPI Description (yml or json)? json
  • Provide with a sample code (HelloController) or Test that reproduces the problem opendoc-example.zip

Expected behavior

  • isX: Boolean should be documented as isX in the API-docs (refer to Test1 in opendoc-example.zip)
  • SnakeCaseStrategy Jackson 3 should be read and used in the API-docs (refer to Test2 in opendoc-example.zip)
  • @param:Schema should be used in the API-docs (refer to Test3 in opendoc-example.zip)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions