springdoc / springdoc-openapi

Library for OpenAPI 3 with spring-boot
https://springdoc.org
Apache License 2.0
3.3k stars 501 forks source link

Issue in compatibilty with Spring Boot 3.2.0 #2467

Closed anishsharma closed 9 months ago

anishsharma commented 11 months ago

According to the OpenAPI documentation springdoc-openapi-starter-webmvc-ui 2.3.0 is said to be compatible with Spring boot 3.2.0 but I am getting below error while running it in Tomcat 10.1.5 and Amazon Corretto 17

Screenshots image image

I assume it has to be the springdoc as class in question is org.springdoc.core.configuration.SpringDocGroovyConfiguration

bgalek commented 10 months ago

I have the same problem, seems like it's not working with Spring boot 3.2

anishsharma commented 10 months ago

Do we have any update on this ?

anishsharma commented 9 months ago

Hi Team,

This is impacting our upgrade to Spring boot 3.2.0 which is necessary to resolve Veracode issues with older spring-web lib.

bnasslahsen commented 9 months ago

@bgalek,

Not reproducible. Feel free to provide a Minimal, Reproducible Example - with HelloController that reproduces the problem.

This ticket will be closed, but can be reopened if your provide the reproducible sample.