springdoc / springdoc-openapi

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

SpringDoc cannot be used in a project with org.springframework.boot:spring-boot-starter-validation:3.4.0 #2795

Open SimonVonXCVII opened 5 days ago

SimonVonXCVII commented 5 days ago

Describe the bug

To Reproduce Steps to reproduce the behavior:

Expected behavior

Screenshots If applicable, add screenshots to help explain your problem.

Screenshot 2024-11-27 at 11 27 41 AM

Additional context Add any other context about the problem here.

krezovic commented 2 days ago

It looks like problem in Spring Framework - the class that triggers the error comes from there (and it appears to be new in 6.2.0)

eazybytes commented 5 hours ago

The same issue when using Spring Boot 3.4.0 version. What is the solution or work around ?