-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClassNotFoundException (RouterFunctions$Visitor) v1.3.8 #646
Comments
Please have a look on the contribution guide before creating many issues: Are You using spring-boot 1 or spring 4 ? |
springBootVersion = 2.1.12.RELEASE |
Can you please validate if its fixed with the lastest SNAPSHOT so we can release it asap? Here is the procedure to use it: |
I tested 1.3.9-SNAPSHOT and I no longer get the reported start-up exception. I get an NPE when requesting swagger-ui, though. The NPE is thrown when trying to merge schemas. Here's the mentioned NPE on requesting swagger-ui: Thx
|
I'm on 1.3.9 (with Spring Boot 2.2.5) and getting the same java.lang.NoClassDefFoundError exception when hitting /api-docs. Same thing as above, it's dying on a static inner class.
|
If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible:
|
I got the following error when starting up my Spring Boot application after updating SpringDoc from 1.3.7 to 1.3.8.
The text was updated successfully, but these errors were encountered: