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
After updating from to 2.8.9 to 2.8.10 we get a java.lang.ClassNotFoundException: kotlin.reflect.full.KClasses exception when trying to access /v3/api-docs
Additional context
Similar to #2834 which was resolved with this commit ecb3782 . I wonder if that solution has been broken with the recent release. ( possibly 1a23016 ).
Work Around
Can set springdoc.enable-kotlin=false as suggested in 2834.