Spring Boot 3.5.11 500 Error from swagger-annotations Mismatch
Summary During a routine upgrade to Spring Boot 3.5.11 and Springdoc 2.8.15, the application encountered a critical runtime failure when attempting to access the generated OpenAPI documentation. While the application started successfully, any request to the Swagger UI or the /v3/api-docs endpoint resulted in a 500 Internal Server Error. The error manifested as a java.lang.NoSuchMethodError, … Read more