You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lc-nyovchev
changed the title
Class mismatch with swagger-core (2.2.32)
Class mismatch with swagger-core (2.2.32) missing $dynamicRef in Schema
May 21, 2025
Describe the bug
springdoc-openapi
makes for the following error when loading any endpoint:To Reproduce
Steps to reproduce the behavior:
What version of spring-boot you are using?
3.4.5
What modules and versions of springdoc-openapi are you using?
2.8.8
Using also io.swagger.core.v3.jakarta-annotations
2.2.32
What is the actual and the expected result using OpenAPI Description (yml or json)? n/a
Provide with a sample code (HelloController) or Test that reproduces the problem n/a
That kind of combination creates the problem under openapi 3.1 spec because Schema doesn't have
$dynamicRef
The text was updated successfully, but these errors were encountered: