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
Just start the application and try to access /v3/api-docs endpoint :)
Thank you very much in advance,
Regards.
The text was updated successfully, but these errors were encountered:
GandalfTheBlack16
changed the title
org.springframework.core.MethodParameter.getParameter() at /v3/api-docs request
java.lang.NoSuchMethodError: org.springframework.core.MethodParameter.getParameter() at /v3/api-docs request
Jan 21, 2022
HI,
I've been getting an error using 1.6.4 springdoc-openapi version into a Spring-boot 1.5.22 (Spring 4.3.25) project.
It seems
org.springdoc.core.AbstractRequestService.isRequestBodyParam()
method is usingorg.springframework.core.MethodParameter.getParameter()
but this method is avaliable since Spring 5.0 (https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/MethodParameter.html#getParameter--). So using Spring 4, thisNoSuchMethodError
exception is raised:I've created a sample project to reproduce this behaviour easily: https://github.com/GandalfTheBlack16/springdoc-demo
Just start the application and try to access /v3/api-docs endpoint :)
Thank you very much in advance,
Regards.
The text was updated successfully, but these errors were encountered: